Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp92 } else if (std::optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) { in getLastStmt()
382 CallExitEnd Loc(calleeCtx, callerCtx); in processCallExit()
H A DExplodedGraph.cpp339 if (auto CEE = P.getAs<CallExitEnd>()) in getStmtForDiagnostics()
H A DBugReporterVisitors.cpp382 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()
H A DBugReporter.cpp290 CallExitEnd CExit = P.castAs<CallExitEnd>(); in getMessage()
1196 if (std::optional<CallExitEnd> CE = P.getAs<CallExitEnd>()) { in generatePathDiagnosticsForNode()
H A DCoreEngine.cpp217 Loc.getAs<CallExitEnd>() || in dispatchWorkItem()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp702 } else if (std::optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) { in create()
847 PathDiagnosticCallPiece::construct(const CallExitEnd &CE, in construct()
/openbsd-src/gnu/llvm/clang/docs/analyzer/developer-docs/
H A DIPA.rst147 4. A CallExitEnd node is generated, which marks the transition back to the