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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  497   const void *getStore() const;

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
   97     return getDefaultBinding(lcv.getStore(), lcv.getRegion());
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  179     LLCV->getStore() == LeftNode->getState()->getStore() &&
  180     RLCV->getStore() == RightNode->getState()->getStore();
tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
  540   return StoreMgr.scanReachableSymbols(val.getStore(), R, *this);
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
 1633       return std::make_pair(V->getStore(), V->getRegion());
 2061   RegionBindingsRef B = getRegionBindings(LCV.getStore());
 2361     SVal V = getBindingForField(getRegionBindings(LCV.getStore()), SourceFR);
tools/clang/lib/StaticAnalyzer/Core/SVals.cpp
  348       os << "lazyCompoundVal{" << const_cast<void *>(C.getStore())