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