Searched refs:getLastStmt (Results 1 – 2 of 2) sorted by relevance
77 const CFGBlock*> getLastStmt(const ExplodedNode *Node) { in getLastStmt() function170 std::tie(LastSt, Blk) = getLastStmt(Pred); in removeDeadOnEndOfFunction()221 std::tie(LastSt, Blk) = getLastStmt(CEBNode); in processCallExit()
1147 const Stmt *LastStmt = getLastStmt(*P); in checkFallThroughIntoBlock()1202 static const Stmt *getLastStmt(const CFGBlock &B) { in getLastStmt() function in __anondf82a8a60811::FallthroughMapper