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

References

tools/clang/include/clang/Analysis/ProgramPoint.h
  239     return B->empty() ? Optional<CFGElement>() : B->front();
tools/clang/lib/Analysis/ReachableCode.cpp
   70   if (B->empty())  {
tools/clang/lib/Analysis/ThreadSafety.cpp
 2237   if (B->empty())
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
 1296       while (B->empty() && !Term && B->succ_size() == 1) {
 1300       if (!(B->empty() && Term && isa<BreakStmt>(Term))) {
tools/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
  124     if (Exit->empty())
tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
  128     if (!CB->empty()) {
tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
   87     assert(Entry->empty() && "Entry block must be empty.");
  240     assert(L.getLocationContext()->getCFG()->getExit().empty() &&
  245     if (!L.getSrc()->empty()) {
  461   assert(!B->empty());
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  712     assert(!SrcBlock->empty());
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
   47   assert(Entry->empty());