Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp71 const CXXThisRegion *ThisR = in getWidenedLoopState() local
73 ITraits.setTrait(ThisR, in getWidenedLoopState()
H A DBugReporterVisitors.cpp631 const MemRegion *ThisR = Call.getCXXThisVal().getAsRegion(); in maybeEmitNoteForCXXThis() local
632 if (RegionOfInterest->isSubRegionOf(ThisR) && !Call.getDecl()->isImplicit()) in maybeEmitNoteForCXXThis()
633 return maybeEmitNote(R, Call, N, {}, ThisR, "this", in maybeEmitNoteForCXXThis()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp344 const MemRegion *ThisR = in evalCall() local
355 if (!move::isMovedFrom(State, ThisR)) { in evalCall()