Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h696 class CallExitEnd : public ProgramPoint {
699 CallExitEnd(const StackFrameContext *CalleeCtx, in CallExitEnd() function
709 CallExitEnd() = default;
H A DPathDiagnostic.h43 class CallExitEnd; variable
617 construct(const CallExitEnd &CE,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp88 } else if (std::optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) { in getLastStmt()
380 CallExitEnd Loc(calleeCtx, callerCtx); in processCallExit()
H A DExplodedGraph.cpp336 if (auto CEE = P.getAs<CallExitEnd>()) in getStmtForDiagnostics()
H A DBugReporterVisitors.cpp408 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()
H A DBugReporter.cpp324 CallExitEnd CExit = P.castAs<CallExitEnd>(); in getMessage()
1224 if (std::optional<CallExitEnd> CE = P.getAs<CallExitEnd>()) { in generatePathDiagnosticsForNode()
H A DCoreEngine.cpp252 Loc.getAs<CallExitEnd>() || in dispatchWorkItem()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp699 } else if (std::optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) { in create()
844 PathDiagnosticCallPiece::construct(const CallExitEnd &CE, in construct()