Home
last modified time | relevance | path

Searched refs:getLastStmt (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp71 const CFGBlock*> getLastStmt(const ExplodedNode *Node) { in getLastStmt() function
165 std::tie(LastSt, Blk) = getLastStmt(Pred); in removeDeadOnEndOfFunction()
234 std::tie(LastSt, Blk) = getLastStmt(CEBNode); in processCallExit()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp992 const Stmt *LastStmt = getLastStmt(*P); in checkFallThroughIntoBlock()
1042 static const Stmt *getLastStmt(const CFGBlock &B) { in getLastStmt() function in __anon94e2d5210511::FallthroughMapper