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()
1142 const Stmt *LastStmt = getLastStmt(*P); in checkFallThroughIntoBlock()1197 static const Stmt *getLastStmt(const CFGBlock &B) { in getLastStmt() function in __anondc78ae6b0811::FallthroughMapper