HomeSort by: relevance | last modified time | path
    Searched defs:LastStmt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 650 auto LastStmt = CS->body_rbegin();
651 if (LastStmt != CS->body_rend())
652 return isa<ReturnStmt>(*LastStmt);
CoverageMappingGen.cpp 965 const Stmt *LastStmt = nullptr;
974 if (LastStmt && HasTerminateStmt && !dyn_cast<AttributedStmt>(Child)) {
975 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child));
983 LastStmt = Child;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
AnalysisBasedWarnings.cpp 1147 const Stmt *LastStmt = getLastStmt(*P);
1148 if (const AttributedStmt *AS = asFallThroughAttr(LastStmt)) {
1154 if (!LastStmt) { // This block contains no executable statements.
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 2130 const Stmt *LastStmt = CS->getStmt();
2131 assert(LastStmt == Condition || LastStmt == getRightmostLeaf(Condition));
2132 return LastStmt;

Completed in 33 milliseconds