Searched refs:getLastStmt (Results 1 – 2 of 2) sorted by relevance
74 const CFGBlock*> getLastStmt(const ExplodedNode *Node) { in getLastStmt() function167 std::tie(LastSt, Blk) = getLastStmt(Pred); in removeDeadOnEndOfFunction()264 std::tie(LastSt, Blk) = getLastStmt(CEBNode); in processCallExit()
1313 const Stmt *LastStmt = getLastStmt(*P); in checkFallThroughIntoBlock()1365 static const Stmt *getLastStmt(const CFGBlock &B) { in getLastStmt() function in __anon9476153b0811::FallthroughMapper