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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  392   typename ProgramStateTrait<T>::context_type get_context() const;

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  796   return getStateManager().add<T>(this, K, get_context<T>());
  806   return getStateManager().remove<T>(this, K, get_context<T>());
  828   return getStateManager().set<T>(this, K, E, get_context<T>());
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
  202     auto &CZFactory = State->get_context<ConstraintSMT>();
tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
 2337   CStringLengthTy::Factory &F = state->get_context<CStringLength>();
 2386   CStringLengthTy::Factory &F = state->get_context<CStringLength>();
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
 2140   auto &RegionMapFactory = State->get_context<IteratorRegionMap>();
 2153   auto &SymbolMapFactory = State->get_context<IteratorSymbolMap>();
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 2622   RegionStateTy::Factory &F = state->get_context<RegionState>();
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
 1165   RefBindingsTy::Factory &RefBFactory = state->get_context<RefBindings>();
 1445   RefBindingsTy::Factory &F = state->get_context<RefBindings>();
tools/clang/lib/StaticAnalyzer/Checkers/Taint.cpp
  111   TaintedSubRegions::Factory &F = State->get_context<TaintedSubRegions>();
tools/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
  189   DivZeroMapTy::Factory &F = State->get_context<DivZeroMap>();
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 2861       N->getState()->get_context<ConstraintRange>();
tools/clang/lib/StaticAnalyzer/Core/DynamicType.cpp
  109   CastSet::Factory &F = State->get_context<CastSet>();
tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
  419   ConstraintRangeTy::Factory &CRFactory = State->get_context<ConstraintRange>();