Searched refs:StoreMgr (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ProgramState.cpp | 80 StoreMgr = (*CreateSMgr)(*this); in ProgramStateManager() 106 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx, in removeDeadBindingsFromEnvironmentAndStore() 119 ProgramStateRef newState = makeWithStore(Mgr.StoreMgr->Bind(getStore(), in bindLoc() 133 const StoreRef &newStore = Mgr.StoreMgr->BindDefaultInitial(getStore(), R, V); in bindDefaultInitial() 142 const StoreRef &newStore = Mgr.StoreMgr->BindDefaultZero(getStore(), R); in bindDefaultZero() 201 = Mgr.StoreMgr->invalidateRegions(getStore(), Values, E, Count, LCtx, Call, in invalidateRegionsImpl() 221 getStateManager().StoreMgr->killBinding(OldStore, LV); in killBinding() 247 getStateManager().StoreMgr->enterStackFrame(getStore(), Call, CalleeCtx); in enterStackFrame() 411 StoreMgr->getInitialStore(InitLoc), in getInitialState() 470 return getStateManager().StoreMgr->getLValueField(D, Base); in getLValue() [all …]
|
| H A D | ExprEngineCallAndReturn.cpp | 131 StoreManager &StoreMgr) { in adjustReturnValue() argument 155 return StoreMgr.evalDerivedToBase(V, Paths.front()); in adjustReturnValue()
|
| H A D | ExprEngine.cpp | 350 StoreManager &StoreMgr = StateMgr.getStoreManager(); in createTemporaryRegionIfNeeded() local 415 Reg = StoreMgr.evalDerivedToBase(Reg, Adj.DerivedToBase.BasePath); in createTemporaryRegionIfNeeded() 418 Reg = StoreMgr.getLValueField(Adj.Field, Reg); in createTemporaryRegionIfNeeded()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramState.h | 513 std::unique_ptr<StoreManager> StoreMgr; variable 581 StoreManager &getStoreManager() { return *StoreMgr; } in getStoreManager() 593 return StoreMgr->ArrayToPointer(Array, ElementTy); in ArrayToPointer() 603 StoreMgr->iterBindings(state->getStore(), F); in iterBindings() 775 return getStateManager().StoreMgr->getLValueVar(VD, LC); in getLValue() 780 return getStateManager().StoreMgr->getLValueCompoundLiteral(literal, LC); in getLValue() 784 return getStateManager().StoreMgr->getLValueIvar(D, Base); in getLValue() 789 return getStateManager().StoreMgr->getLValueElement(ElementType, *N, Base); in getLValue() 813 return getStateManager().StoreMgr->getBinding(getStore(), LV, T); in getRawSVal() 817 return getStateManager().StoreMgr->getBinding(getStore(), in getSVal()
|