Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp97 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy); in castRegion() local
100 if (CanonPointeeTy.getLocalUnqualifiedType() == Ctx.VoidTy) in castRegion()
107 if (CanonPointeeTy == ObjTy) in castRegion()
179 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy); in castRegion() local
180 if (CanonPointeeTy == ObjTy) in castRegion()