Searched refs:getLastStmt (Results 1 – 2 of 2) sorted by relevance
64 const CFGBlock*> getLastStmt(const ExplodedNode *Node) { in getLastStmt() function145 llvm::tie(LastSt, Blk) = getLastStmt(CEBNode); in processCallExit()
748 const Stmt *LastStmt = getLastStmt(*P); in checkFallThroughIntoBlock()791 static const Stmt *getLastStmt(const CFGBlock &B) { in getLastStmt() function in __anon4f73e2630511::FallthroughMapper