Searched refs:InnerTy (Results 1 – 5 of 5) sorted by relevance
681 QualType InnerTy in printPretty() local683 if (InnerTy.isNull()) in printPretty()684 InnerTy = Ty; in printPretty()691 Out << "*(" << InnerTy.stream(Policy) << "*)" in printPretty()703 CharUnits S = Ctx ? Ctx->getTypeSizeInChars(InnerTy) : CharUnits::Zero(); in printPretty()
353 const Type *InnerTy = AT->getValueType().getTypePtr(); in createDescriptor() local354 return createDescriptor(D, InnerTy, IsConst, IsTemporary, IsMutable); in createDescriptor()
145 Type *InnerTy = *I; in isLeakCheckerRoot() local146 if (isa<PointerType>(InnerTy)) return true; in isLeakCheckerRoot()147 if (isa<StructType>(InnerTy) || isa<ArrayType>(InnerTy) || in isLeakCheckerRoot()148 isa<VectorType>(InnerTy)) in isLeakCheckerRoot()149 Types.push_back(InnerTy); in isLeakCheckerRoot()
3625 Type *InnerTy; in stripAggregateTypeWrapping() local3627 InnerTy = ArrTy->getElementType(); in stripAggregateTypeWrapping()3631 InnerTy = STy->getElementType(Index); in stripAggregateTypeWrapping()3636 if (AllocSize > DL.getTypeAllocSize(InnerTy).getFixedSize() || in stripAggregateTypeWrapping()3637 TypeSize > DL.getTypeSizeInBits(InnerTy).getFixedSize()) in stripAggregateTypeWrapping()3640 return stripAggregateTypeWrapping(DL, InnerTy); in stripAggregateTypeWrapping()
3255 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType() local3256 Ty = QualType(InnerTy, 0); in GetByteVectorType()