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

References

tools/clang/lib/Analysis/ProgramPoint.cpp
  137         << ", \"dst_id\": " << E.getDst()->getBlockID() << ", \"terminator\": ";
  152       if (const Stmt *Label = E.getDst()->getLabel()) {
  180           << (*E.getSrc()->succ_begin() == E.getDst() ? "true" : "false");
tools/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
  123     const CFGBlock *Exit = BE.getDst();
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  859   const CFGBlock *Dst = BE.getDst();
 1014   return (*(Src->succ_begin()+1) == BE->getDst());
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 1885             bool TookTrueBranch = (*(srcBlk->succ_begin()) == BE->getDst());
 2173       return VisitTerminator(Term, N, SrcBlock, BE->getDst(), BR, BRC);
tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  114     NodeBuilderContext BuilderCtx(*this, StartLoc.getDst(), Node);
  210   const CFGBlock *Blk = L.getDst();
  222       L.getDst() == *L.getSrc()->succ_begin()) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  705     unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0;