Searched refs:CallerCtx (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| D | CallEvent.cpp | 934 const LocationContext *CallerCtx = ParentCtx->getCurrentStackFrame(); in getCaller() local 935 assert(CallerCtx && "This should not be used for top-level stack frames"); in getCaller() 941 return getSimpleCall(CE, State, CallerCtx); in getCaller() 952 ThisVal.getAsRegion(), State, CallerCtx); in getCaller() 955 return getCXXAllocatorCall(cast<CXXNewExpr>(CallSite), State, CallerCtx); in getCaller() 958 State, CallerCtx); in getCaller() 987 CallerCtx); in getCaller()
|
| D | PathDiagnostic.cpp | 543 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()
|
| D | BugReporter.cpp | 1278 const LocationContext *CallerCtx) in reversePropagateInterestingSymbols() argument 1489 const LocationContext *CallerCtx = NextNode->getLocationContext(); in GenerateExtensivePathDiagnostic() local 1491 if (CallerCtx != CalleeCtx) { in GenerateExtensivePathDiagnostic() 1494 CalleeCtx, CallerCtx); in GenerateExtensivePathDiagnostic() 1777 const LocationContext *CallerCtx = NextNode->getLocationContext(); in GenerateAlternateExtensivePathDiagnostic() local 1779 if (CallerCtx != CalleeCtx) { in GenerateAlternateExtensivePathDiagnostic() 1782 CalleeCtx, CallerCtx); in GenerateAlternateExtensivePathDiagnostic()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Analysis/ |
| D | ProgramPoint.h | 612 const LocationContext *CallerCtx) in CallExitEnd() argument 613 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, 0) {} in CallExitEnd()
|