reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  125   Store getStore() const { return store; }
  138     ID.AddPointer(V->store);
  569     return S1->store == S2->store;
  569     return S1->store == S2->store;
tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  118   if (state->store != pred_state->store || state->GDM != pred_state->GDM ||
  118   if (state->store != pred_state->store || state->GDM != pred_state->GDM ||
tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
   53   stateMgr->getStoreManager().incrementReferenceCount(store);
   60       store(RHS.store),
   63   stateMgr->getStoreManager().incrementReferenceCount(store);
   67   if (store)
   68     stateMgr->getStoreManager().decrementReferenceCount(store);
  435   if (store)
  436     stateMgr->getStoreManager().decrementReferenceCount(store);
  437   store = newStoreStore;