Searched refs:LastStmt (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp246 if (Optional<CFGStmt> LastStmt = LastElement.getAs<CFGStmt>()) {
247 RS = dyn_cast<ReturnStmt>(LastStmt->getStmt());
H A DExprEngine.cpp2130 const Stmt *LastStmt = CS->getStmt(); local
2131 assert(LastStmt == Condition || LastStmt == getRightmostLeaf(Condition));
2132 return LastStmt;
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp965 const Stmt *LastStmt = nullptr; local
974 if (LastStmt && HasTerminateStmt && !dyn_cast<AttributedStmt>(Child)) {
975 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child));
983 LastStmt = Child;
H A DCodeGenFunction.cpp650 auto LastStmt = CS->body_rbegin(); local
651 if (LastStmt != CS->body_rend())
652 return isa<ReturnStmt>(*LastStmt);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1147 const Stmt *LastStmt = getLastStmt(*P); local
1148 if (const AttributedStmt *AS = asFallThroughAttr(LastStmt)) {
1154 if (!LastStmt) { // This block contains no executable statements.
H A DSemaStmt.cpp2050 Stmt *LastStmt = CS->body_back();
2051 if (!LastStmt) return;
2057 if (!ProcessIterationStmt(S, LastStmt, LastIncrement, LastDRE)) return;
H A DSemaExpr.cpp15003 if (const auto *LastStmt =
15005 if (const Expr *Value = LastStmt->getExprStmt()) {

Completed in 568 milliseconds