Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp88 const CXXThisRegion *ThisR = in getWidenedLoopState() local
90 ITraits.setTrait(ThisR, in getWidenedLoopState()
H A DBugReporterVisitors.cpp694 const MemRegion *ThisR = Call.getCXXThisVal().getAsRegion(); in maybeEmitNoteForCXXThis() local
695 if (RegionOfInterest->isSubRegionOf(ThisR) && !Call.getDecl()->isImplicit()) in maybeEmitNoteForCXXThis()
696 return maybeEmitNote(R, Call, N, {}, ThisR, "this", in maybeEmitNoteForCXXThis()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp345 const MemRegion *ThisR = in evalCall() local
356 if (!move::isMovedFrom(State, ThisR)) { in evalCall()