Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp984 const LocationContext *CallerCtx = ParentCtx->getCurrentStackFrame(); in getCaller() local
985 assert(CallerCtx && "This should not be used for top-level stack frames"); in getCaller()
991 return getSimpleCall(CE, State, CallerCtx); in getCaller()
1002 ThisVal.getAsRegion(), State, CallerCtx); in getCaller()
1005 return getCXXAllocatorCall(cast<CXXNewExpr>(CallSite), State, CallerCtx); in getCaller()
1008 State, CallerCtx); in getCaller()
1037 CallerCtx); in getCaller()
DPathDiagnostic.cpp543 const LocationContext *CallerCtx, in getLocationForCaller() argument
551 SM, CallerCtx); in getLocationForCaller()
555 SM, CallerCtx); in getLocationForCaller()
560 SM, CallerCtx); in getLocationForCaller()
564 return PathDiagnosticLocation(Dtor.getDeleteExpr(), SM, CallerCtx); in getLocationForCaller()
568 const AnalysisDeclContext *CallerInfo = CallerCtx->getAnalysisDeclContext(); in getLocationForCaller()
570 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/llvm/lib/Transforms/IPO/
DInliner.cpp578 LLVMContext &CallerCtx = Caller->getContext(); in runOnSCC() local
586 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc, in runOnSCC()
596 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc, in runOnSCC()
606 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()