| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | Store.cpp | 42 StoreManager::StoreManager(ProgramStateManager &stateMgr) in StoreManager() function in StoreManager 46 StoreRef StoreManager::enterStackFrame(Store OldStore, in enterStackFrame() 60 const ElementRegion *StoreManager::MakeElementRegion(const SubRegion *Base, in MakeElementRegion() 67 const ElementRegion *StoreManager::GetElementZeroRegion(const SubRegion *R, in GetElementZeroRegion() 74 Optional<const MemRegion *> StoreManager::castRegion(const MemRegion *R, in castRegion() 250 SVal StoreManager::evalDerivedToBase(SVal Derived, const CastExpr *Cast) { in evalDerivedToBase() 266 SVal StoreManager::evalDerivedToBase(SVal Derived, const CXXBasePath &Path) { in evalDerivedToBase() 275 SVal StoreManager::evalDerivedToBase(SVal Derived, QualType BaseType, in evalDerivedToBase() 316 SVal StoreManager::attemptDownCast(SVal Base, QualType TargetType, in attemptDownCast() 398 SVal StoreManager::getLValueFieldOrIvar(const Decl *D, SVal Base) { in getLValueFieldOrIvar() [all …]
|
| D | ProgramState.cpp | 202 StoreManager::InvalidatedRegions TopLevelInvalidated; in invalidateRegionsImpl() 203 StoreManager::InvalidatedRegions Invalidated; in invalidateRegionsImpl() 540 StoreManager &StoreMgr = state->getStateManager().getStoreManager(); in scan() 615 StoreManager &StoreMgr = state->getStateManager().getStoreManager(); in scan()
|
| D | RegionStore.cpp | 350 class RegionStoreManager : public StoreManager { 381 : StoreManager(mgr), Features(f), in RegionStoreManager() 666 std::unique_ptr<StoreManager> 672 std::unique_ptr<StoreManager> 992 StoreManager::InvalidatedRegions *Regions; 1002 StoreManager::InvalidatedRegions *r, in InvalidateRegionsWorker()
|
| D | ExprEngineCallAndReturn.cpp | 130 StoreManager &StoreMgr) { in adjustReturnValue()
|
| D | BugReporterVisitors.cpp | 1473 const StoreManager &SM = BRC.getStateManager().getStoreManager(); in VisitNode() 1518 StoreManager::FindUniqueBinding FB(V.getAsLocSymbol()); in VisitNode()
|
| D | ExprEngine.cpp | 338 StoreManager &StoreMgr = StateMgr.getStoreManager(); in createTemporaryRegionIfNeeded()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | StoreRef.h | 21 class StoreManager; variable 31 StoreManager &mgr; 34 StoreRef(Store store, StoreManager &smgr); 47 const StoreManager &getStoreManager() const { return mgr; } in getStoreManager()
|
| D | Store.h | 53 class StoreManager { 62 StoreManager(ProgramStateManager &stateMgr); 65 virtual ~StoreManager() = default; 257 virtual bool HandleBinding(StoreManager& SMgr, Store store, 271 bool HandleBinding(StoreManager& SMgr, Store store, const MemRegion* R, 288 inline StoreRef::StoreRef(Store store, StoreManager & smgr) in StoreRef() 317 std::unique_ptr<StoreManager> 319 std::unique_ptr<StoreManager>
|
| D | ProgramState.h | 43 typedef std::unique_ptr<StoreManager>(*StoreManagerCreator)( 471 std::unique_ptr<StoreManager> StoreMgr; 539 StoreManager &getStoreManager() { return *StoreMgr; } in getStoreManager() 560 void iterBindings(ProgramStateRef state, StoreManager::BindingsHandler& F) { in iterBindings() 751 StoreManager &SM = *getStateManager().StoreMgr; in getLValue()
|
| D | SymbolManager.h | 38 class StoreManager; variable 535 SymbolManager &symmgr, StoreManager &storeMgr) in SymbolReaper()
|
| D | CheckerContext.h | 63 StoreManager &getStoreManager() { in getStoreManager()
|
| D | ExprEngine.h | 417 StoreManager &getStoreManager() { return StateMgr.getStoreManager(); } in getStoreManager()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | StackAddrEscapeChecker.cpp | 303 class CallBack : public StoreManager::BindingsHandler { in checkEndFunction() 313 bool HandleBinding(StoreManager &SMgr, Store S, const MemRegion *Region, in checkEndFunction()
|
| D | CallAndMessageChecker.cpp | 244 StoreManager &StoreMgr; 249 FindUninitializedField(StoreManager &storeMgr, MemRegionManager &mrMgr, in FindUninitializedField()
|
| D | MacOSKeychainAPIChecker.cpp | 214 StoreManager& SM = C.getStoreManager(); in getAsPointeeSymbol()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| D | RetainCountDiagnostics.cpp | 621 class VarBindingsCollector : public StoreManager::BindingsHandler { 629 bool HandleBinding(StoreManager &SMgr, Store Store, const MemRegion *R, in HandleBinding() 689 StoreManager::FindUniqueBinding FB(Sym); in GetAllocationSite()
|