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.cpp98 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy); in castRegion() local
99 CanonPointeeTy = CanonPointeeTy.getLocalUnqualifiedType(); in castRegion()
102 if (CanonPointeeTy == Ctx.VoidTy) in castRegion()
115 if (R->isBoundable() && IsSameRegionType(R, CanonPointeeTy)) in castRegion()
187 if (IsSameRegionType(baseR, CanonPointeeTy)) in castRegion()