Searched refs:CallExitEnd (Results 1 – 9 of 9) sorted by relevance
686 class CallExitEnd : public ProgramPoint {689 CallExitEnd(const StackFrameContext *CalleeCtx, in CallExitEnd() function699 CallExitEnd() = default;
43 class CallExitEnd; variable617 construct(const CallExitEnd &CE,
92 } else if (std::optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) { in getLastStmt()382 CallExitEnd Loc(calleeCtx, callerCtx); in processCallExit()
339 if (auto CEE = P.getAs<CallExitEnd>()) in getStmtForDiagnostics()
382 return N->getLocationAs<CallExitEnd>() && in getMatchingCallExitEnd()2418 if (std::optional<CallExitEnd> CEE = in handle()2419 ExprNode->getLocationAs<CallExitEnd>()) in handle()2449 std::optional<CallExitEnd> CEE = ExprNode->getLocationAs<CallExitEnd>(); in handle()
290 CallExitEnd CExit = P.castAs<CallExitEnd>(); in getMessage()1196 if (std::optional<CallExitEnd> CE = P.getAs<CallExitEnd>()) { in generatePathDiagnosticsForNode()
217 Loc.getAs<CallExitEnd>() || in dispatchWorkItem()
702 } else if (std::optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) { in create()847 PathDiagnosticCallPiece::construct(const CallExitEnd &CE, in construct()
147 4. A CallExitEnd node is generated, which marks the transition back to the