Home
last modified time | relevance | path

Searched defs:newStore (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp105 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx, in removeDeadBindings() local
128 const StoreRef &newStore = Mgr.StoreMgr->BindDefault(getStore(), R, V); in bindDefault() local
190 const StoreRef &newStore in invalidateRegionsImpl() local
208 const StoreRef &newStore = in invalidateRegionsImpl() local
218 const StoreRef &newStore = in killBinding() local
409 void ProgramState::setStore(const StoreRef &newStore) { in setStore()