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

/external/clang/include/clang/Analysis/
H A DProgramPoint.h586 /// CallExitBegin and CallExitEnd. The following operations occur between the
588 /// - CallExitBegin
592 class CallExitBegin : public ProgramPoint { class in namespace:clang
594 // CallExitBegin uses the callee's location context.
595 CallExitBegin(const StackFrameContext *L) function in class:clang::CallExitBegin
600 CallExitBegin() {} function in class:clang::CallExitBegin
607 /// \sa CallExitBegin
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp560 // Create a CallExitBegin node and enqueue it.
565 CallExitBegin Loc(LocCtx);
592 // If we are in an inlined call, generate CallExitBegin node.

Completed in 82 milliseconds