Searched refs:OldStore (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp225 Store OldStore = getStore(); local
227 getStateManager().StoreMgr->killBinding(OldStore, LV);
229 if (newStore.getStore() == OldStore)
H A DStore.cpp46 StoreRef StoreManager::enterStackFrame(Store OldStore, argument
49 StoreRef Store = StoreRef(OldStore, *this);

Completed in 80 milliseconds