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 616 /// CallExitBegin and CallExitEnd. The following operations occur between the
618 /// - CallExitBegin
622 class CallExitBegin : public ProgramPoint {
624 // CallExitBegin uses the callee's location context.
625 CallExitBegin(const StackFrameContext *L)
630 CallExitBegin() {}
637 /// \sa CallExitBegin
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 594 // Create a CallExitBegin node and enqueue it.
599 CallExitBegin Loc(LocCtx);
626 // If we are in an inlined call, generate CallExitBegin node.

Completed in 51 milliseconds