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

  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 914 const LocationContext *CallerCtx = ParentCtx->getCurrentStackFrame();
915 assert(CallerCtx && "This should not be used for top-level stack frames");
921 return getSimpleCall(CE, State, CallerCtx);
932 ThisVal.getAsRegion(), State, CallerCtx);
935 return getCXXAllocatorCall(cast<CXXNewExpr>(CallSite), State, CallerCtx);
938 State, CallerCtx);
    [all...]
PathDiagnostic.cpp 544 const LocationContext *CallerCtx,
552 SM, CallerCtx);
556 SM, CallerCtx);
561 SM, CallerCtx);
565 const AnalysisDeclContext *CallerInfo = CallerCtx->getAnalysisDeclContext();
567 return PathDiagnosticLocation::createEnd(CallerBody, SM, CallerCtx);
    [all...]
BugReporter.cpp     [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 564 const LocationContext *callerCtx)
565 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, 0) {}
612 const LocationContext *CallerCtx)
613 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, 0) {}

Completed in 493 milliseconds