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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
  320   assert(&newStore.mgr == &mgr);
  321   if (store != newStore.store) {
  322     mgr.incrementReferenceCount(newStore.store);
  324     store = newStore.getStore();