Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DInliner.cpp482 LLVMContext &CallerCtx = Caller->getContext(); in inlineCalls() local
490 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc, in inlineCalls()
500 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc, in inlineCalls()
510 CallerCtx, DEBUG_TYPE, *Caller, DLoc, in inlineCalls()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp1061 const LocationContext *CallerCtx = ParentCtx->getCurrentStackFrame(); in getCaller() local
1062 assert(CallerCtx && "This should not be used for top-level stack frames"); in getCaller()
1068 return getSimpleCall(CE, State, CallerCtx); in getCaller()
1079 ThisVal.getAsRegion(), State, CallerCtx); in getCaller()
1082 return getCXXAllocatorCall(cast<CXXNewExpr>(CallSite), State, CallerCtx); in getCaller()
1085 State, CallerCtx); in getCaller()
1114 CallerCtx); in getCaller()
DPathDiagnostic.cpp541 const LocationContext *CallerCtx, in getLocationForCaller() argument
549 SM, CallerCtx); in getLocationForCaller()
553 SM, CallerCtx); in getLocationForCaller()
558 SM, CallerCtx); in getLocationForCaller()
562 return PathDiagnosticLocation(Dtor.getDeleteExpr(), SM, CallerCtx); in getLocationForCaller()
566 const AnalysisDeclContext *CallerInfo = CallerCtx->getAnalysisDeclContext(); in getLocationForCaller()
568 return PathDiagnosticLocation::createEnd(CallerBody, SM, CallerCtx); in getLocationForCaller()
DBugReporter.cpp1271 const LocationContext *CallerCtx) in reversePropagateInterestingSymbols() argument
1481 const LocationContext *CallerCtx = NextNode->getLocationContext(); in GenerateExtensivePathDiagnostic() local
1483 if (CallerCtx != CalleeCtx) { in GenerateExtensivePathDiagnostic()
1486 CalleeCtx, CallerCtx); in GenerateExtensivePathDiagnostic()
1765 const LocationContext *CallerCtx = NextNode->getLocationContext(); in GenerateAlternateExtensivePathDiagnostic() local
1767 if (CallerCtx != CalleeCtx) { in GenerateAlternateExtensivePathDiagnostic()
1770 CalleeCtx, CallerCtx); in GenerateAlternateExtensivePathDiagnostic()
/external/clang/include/clang/Analysis/
DProgramPoint.h642 const LocationContext *CallerCtx) in CallExitEnd() argument
643 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, nullptr) {} in CallExitEnd()