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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 268 inline StoreRef &StoreRef::operator=(StoreRef const &newStore) {
269 assert(&newStore.mgr == &mgr);
270 if (store != newStore.store) {
271 mgr.incrementReferenceCount(newStore.store);
273 store = newStore.getStore();
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 105 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx,
107 NewState.setStore(newStore);
108 SymReaper.setReapedStore(newStore);
128 const StoreRef &newStore = Mgr.StoreMgr->BindDefault(getStore(), R, V);
129 ProgramStateRef new_state = makeWithStore(newStore);
190 const StoreRef &newStore
195 ProgramStateRef newState = makeWithStore(newStore);
208 const StoreRef &newStore =
211 return makeWithStore(newStore);
218 const StoreRef &newStore
    [all...]

Completed in 137 milliseconds