Home
last modified time | relevance | path

Searched refs:ThisR (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp347 const MemRegion *ThisR = in evalCall() local
358 if (!move::isMovedFrom(State, ThisR)) { in evalCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp724 const MemRegion *ThisR = Call.getCXXThisVal().getAsRegion(); in maybeEmitNoteForCXXThis() local
725 if (RegionOfInterest->isSubRegionOf(ThisR) && !Call.getDecl()->isImplicit()) in maybeEmitNoteForCXXThis()
726 return maybeEmitNote(R, Call, N, {}, ThisR, "this", in maybeEmitNoteForCXXThis()