Searched refs:InnerTy (Results 1 – 4 of 4) sorted by relevance
384 QualType InnerTy in printPretty() local386 if (InnerTy.isNull()) in printPretty()387 InnerTy = Ty; in printPretty()392 CharUnits S = Ctx.getTypeSizeInChars(InnerTy); in printPretty()
102 Type *InnerTy = *I; in isLeakCheckerRoot() local103 if (isa<PointerType>(InnerTy)) return true; in isLeakCheckerRoot()104 if (isa<CompositeType>(InnerTy)) in isLeakCheckerRoot()105 Types.push_back(InnerTy); in isLeakCheckerRoot()
3172 Type *InnerTy; in stripAggregateTypeWrapping() local3174 InnerTy = ArrTy->getElementType(); in stripAggregateTypeWrapping()3178 InnerTy = STy->getElementType(Index); in stripAggregateTypeWrapping()3183 if (AllocSize > DL.getTypeAllocSize(InnerTy) || in stripAggregateTypeWrapping()3184 TypeSize > DL.getTypeSizeInBits(InnerTy)) in stripAggregateTypeWrapping()3187 return stripAggregateTypeWrapping(DL, InnerTy); in stripAggregateTypeWrapping()
2744 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType() local2745 Ty = QualType(InnerTy, 0); in GetByteVectorType()