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

References

tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  210   const CFGBlock *Blk = L.getDst();
  221   if (L.getSrc()->getTerminator().isVirtualBaseBranch() &&
  222       L.getDst() == *L.getSrc()->succ_begin()) {
  222       L.getDst() == *L.getSrc()->succ_begin()) {
  223     ProgramPoint P = L.withTag(getNoteTags().makeNoteTag(
  239   if (Blk == &(L.getLocationContext()->getCFG()->getExit())) {
  240     assert(L.getLocationContext()->getCFG()->getExit().empty() &&
  245     if (!L.getSrc()->empty()) {
  246       CFGElement LastElement = L.getSrc()->back();
  266   SubEng.processCFGBlockEntrance(L, nodeBuilder, Pred);