HomeSort by relevance Sort by last modified time
    Searched refs:CallExitBegin (Results 1 - 2 of 2) sorted by null

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

Completed in 56 milliseconds