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
  304     mgr.incrementReferenceCount(store);
  308     : store(sr.store), mgr(sr.mgr)
  311     mgr.incrementReferenceCount(store);
  316     mgr.decrementReferenceCount(store);
  320   assert(&newStore.mgr == &mgr);
  320   assert(&newStore.mgr == &mgr);
  322     mgr.incrementReferenceCount(newStore.store);
  323     mgr.decrementReferenceCount(store);
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h
   40     assert(&mgr == &x.mgr);
   40     assert(&mgr == &x.mgr);
   47   const StoreManager &getStoreManager() const { return mgr; }