Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp734 } else if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) { in create()
785 if (auto CEE = P.getAs<CallExitEnd>()) in getStmt()
975 PathDiagnosticCallPiece::construct(const CallExitEnd &CE, in construct()
1280 CallExitEnd CExit = P.castAs<CallExitEnd>(); in getMessage()
H A DExprEngineCallAndReturn.cpp88 } else if (Optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) { in getLastStmt()
307 CallExitEnd Loc(calleeCtx, callerCtx); in processCallExit()
H A DCoreEngine.cpp190 Loc.getAs<CallExitEnd>() || in dispatchWorkItem()
H A DBugReporterVisitors.cpp799 if (auto CEE = Node->getLocationAs<CallExitEnd>()) in addVisitorIfNecessary()
816 Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>(); in addVisitorIfNecessary()
H A DBugReporter.cpp1106 if (Optional<CallExitEnd> CE = P.getAs<CallExitEnd>()) { in generatePathDiagnosticsForNode()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h690 class CallExitEnd : public ProgramPoint {
693 CallExitEnd(const StackFrameContext *CalleeCtx, in CallExitEnd() function
703 CallExitEnd() = default;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h44 class CallExitEnd; variable
635 construct(const CallExitEnd &CE,