Searched refs:InnerTy (Results 1 – 5 of 5) sorted by relevance
744 QualType InnerTy in printPretty() local746 if (InnerTy.isNull()) in printPretty()747 InnerTy = Ty; in printPretty()754 Out << "*(" << InnerTy.stream(Policy) << "*)" in printPretty()766 CharUnits S = Ctx ? Ctx->getTypeSizeInCharsIfKnown(InnerTy).value_or( in printPretty()
368 const Type *InnerTy = AT->getValueType().getTypePtr(); in createDescriptor() local369 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()
3604 Type *InnerTy; in stripAggregateTypeWrapping() local3606 InnerTy = ArrTy->getElementType(); in stripAggregateTypeWrapping()3610 InnerTy = STy->getElementType(Index); in stripAggregateTypeWrapping()3615 if (AllocSize > DL.getTypeAllocSize(InnerTy).getFixedSize() || in stripAggregateTypeWrapping()3616 TypeSize > DL.getTypeSizeInBits(InnerTy).getFixedSize()) in stripAggregateTypeWrapping()3619 return stripAggregateTypeWrapping(DL, InnerTy); in stripAggregateTypeWrapping()
3317 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType() local3318 Ty = QualType(InnerTy, 0); in GetByteVectorType()