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

/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp28 StoreRef StoreManager::enterStackFrame(Store OldStore, argument
31 StoreRef Store = StoreRef(OldStore, *this);
H A DProgramState.cpp217 Store OldStore = getStore(); local
219 getStateManager().StoreMgr->killBinding(OldStore, LV);
221 if (newStore.getStore() == OldStore)

Completed in 76 milliseconds