Searched refs:StoreMgr (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | ProgramState.cpp | 79 StoreMgr = (*CreateSMgr)(*this); in ProgramStateManager() 105 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx, in removeDeadBindingsFromEnvironmentAndStore() 118 ProgramStateRef newState = makeWithStore(Mgr.StoreMgr->Bind(getStore(), in bindLoc() 141 const StoreRef &newStore = Mgr.StoreMgr->BindDefaultZero(getStore(), R); in bindDefaultZero() 201 = Mgr.StoreMgr->invalidateRegions(getStore(), Values, E, Count, LCtx, Call, in invalidateRegionsImpl() 223 getStateManager().StoreMgr->killBinding(OldStore, LV); in killBinding() 399 StoreMgr->getInitialStore(InitLoc), in getInitialState() 551 StoreManager &StoreMgr = state->getStateManager().getStoreManager(); in scan() local 556 return StoreMgr.scanReachableSymbols(val.getStore(), R, *this); in scan() 626 StoreManager &StoreMgr = state->getStateManager().getStoreManager(); in scan() local [all …]
|
| H A D | ExprEngineCallAndReturn.cpp | 130 StoreManager &StoreMgr) { in adjustReturnValue() argument 154 return StoreMgr.evalDerivedToBase(V, Paths.front()); in adjustReturnValue()
|
| H A D | ExprEngine.cpp | 342 StoreManager &StoreMgr = StateMgr.getStoreManager(); in createTemporaryRegionIfNeeded() local 403 Reg = StoreMgr.evalDerivedToBase(Reg, Adj.DerivedToBase.BasePath); in createTemporaryRegionIfNeeded() 406 Reg = StoreMgr.getLValueField(Adj.Field, Reg); in createTemporaryRegionIfNeeded()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramState.h | 509 std::unique_ptr<StoreManager> StoreMgr; variable 577 StoreManager &getStoreManager() { return *StoreMgr; } in getStoreManager() 589 return StoreMgr->ArrayToPointer(Array, ElementTy); in ArrayToPointer() 599 StoreMgr->iterBindings(state->getStore(), F); in iterBindings() 771 return getStateManager().StoreMgr->getLValueVar(VD, LC); in getLValue() 776 return getStateManager().StoreMgr->getLValueCompoundLiteral(literal, LC); in getLValue() 780 return getStateManager().StoreMgr->getLValueIvar(D, Base); in getLValue() 784 return getStateManager().StoreMgr->getLValueField(D, Base); in getLValue() 789 StoreManager &SM = *getStateManager().StoreMgr; in getLValue() 823 return getStateManager().StoreMgr->getBinding(getStore(), LV, T); in getRawSVal() [all …]
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CallAndMessageChecker.cpp | 244 StoreManager &StoreMgr; member in __anon17b287270211::FindUninitializedField 251 : StoreMgr(storeMgr), MrMgr(mrMgr), store(s) {} in FindUninitializedField() 266 const SVal &V = StoreMgr.getBinding(store, loc::MemRegionVal(FR)); in Find()
|