Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp100 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy); in castRegion() local
101 CanonPointeeTy = CanonPointeeTy.getLocalUnqualifiedType(); in castRegion()
104 if (CanonPointeeTy == Ctx.VoidTy) in castRegion()
117 if (R->isBoundable() && IsSameRegionType(R, CanonPointeeTy)) in castRegion()
189 if (IsSameRegionType(baseR, CanonPointeeTy)) in castRegion()