Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp89 const CXXThisRegion *ThisR = in getWidenedLoopState() local
91 ITraits.setTrait(ThisR, in getWidenedLoopState()
H A DBugReporterVisitors.cpp595 const MemRegion *ThisR = CCall->getCXXThisVal().getAsRegion(); in VisitNode() local
596 if (RegionOfInterest->isSubRegionOf(ThisR) && in VisitNode()
598 return maybeEmitNote(R, *Call, N, {}, ThisR, "this", in VisitNode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp185 const MemRegion *ThisR = in evalCall() local
196 if (!move::isMovedFrom(State, ThisR)) { in evalCall()