HomeSort by relevance Sort by last modified time
    Searched refs:OldStore (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 28 StoreRef StoreManager::enterStackFrame(Store OldStore,
31 StoreRef Store = StoreRef(OldStore, *this);
ProgramState.cpp 194 Store OldStore = getStore();
196 getStateManager().StoreMgr->killBinding(OldStore, LV);
198 if (newStore.getStore() == OldStore)

Completed in 756 milliseconds