Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp78 const CFGBlock*> getLastStmt(const ExplodedNode *Node) { in getLastStmt() function
171 std::tie(LastSt, Blk) = getLastStmt(Pred); in removeDeadOnEndOfFunction()
269 std::tie(LastSt, Blk) = getLastStmt(CEBNode); in processCallExit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1170 const Stmt *LastStmt = getLastStmt(*P); in checkFallThroughIntoBlock()
1225 static const Stmt *getLastStmt(const CFGBlock &B) { in getLastStmt() function in __anon9476153b0811::FallthroughMapper