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

References

tools/clang/include/clang/Analysis/CFG.h
 1540   static NodeRef getEntryNode(const ::clang::CFG *F) { return &F->getEntry(); }
tools/clang/include/clang/Analysis/ProgramPoint.h
  648     return &(CalleeCFG->getEntry());
tools/clang/lib/Analysis/CFG.cpp
 5570   if (&B == &cfg->getEntry())
 5748   print_block(OS, this, getEntry(), Helper, true, ShowColors);
 5753     if (&(**I) == &getEntry() || &(**I) == &getExit())
tools/clang/lib/Analysis/UninitializedValues.cpp
  232       assert(*PO_I == &cfg.getEntry());
  615       if (B == &cfg.getEntry())
  919   const CFGBlock &entry = cfg.getEntry();
  929   worklist.enqueueSuccessors(&cfg.getEntry());
  931   wasAnalyzed[cfg.getEntry().getBlockID()] = true;
tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
   87   worklist.push_back(&cfg.getEntry());