Searched refs:CallExitBegin (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h662 /// CallExitBegin and CallExitEnd. The following operations occur between the
664 /// - CallExitBegin
668 class CallExitBegin : public ProgramPoint { class in namespace:clang
670 // CallExitBegin uses the callee's location context.
671 CallExitBegin(const StackFrameContext *L, const ReturnStmt *RS) function in class:clang::CallExitBegin
680 CallExitBegin() = default;
687 /// \sa CallExitBegin
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp345 if (auto CEB = P.getAs<CallExitBegin>())
H A DCoreEngine.cpp565 // Create a CallExitBegin node and enqueue it.
569 CallExitBegin Loc(LocCtx, RS);
590 // If we are in an inlined call, generate CallExitBegin node.
H A DBugReporterVisitors.cpp551 auto CallExitLoc = N->getLocationAs<CallExitBegin>();
619 assert(N->getLocationAs<CallExitBegin>());
627 auto CallExitLoc = N->getLocationAs<CallExitBegin>();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp691 } else if (auto CEB = P.getAs<CallExitBegin>()) {

Completed in 281 milliseconds