Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp165 const Stmt *LastSt = nullptr; in removeDeadOnEndOfFunction() local
167 std::tie(LastSt, Blk) = getLastStmt(Pred); in removeDeadOnEndOfFunction()
168 if (!Blk || !LastSt) { in removeDeadOnEndOfFunction()
180 removeDead(Pred, Dst, dyn_cast<ReturnStmt>(LastSt), LCtx, in removeDeadOnEndOfFunction()
262 const Stmt *LastSt = nullptr; in processCallExit() local
264 std::tie(LastSt, Blk) = getLastStmt(CEBNode); in processCallExit()
292 if (const ReturnStmt *RS = dyn_cast_or_null<ReturnStmt>(LastSt)) { in processCallExit()
349 if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) { in processCallExit()
351 auto Loc = isa<ReturnStmt>(LastSt) in processCallExit()
352 ? ProgramPoint{PostStmt(LastSt, calleeCtx, &retValBind)} in processCallExit()
[all …]