Home
last modified time | relevance | path

Searched refs:getStoreManager (Results 1 – 21 of 21) 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()
448 stateMgr->getStoreManager().incrementReferenceCount(newStoreStore); in setStore()
450 stateMgr->getStoreManager().decrementReferenceCount(store); in setStore()
467 Mgr.getStoreManager().printJson(Out, getStore(), NL, Space, IsDot); in printJson()
549 StoreManager &StoreMgr = state->getStateManager().getStoreManager(); in scan()
622 StoreManager &StoreMgr = state->getStateManager().getStoreManager(); in scan()
H A DCheckerContext.cpp133 LHSVal = Mgr.getStoreManager().getBinding(State->getStore(), in evalComparison()
H A DExprEngineC.cpp423 val = getStoreManager().evalDerivedToBase(val, CastE); in VisitCast()
442 StateMgr.getStoreManager().evalBaseToDerived(val, T)) { in VisitCast()
479 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()
3391 loc::MemRegionVal(getStoreManager().GetElementZeroRegion(SR, T)); in VisitMemberExpr()
H A DSValBuilder.cpp310 if (auto OptR = StateMgr.getStoreManager().castRegion(R, Ty)) in getCastedMemRegionVal()
H A DExprEngineCXX.cpp714 getStoreManager().evalDerivedToBase(ThisVal, E->getType(), IsVirtual); in handleConstructor()
H A DExprEngineCallAndReturn.cpp308 getStoreManager()); in processCallExit()
H A DCallEvent.cpp838 StateMgr.getStoreManager().evalBaseToDerived(ThisVal, Ty); in getInitialStackFrameContents()
H A DSimpleSValBuilder.cpp1091 Result = StateMgr.getStoreManager().evalDerivedToBase( in evalBinOpLN()
H A DBugReporterVisitors.cpp1710 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.h420 StoreManager &getStoreManager() { return StateMgr.getStoreManager(); } in getStoreManager() function
H A DProgramState.h579 StoreManager &getStoreManager() { return *StoreMgr; } in getStoreManager() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp166 MemRegionManager &M = C.getStoreManager().getRegionManager(); in checkPostCall()
H A DTaint.cpp68 State->getStateManager().getStoreManager().getDefaultBinding( in addTaint()
H A DStackAddrEscapeChecker.cpp355 State->getStateManager().getStoreManager().iterBindings(State->getStore(), in checkEndFunction()
H A DMacOSKeychainAPIChecker.cpp210 StoreManager& SM = C.getStoreManager(); in getAsPointeeSymbol()
H A DCallAndMessageChecker.cpp320 FindUninitializedField F(C.getState()->getStateManager().getStoreManager(), in PreVisitProcessArg()
H A DMallocChecker.cpp774 State->getStateManager().getStoreManager().iterBindings(State->getStore(), in getOwnersAtNode()