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.h686 class CallExitEnd : public ProgramPoint {
689 CallExitEnd(const StackFrameContext *CalleeCtx, in CallExitEnd() function
699 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.cpp92 } else if (std::optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) { in getLastStmt()
380 CallExitEnd Loc(calleeCtx, callerCtx); in processCallExit()
H A DExplodedGraph.cpp338 if (auto CEE = P.getAs<CallExitEnd>()) in getStmtForDiagnostics()
H A DBugReporterVisitors.cpp412 return N->getLocationAs<CallExitEnd>() && in getMatchingCallExitEnd()
2440 if (std::optional<CallExitEnd> CEE = in handle()
2441 ExprNode->getLocationAs<CallExitEnd>()) in handle()
2471 std::optional<CallExitEnd> CEE = ExprNode->getLocationAs<CallExitEnd>(); in handle()
H A DBugReporter.cpp303 CallExitEnd CExit = P.castAs<CallExitEnd>(); in getMessage()
1207 if (std::optional<CallExitEnd> CE = P.getAs<CallExitEnd>()) { in generatePathDiagnosticsForNode()
H A DCoreEngine.cpp217 Loc.getAs<CallExitEnd>() || in dispatchWorkItem()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp704 } else if (std::optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) { in create()
849 PathDiagnosticCallPiece::construct(const CallExitEnd &CE, in construct()