Home
last modified time | relevance | path

Searched refs:CallerCtx (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp926 const LocationContext *CallerCtx = ParentCtx->getCurrentStackFrame(); in getCaller() local
927 assert(CallerCtx && "This should not be used for top-level stack frames"); in getCaller()
933 return getSimpleCall(CE, State, CallerCtx); in getCaller()
944 ThisVal.getAsRegion(), State, CallerCtx); in getCaller()
947 return getCXXAllocatorCall(cast<CXXNewExpr>(CallSite), State, CallerCtx); in getCaller()
950 State, CallerCtx); in getCaller()
979 CallerCtx); in getCaller()
DPathDiagnostic.cpp542 const LocationContext *CallerCtx, in getLocationForCaller() argument
550 SM, CallerCtx); in getLocationForCaller()
554 SM, CallerCtx); in getLocationForCaller()
559 SM, CallerCtx); in getLocationForCaller()
563 return PathDiagnosticLocation(Dtor.getDeleteExpr(), SM, CallerCtx); in getLocationForCaller()
567 const AnalysisDeclContext *CallerInfo = CallerCtx->getAnalysisDeclContext(); in getLocationForCaller()
569 return PathDiagnosticLocation::createEnd(CallerBody, SM, CallerCtx); in getLocationForCaller()
DBugReporter.cpp1279 const LocationContext *CallerCtx) in reversePropagateInterestingSymbols() argument
1490 const LocationContext *CallerCtx = NextNode->getLocationContext(); in GenerateExtensivePathDiagnostic() local
1492 if (CallerCtx != CalleeCtx) { in GenerateExtensivePathDiagnostic()
1495 CalleeCtx, CallerCtx); in GenerateExtensivePathDiagnostic()
1778 const LocationContext *CallerCtx = NextNode->getLocationContext(); in GenerateAlternateExtensivePathDiagnostic() local
1780 if (CallerCtx != CalleeCtx) { in GenerateAlternateExtensivePathDiagnostic()
1783 CalleeCtx, CallerCtx); in GenerateAlternateExtensivePathDiagnostic()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp545 LLVMContext &CallerCtx = Caller->getContext(); in runOnSCC() local
553 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc, in runOnSCC()
563 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc, in runOnSCC()
573 CallerCtx, DEBUG_TYPE, *Caller, DLoc, in runOnSCC()
/external/clang/include/clang/Analysis/
DProgramPoint.h612 const LocationContext *CallerCtx) in CallExitEnd() argument
613 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, nullptr) {} in CallExitEnd()