Searched refs:newStore (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h268 inline StoreRef &StoreRef::operator=(StoreRef const &newStore) { argument
269 assert(&newStore.mgr == &mgr);
270 if (store != newStore.store) {
271 mgr.incrementReferenceCount(newStore.store);
273 store = newStore.getStore();
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp95 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx, local
97 NewState.setStore(newStore);
98 SymReaper.setReapedStore(newStore);
117 const StoreRef &newStore = local
119 return makeWithStore(newStore);
123 const StoreRef &newStore = local
125 return makeWithStore(newStore);
129 const StoreRef &newStore = local
131 return makeWithStore(newStore);
148 const StoreRef &newStore local
180 const StoreRef &newStore local
187 const StoreRef &newStore = local
197 const StoreRef &newStore = getStateManager().StoreMgr->Remove(OldStore, LV); local
389 setStore(const StoreRef &newStore) argument
[all...]
H A DRegionStore.cpp1585 StoreRef newStore(store, *this);
1595 newStore = BindStruct(newStore.getStore(), ER, *VI);
1597 newStore = BindArray(newStore.getStore(), ER, *VI);
1599 newStore = Bind(newStore.getStore(), svalBuilder.makeLoc(ER), *VI);
1605 newStore = setImplicitDefaultValue(newStore.getStore(), R, ElementTy);
1607 return newStore;
[all...]

Completed in 140 milliseconds