Searched refs:CallExitLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 317 auto CallExitLoc = N->getLocationAs<CallExitBegin>(); in VisitNode() local 320 if (!CallExitLoc || isRegionOfInterestModifiedInFrame(N)) in VisitNode() 337 return notModifiedDiagnostics(Ctx, *CallExitLoc, Call, {}, SelfRegion, in VisitNode() 347 return notModifiedDiagnostics(Ctx, *CallExitLoc, Call, {}, ThisR, in VisitNode() 367 return notModifiedDiagnostics(Ctx, *CallExitLoc, Call, {}, R, in VisitNode() 377 Ctx, *CallExitLoc, Call, *P, RegionOfInterest, ParamName, in VisitNode() 503 auto CallExitLoc = N->getLocationAs<CallExitBegin>(); in findModifyingFrames() local 504 if (CallExitLoc) { in findModifyingFrames() 552 notModifiedDiagnostics(const LocationContext *Ctx, CallExitBegin &CallExitLoc, in notModifiedDiagnostics() argument 558 if (const ReturnStmt *RS = CallExitLoc.getReturnStmt()) { in notModifiedDiagnostics()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 298 CallExitBegin &CallExitLoc, in annotateConsumedSummaryMismatch() argument 343 if (const ReturnStmt *RS = CallExitLoc.getReturnStmt()) { in annotateConsumedSummaryMismatch()
|