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

References

tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  872       C.getActivePath().push_front(generateDiagForGotoOP(C, S, Start));
  877     C.getActivePath().push_front(generateDiagForSwitchOP(C, Dst, Start));
  887         std::make_shared<PathDiagnosticControlFlowPiece>(Start, End, os.str()));
  909         std::make_shared<PathDiagnosticControlFlowPiece>(Start, End, os.str()));
  934           std::make_shared<PathDiagnosticControlFlowPiece>(Start, End,
  944               Start, End, "Loop condition is false.  Exiting loop"));
  960           std::make_shared<PathDiagnosticControlFlowPiece>(Start, End,
  969               Start, End, "Loop condition is true.  Entering loop body"));
  983               Start, End, "Taking false branch"));
  987               Start, End, "Taking true branch"));