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 571 /// CallExitBegin and CallExitEnd. The following operations occur between the
573 /// - CallExitBegin
577 class CallExitBegin : public ProgramPoint {
579 // CallExitBegin uses the callee's location context.
580 CallExitBegin(const StackFrameContext *L)
585 CallExitBegin() {}
592 /// \sa CallExitBegin
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 537 // Create a CallExitBegin node and enqueue it.
542 CallExitBegin Loc(LocCtx);
569 // If we are in an inlined call, generate CallExitBegin node.

Completed in 441 milliseconds