Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h666 class CallExitBegin : public ProgramPoint {
669 CallExitBegin(const StackFrameContext *L, const ReturnStmt *RS) in CallExitBegin() function
678 CallExitBegin() = default;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp374 CallExitBegin &CallExitLoc, in annotateConsumedSummaryMismatch()
463 if (auto CE = N->getLocationAs<CallExitBegin>()) in VisitNode()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp342 if (auto CEB = P.getAs<CallExitBegin>()) in getStmtForDiagnostics()
H A DCoreEngine.cpp586 CallExitBegin Loc(LocCtx, RS); in generateCallExitBeginNode()
H A DBugReporterVisitors.cpp426 assert(CallExitBeginN->getLocationAs<CallExitBegin>()); in findModifyingFrames()
437 if (CurrN->getLocationAs<CallExitBegin>()) { in findModifyingFrames()
476 auto CallExitLoc = N->getLocationAs<CallExitBegin>(); in VisitNode()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp708 } else if (auto CEB = P.getAs<CallExitBegin>()) { in create()