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
  469   iterator begin() const;

References

tools/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
  123       V = *(CSV->begin());
  125       assert(++CSV->begin() == CSV->end());
tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
  544   for (nonloc::CompoundVal::iterator I=val.begin(), E=val.end(); I!=E; ++I)
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
 2260   nonloc::CompoundVal::iterator VI = CV.begin(), VE = CV.end();
 2309   nonloc::CompoundVal::iterator VI = CV.begin(), VE = CV.end();
 2418   nonloc::CompoundVal::iterator VI = CV.begin(), VE = CV.end();
tools/clang/lib/StaticAnalyzer/Core/SVals.cpp
  334       for (const auto &I : C) {