Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h668 class CallExitBegin : public ProgramPoint {
671 CallExitBegin(const StackFrameContext *L, const ReturnStmt *RS) in CallExitBegin() function
680 CallExitBegin() = default;
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp380 CallExitBegin &CallExitLoc, in annotateConsumedSummaryMismatch()
469 if (auto CE = N->getLocationAs<CallExitBegin>()) in VisitNode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp344 if (auto CEB = P.getAs<CallExitBegin>()) in getStmtForDiagnostics()
H A DCoreEngine.cpp569 CallExitBegin Loc(LocCtx, RS); in generateCallExitBeginNode()
H A DBugReporterVisitors.cpp572 auto CallExitLoc = N->getLocationAs<CallExitBegin>(); in VisitNode()
640 assert(N->getLocationAs<CallExitBegin>()); in findModifyingFrames()
648 auto CallExitLoc = N->getLocationAs<CallExitBegin>(); in findModifyingFrames()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp707 } else if (auto CEB = P.getAs<CallExitBegin>()) { in create()
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/
H A DIPA.rst137 CallExitBegin node.