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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
  258     for (const auto  I : Frontier)
  318     return Frontier.begin();
  398       for (const auto I : SrcSet)
tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  578   for (const auto I : Set)
  584   for (const auto I : Set)
  589   for (auto I : Set) {
  628     for (const auto I : Frontier)
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  746   for (const auto I : CheckedSet) {
  787   for (const auto I : CleanedStates) {
  895   for (const auto I : Tmp) {
 1108       CleanDtorState.empty() ? Pred : *CleanDtorState.begin();
 1160   for (ExplodedNode *Node : PreVisit) {
 1438       for (const auto I : PreVisit) {
 1469       for (const auto N : preVisit) {
 1615       for (const auto i : PreVisit)
 1629       for (const auto i : PreVisit)
 1713       for (const auto i : dstPrevisit)
 1775       for (const auto Node : PreVisit)
 2123   for (const auto PredI : CheckersOutSet) {
 2325     for (const auto I : AfterRemovedDead)
 2530   for (auto *Node : CheckerPreStmt) {
 2573     for (const auto I : CheckedSet)
 2579     for (const auto I : CheckedSet) {
 2652   for (const auto I : AfterPreSet) {
 2786   for (const auto PredI : CheckedSet) {
 2835   for (const auto I : Tmp)
 2861   for (const auto I : Tmp) {
 2928   for (const auto Pred : Src) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
   53   for (ExplodedNodeSet::iterator it=CheckedSet.begin(), ei=CheckedSet.end();
  136     for (ExplodedNodeSet::iterator I = Tmp.begin(), E = Tmp.end(); I != E;
  308     for (ExplodedNodeSet::iterator I = dstPreStmt.begin(), E = dstPreStmt.end();
  326   for (ExplodedNodeSet::iterator I = dstPreStmt.begin(), E = dstPreStmt.end();
  591   for (ExplodedNodeSet::iterator I = dstPreVisit.begin(), E = dstPreVisit.end();
  877   for (ExplodedNodeSet::iterator I = CheckedSet.begin(), E = CheckedSet.end();
  933   for (ExplodedNodeSet::iterator I = CheckedSet.begin(), E = CheckedSet.end();
 1077   for (ExplodedNodeSet::iterator I=Tmp.begin(), E=Tmp.end();I!=E;++I) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
   86   for (ExplodedNodeSet::iterator I = Dst.begin(), E = Dst.end();
  508     for (ExplodedNodeSet::iterator I = DstPreVisit.begin(),
  544     for (ExplodedNodeSet::iterator I = DstPreCall.begin(), E = DstPreCall.end();
  549     for (ExplodedNodeSet::iterator I = DstPreCall.begin(), E = DstPreCall.end();
  577       for (ExplodedNode *N : DstEvaluated) {
  589   for (auto I : DstEvaluated)
  660   for (ExplodedNodeSet::iterator I = DstPreCall.begin(), E = DstPreCall.end();
  686   for (auto I : DstPreCall) {
  696   for (auto I : DstPostCall) {
  730   for (auto I : DstPostPostCallCallback) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  301   for (ExplodedNodeSet::iterator I = CleanedNodes.begin(),
  331       for (auto I : DstPostPostCallCallback) {
  359     for (ExplodedNodeSet::iterator PSI = Dst.begin(), PSE = Dst.end();
  511   for (ExplodedNodeSet::iterator I = dstPreVisit.begin(), E = dstPreVisit.end();
  592   for (auto I : dstCallEvaluated)
 1100     for (ExplodedNodeSet::iterator it = dstPreVisit.begin(),
tools/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
   52   for (ExplodedNode *Pred : dstLocation) {
  212         for (auto I : dstPostCheckers)
  244   for (ExplodedNodeSet::iterator DI = dstGenericPrevisit.begin(),
  276   for (auto I : dstEval)