Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp77 const CFGBlock*> getLastStmt(const ExplodedNode *Node) { in getLastStmt() function
170 std::tie(LastSt, Blk) = getLastStmt(Pred); in removeDeadOnEndOfFunction()
221 std::tie(LastSt, Blk) = getLastStmt(CEBNode); in processCallExit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1147 const Stmt *LastStmt = getLastStmt(*P); in checkFallThroughIntoBlock()
1202 static const Stmt *getLastStmt(const CFGBlock &B) { in getLastStmt() function in __anondf82a8a60811::FallthroughMapper