Home
last modified time | relevance | path

Searched refs:getStoreManager (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp54 stateMgr->getStoreManager().incrementReferenceCount(store); in ProgramState()
60 stateMgr->getStoreManager().incrementReferenceCount(store); in ProgramState()
65 stateMgr->getStoreManager().decrementReferenceCount(store); in ~ProgramState()
238 StoreManager &SM = getStateManager().getStoreManager(); in wrapSymbolicRegion()
462 stateMgr->getStoreManager().incrementReferenceCount(newStoreStore); in setStore()
464 stateMgr->getStoreManager().decrementReferenceCount(store); in setStore()
499 Mgr.getStoreManager().printJson(Out, getStore(), NL, Space, IsDot); in printJson()
581 StoreManager &StoreMgr = state->getStateManager().getStoreManager(); in scan()
654 StoreManager &StoreMgr = state->getStateManager().getStoreManager(); in scan()
H A DCheckerContext.cpp146 LHSVal = Mgr.getStoreManager().getBinding(State->getStore(), in evalComparison()
H A DExprEngineC.cpp424 val = getStoreManager().evalDerivedToBase(val, CastE); in VisitCast()
443 StateMgr.getStoreManager().evalBaseToDerived(val, T)) { in VisitCast()
480 std::optional<SVal> V = getStoreManager().evalBaseToDerived(val, T); in VisitCast()
H A DSymbolManager.cpp567 reapedStore.getStoreManager().includedInBindings(store, VR); in isLive()
H A DExprEngine.cpp350 StoreManager &StoreMgr = StateMgr.getStoreManager(); in createTemporaryRegionIfNeeded()
1057 SymbolReaper SymReaper(SFC, ReferenceStmt, SymMgr, getStoreManager()); in removeDead()
1229 SVal BaseLoc = getStoreManager().evalDerivedToBase( in ProcessInitializer()
1497 SVal BaseVal = getStoreManager().evalDerivedToBase(ThisVal, BaseTy, in ProcessBaseDtor()
3403 loc::MemRegionVal(getStoreManager().GetElementZeroRegion(SR, T)); in VisitMemberExpr()
H A DExprEngineCallAndReturn.cpp308 getStoreManager()); in processCallExit()
H A DExprEngineCXX.cpp714 getStoreManager().evalDerivedToBase(ThisVal, E->getType(), IsVirtual); in handleConstructor()
H A DCallEvent.cpp838 StateMgr.getStoreManager().evalBaseToDerived(ThisVal, Ty); in getInitialStackFrameContents()
H A DBugReporterVisitors.cpp1714 const StoreManager &SM = BRC.getStateManager().getStoreManager(); in VisitNode()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStoreRef.h47 const StoreManager &getStoreManager() const { return mgr; } in getStoreManager() function
H A DCheckerContext.h64 StoreManager &getStoreManager() { in getStoreManager() function
65 return Eng.getStoreManager(); in getStoreManager()
H A DExprEngine.h412 StoreManager &getStoreManager() { return StateMgr.getStoreManager(); } in getStoreManager() function
H A DProgramState.h581 StoreManager &getStoreManager() { return *StoreMgr; } in getStoreManager() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoOwnershipChangeVisitor.cpp57 State->getStateManager().getStoreManager().iterBindings(State->getStore(), in getOwnersAtNode()
H A DTaint.cpp69 State->getStateManager().getStoreManager().getDefaultBinding( in addTaint()