Searched defs:LastStmt (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ | ||
H A D | CoreEngine.cpp | 276 if (std::optional<CFGStmt> LastStmt = LastElement.getAs<CFGStmt>()) { HandleBlockEdge() local |
H A D | ExprEngine.cpp | 2658 const Stmt *LastStmt = CS->getStmt(); ResolveCondition() local |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenFunction.cpp | 645 auto LastStmt = CS->body_rbegin(); endsWithReturn() local |
H A D | CoverageMappingGen.cpp | 1372 const Stmt *LastStmt = nullptr; VisitStmt() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | AnalysisBasedWarnings.cpp | 1170 const Stmt *LastStmt = getLastStmt(*P); in checkFallThroughIntoBlock() local |
H A D | SemaStmt.cpp | 2098 Stmt *LastStmt = CS->body_back(); CheckForRedundantIteration() local |
H A D | SemaExpr.cpp | 16665 if (const auto *LastStmt = BuildStmtExpr() local |