Searched refs:ThisValRegion (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp46 const MemRegion *ThisValRegion) const;
129 const MemRegion *ThisValRegion = CC->getCXXThisVal().getAsRegion(); local
130 if (!ThisValRegion)
133 auto State = updateTrackedRegion(Call, C, ThisValRegion);
167 const MemRegion *ThisValRegion = IC->getCXXThisVal().getAsRegion(); local
168 if (!ThisValRegion)
170 auto State = updateTrackedRegion(Call, C, ThisValRegion);
182 const MemRegion *ThisValRegion = IC->getCXXThisVal().getAsRegion(); local
183 if (!ThisValRegion)
186 auto State = updateTrackedRegion(Call, C, ThisValRegion);
[all...]

Completed in 101 milliseconds