/external/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 482 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/ |
D | CallEvent.cpp | 1061 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()
|
D | PathDiagnostic.cpp | 541 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()
|
D | BugReporter.cpp | 1271 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/llvm-project/clang/lib/Analysis/ |
D | PathDiagnostic.cpp | 524 const LocationContext *CallerCtx, in getLocationForCaller() argument 534 SM, CallerCtx); in getLocationForCaller() 538 SM, CallerCtx); in getLocationForCaller() 543 SM, CallerCtx); in getLocationForCaller() 547 return PathDiagnosticLocation(Dtor.getDeleteExpr(), SM, CallerCtx); in getLocationForCaller() 551 const AnalysisDeclContext *CallerInfo = CallerCtx->getAnalysisDeclContext(); in getLocationForCaller() 553 return PathDiagnosticLocation::createEnd(CallerBody, SM, CallerCtx); in getLocationForCaller() 558 return PathDiagnosticLocation(Alloc.getAllocatorExpr(), SM, CallerCtx); in getLocationForCaller() 566 CallerCtx); in getLocationForCaller()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 1394 const LocationContext *CallerCtx = ParentCtx->getStackFrame(); in getCaller() local 1395 assert(CallerCtx && "This should not be used for top-level stack frames"); in getCaller() 1400 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx)) in getCaller() 1409 return getCXXConstructorCall(CE, ThisVal.getAsRegion(), State, CallerCtx); in getCaller() 1412 CallerCtx); in getCaller() 1441 CallerCtx); in getCaller()
|
/external/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 642 const LocationContext *CallerCtx) in CallExitEnd() argument 643 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, nullptr) {} in CallExitEnd()
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 692 const LocationContext *CallerCtx) in CallExitEnd() argument 693 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, nullptr) {} in CallExitEnd()
|