Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h688 class CallExitEnd : public ProgramPoint {
691 CallExitEnd(const StackFrameContext *CalleeCtx, in CallExitEnd() function
701 CallExitEnd() = default;
H A DPathDiagnostic.h43 class CallExitEnd; variable
620 construct(const CallExitEnd &CE,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp91 } else if (Optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) { in getLastStmt()
310 CallExitEnd Loc(calleeCtx, callerCtx); in processCallExit()
H A DExplodedGraph.cpp340 if (auto CEE = P.getAs<CallExitEnd>()) in getStmtForDiagnostics()
H A DBugReporterVisitors.cpp963 if (Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>()) in addVisitorIfNecessary()
993 Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>(); in addVisitorIfNecessary()
H A DBugReporter.cpp288 CallExitEnd CExit = P.castAs<CallExitEnd>(); in getMessage()
1194 if (Optional<CallExitEnd> CE = P.getAs<CallExitEnd>()) { in generatePathDiagnosticsForNode()
H A DCoreEngine.cpp188 Loc.getAs<CallExitEnd>() || in dispatchWorkItem()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp703 } else if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) { in create()
847 PathDiagnosticCallPiece::construct(const CallExitEnd &CE, in construct()
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/
H A DIPA.rst147 4. A CallExitEnd node is generated, which marks the transition back to the