Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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;
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp380 CallExitBegin &CallExitLoc, in annotateConsumedSummaryMismatch()
469 if (auto CE = N->getLocationAs<CallExitBegin>()) in VisitNode()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp344 if (auto CEB = P.getAs<CallExitBegin>()) in getStmtForDiagnostics()
H A DCoreEngine.cpp570 CallExitBegin Loc(LocCtx, RS); in generateCallExitBeginNode()
H A DBugReporterVisitors.cpp573 auto CallExitLoc = N->getLocationAs<CallExitBegin>(); in VisitNode()
641 assert(N->getLocationAs<CallExitBegin>()); in findModifyingFrames()
649 auto CallExitLoc = N->getLocationAs<CallExitBegin>(); in findModifyingFrames()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp707 } else if (auto CEB = P.getAs<CallExitBegin>()) { in create()