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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp97 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy); local
100 if (CanonPointeeTy.getLocalUnqualifiedType() == Ctx.VoidTy)
107 if (CanonPointeeTy == ObjTy)
180 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy); local
181 if (CanonPointeeTy == ObjTy)

Completed in 48 milliseconds