Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp168 const Stmt *LastSt = nullptr; in removeDeadOnEndOfFunction() local
170 std::tie(LastSt, Blk) = getLastStmt(Pred); in removeDeadOnEndOfFunction()
171 if (!Blk || !LastSt) { in removeDeadOnEndOfFunction()
183 removeDead(Pred, Dst, dyn_cast<ReturnStmt>(LastSt), LCtx, in removeDeadOnEndOfFunction()
219 const Stmt *LastSt = nullptr; in processCallExit() local
221 std::tie(LastSt, Blk) = getLastStmt(CEBNode); in processCallExit()
232 if (const ReturnStmt *RS = dyn_cast_or_null<ReturnStmt>(LastSt)) { in processCallExit()
282 if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) { in processCallExit()
284 PostStmt Loc(LastSt, calleeCtx, &retValBind); in processCallExit()