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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 275 inline StoreRef &StoreRef::operator=(StoreRef const &newStore) {
276 assert(&newStore.mgr == &mgr);
277 if (store != newStore.store) {
278 mgr.incrementReferenceCount(newStore.store);
280 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);
117 const StoreRef &newStore =
119 return makeWithStore(newStore);
136 const StoreRef &newStore = Mgr.StoreMgr->BindDefault(getStore(), R, V);
137 ProgramStateRef new_state = makeWithStore(newStore);
172 const StoreRef &newStore
176 ProgramStateRef newState = makeWithStore(newStore);
185 const StoreRef &newStore
    [all...]
  /prebuilts/devtools/tools/lib/
sdkstats.jar 

Completed in 55 milliseconds