HomeSort by: relevance | last modified time | path
    Searched refs:CallExitBegin (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ProgramPoint.h 662 /// CallExitBegin and CallExitEnd. The following operations occur between the
664 /// - CallExitBegin
668 class CallExitBegin : public ProgramPoint {
670 // CallExitBegin uses the callee's location context.
671 CallExitBegin(const StackFrameContext *L, const ReturnStmt *RS)
680 CallExitBegin() = default;
687 /// \sa CallExitBegin
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 344 if (auto CEB = P.getAs<CallExitBegin>())
CoreEngine.cpp 565 // Create a CallExitBegin node and enqueue it.
569 CallExitBegin Loc(LocCtx, RS);
590 // If we are in an inlined call, generate CallExitBegin node.
BugReporterVisitors.cpp 572 auto CallExitLoc = N->getLocationAs<CallExitBegin>();
640 assert(N->getLocationAs<CallExitBegin>());
648 auto CallExitLoc = N->getLocationAs<CallExitBegin>();
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp 707 } else if (auto CEB = P.getAs<CallExitBegin>()) {

Completed in 24 milliseconds