Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp198 Store OldStore = getStore(); in killBinding() local
200 getStateManager().StoreMgr->killBinding(OldStore, LV); in killBinding()
202 if (newStore.getStore() == OldStore) in killBinding()
H A DStore.cpp45 BindResult StoreManager::enterStackFrame(Store OldStore, const CallEvent &Call, in enterStackFrame() argument
47 BindResult Result{StoreRef(OldStore, *this), {}}; in enterStackFrame()