/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A 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 std::optional<const MemRegion *> StoreManager::castRegion(const MemRegion *R, in castRegion() 252 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 std::optional<SVal> StoreManager::evalBaseToDerived(SVal Base, in evalBaseToDerived() 398 SVal StoreManager::getLValueFieldOrIvar(const Decl *D, SVal Base) { in getLValueFieldOrIvar() [all …]
|
H A D | ProgramState.cpp | 198 StoreManager::InvalidatedRegions TopLevelInvalidated; in invalidateRegionsImpl() 199 StoreManager::InvalidatedRegions Invalidated; in invalidateRegionsImpl() 238 StoreManager &SM = getStateManager().getStoreManager(); in wrapSymbolicRegion() 474 StoreManager &SM = *getStateManager().StoreMgr; in getLValue() 581 StoreManager &StoreMgr = state->getStateManager().getStoreManager(); in scan() 654 StoreManager &StoreMgr = state->getStateManager().getStoreManager(); in scan()
|
H A D | RegionStore.cpp | 333 class RegionStoreManager : public StoreManager { 372 : StoreManager(mgr), RBFactory(mgr.getAllocator()), in RegionStoreManager() 669 std::unique_ptr<StoreManager> 983 StoreManager::InvalidatedRegions *Regions; 993 StoreManager::InvalidatedRegions *r, in InvalidateRegionsWorker()
|
H A D | ExprEngineCallAndReturn.cpp | 131 StoreManager &StoreMgr) { in adjustReturnValue()
|
H A D | BugReporterVisitors.cpp | 1714 const StoreManager &SM = BRC.getStateManager().getStoreManager(); in VisitNode() 1759 StoreManager::FindUniqueBinding FB(V.getAsLocSymbol()); in VisitNode()
|
H A D | ExprEngine.cpp | 350 StoreManager &StoreMgr = StateMgr.getStoreManager(); in createTemporaryRegionIfNeeded()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A 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()
|
H A D | Store.h | 53 class StoreManager { 62 StoreManager(ProgramStateManager &stateMgr); 65 virtual ~StoreManager() = default; 254 virtual bool HandleBinding(StoreManager& SMgr, Store store, 268 bool HandleBinding(StoreManager& SMgr, Store store, const MemRegion* R, 285 inline StoreRef::StoreRef(Store store, StoreManager & smgr) in StoreRef() 314 std::unique_ptr<StoreManager>
|
H A D | ProgramState.h | 44 typedef std::unique_ptr<StoreManager>(*StoreManagerCreator)( 513 std::unique_ptr<StoreManager> StoreMgr; 581 StoreManager &getStoreManager() { return *StoreMgr; } in getStoreManager() 602 void iterBindings(ProgramStateRef state, StoreManager::BindingsHandler& F) { in iterBindings()
|
H A D | SymbolManager.h | 39 class StoreManager; variable 608 SymbolManager &symmgr, StoreManager &storeMgr) in SymbolReaper()
|
H A D | CheckerContext.h | 64 StoreManager &getStoreManager() { in getStoreManager()
|
H A D | ExprEngine.h | 412 StoreManager &getStoreManager() { return StateMgr.getStoreManager(); } in getStoreManager()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NoOwnershipChangeVisitor.cpp | 24 class OwnershipBindingsHandler : public StoreManager::BindingsHandler { 32 bool HandleBinding(StoreManager &SMgr, Store Store, const MemRegion *Region, in HandleBinding()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 616 class VarBindingsCollector : public StoreManager::BindingsHandler { 624 bool HandleBinding(StoreManager &SMgr, Store Store, const MemRegion *R, in HandleBinding() 685 StoreManager::FindUniqueBinding FB(Sym); in GetAllocationSite()
|