Searched refs:CallExitEnd (Results 1 – 8 of 8) sorted by relevance
696 class CallExitEnd : public ProgramPoint {699 CallExitEnd(const StackFrameContext *CalleeCtx, in CallExitEnd() function709 CallExitEnd() = default;
43 class CallExitEnd; variable617 construct(const CallExitEnd &CE,
88 } else if (std::optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) { in getLastStmt()380 CallExitEnd Loc(calleeCtx, callerCtx); in processCallExit()
336 if (auto CEE = P.getAs<CallExitEnd>()) in getStmtForDiagnostics()
408 return N->getLocationAs<CallExitEnd>() && in getMatchingCallExitEnd()2392 if (std::optional<CallExitEnd> CEE = in handle()2393 ExprNode->getLocationAs<CallExitEnd>()) in handle()2423 std::optional<CallExitEnd> CEE = ExprNode->getLocationAs<CallExitEnd>(); in handle()
324 CallExitEnd CExit = P.castAs<CallExitEnd>(); in getMessage()1224 if (std::optional<CallExitEnd> CE = P.getAs<CallExitEnd>()) { in generatePathDiagnosticsForNode()
252 Loc.getAs<CallExitEnd>() || in dispatchWorkItem()
699 } else if (std::optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) { in create()844 PathDiagnosticCallPiece::construct(const CallExitEnd &CE, in construct()