Home
last modified time | relevance | path

Searched refs:getLastStmt (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp77 const CFGBlock*> getLastStmt(const ExplodedNode *Node) { in getLastStmt() function
170 std::tie(LastSt, Blk) = getLastStmt(Pred); in removeDeadOnEndOfFunction()
221 std::tie(LastSt, Blk) = getLastStmt(CEBNode); in processCallExit()
/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1142 const Stmt *LastStmt = getLastStmt(*P); in checkFallThroughIntoBlock()
1197 static const Stmt *getLastStmt(const CFGBlock &B) { in getLastStmt() function in __anondc78ae6b0811::FallthroughMapper