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

Overridden By

tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
  549   SVal getBinding(Store S, Loc L, QualType T) override {

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  777   return getStateManager().StoreMgr->getBinding(getStore(), LV, T);
  781   return getStateManager().StoreMgr->getBinding(getStore(),
tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  219           const SVal &V = StoreMgr.getBinding(store, loc::MemRegionVal(FR));
tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  215     SymbolRef sym = SM.getBinding(State->getStore(), *X).getAsLocSymbol();
tools/clang/lib/StaticAnalyzer/Core/CheckerContext.cpp
  107     LHSVal = Mgr.getStoreManager().getBinding(State->getStore(),
tools/clang/unittests/StaticAnalyzer/StoreTest.cpp
   51     ASSERT_EQ(Zero, StMgr.getBinding(StX0, LX0, ACtx.IntTy));
   56     ASSERT_EQ(Zero, StMgr.getBinding(StY0, LY0, ACtx.IntTy));
   65     ASSERT_EQ(Zero, StMgr.getBinding(StZ0, LZ0, ACtx.IntTy));
   71     ASSERT_EQ(One, StMgr.getBinding(StX1, LX1, ACtx.IntTy));
   76     ASSERT_EQ(One, StMgr.getBinding(StY1, LY1, ACtx.IntTy));