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

References

tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
  412         CBFactory, IsMainAnalysis).asStore(), *this);
  444     return StoreRef(bind(getRegionBindings(store), LV, V).asStore(), *this);
 1386   return StoreRef(B.asStore(), *this);
 2098   return svalBuilder.makeLazyCompoundVal(StoreRef(B.asStore(), *this), R);
 2247     SVal V = getBinding(B.asStore(), *MRV, R->getValueType());
 2668   return StoreRef(B.asStore(), *this);
 2686   Out << "{ \"pointer\": \"" << Bindings.asStore() << "\", \"items\": [" << NL;