Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h676 class CallExitBegin : public ProgramPoint {
679 CallExitBegin(const StackFrameContext *L, const ReturnStmt *RS) in CallExitBegin() function
688 CallExitBegin() = default;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp143 if (const Stmt *S = castAs<CallExitBegin>().getReturnStmt()) in getSourceLocation()
H A DPathDiagnostic.cpp703 } else if (auto CEB = P.getAs<CallExitBegin>()) { in create()
/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.cpp340 if (auto CEB = P.getAs<CallExitBegin>()) in getStmtForDiagnostics()
H A DCoreEngine.cpp629 CallExitBegin Loc(LocCtx, RS); in generateCallExitBeginNode()
H A DBugReporterVisitors.cpp422 assert(CallExitBeginN->getLocationAs<CallExitBegin>()); in findModifyingFrames()
433 if (CurrN->getLocationAs<CallExitBegin>()) { in findModifyingFrames()
472 auto CallExitLoc = N->getLocationAs<CallExitBegin>(); in VisitNode()