Searched refs:InnerTy (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | APValue.cpp | 759 QualType InnerTy in printPretty() local 761 if (InnerTy.isNull()) in printPretty() 762 InnerTy = Ty; in printPretty() 769 Out << "*(" << InnerTy.stream(Policy) << "*)" in printPretty() 781 CharUnits S = Ctx ? Ctx->getTypeSizeInCharsIfKnown(InnerTy).value_or( in printPretty()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Program.cpp | 458 const Type *InnerTy = AT->getValueType().getTypePtr(); in createDescriptor() local 459 return createDescriptor(D, InnerTy, MDSize, IsConst, IsTemporary, in createDescriptor()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 150 for (Type *InnerTy : STy->elements()) { in isLeakCheckerRoot() 151 if (isa<PointerType>(InnerTy)) return true; in isLeakCheckerRoot() 152 if (isa<StructType>(InnerTy) || isa<ArrayType>(InnerTy) || in isLeakCheckerRoot() 153 isa<VectorType>(InnerTy)) in isLeakCheckerRoot() 154 Types.push_back(InnerTy); in isLeakCheckerRoot()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 4280 Type *InnerTy; in stripAggregateTypeWrapping() local 4282 InnerTy = ArrTy->getElementType(); in stripAggregateTypeWrapping() 4286 InnerTy = STy->getElementType(Index); in stripAggregateTypeWrapping() 4291 if (AllocSize > DL.getTypeAllocSize(InnerTy).getFixedValue() || in stripAggregateTypeWrapping() 4292 TypeSize > DL.getTypeSizeInBits(InnerTy).getFixedValue()) in stripAggregateTypeWrapping() 4295 return stripAggregateTypeWrapping(DL, InnerTy); in stripAggregateTypeWrapping()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | X86.cpp | 2283 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType() local 2284 Ty = QualType(InnerTy, 0); in GetByteVectorType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1243 for (Type *InnerTy : TET->type_params()) in writeTypeTable() 1244 TypeVals.push_back(VE.getTypeID(InnerTy)); in writeTypeTable()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 7629 QualType InnerTy = getDerived().TransformType(TLB, TL.getInnerLoc()); in TransformCountAttributedType() local 7630 if (InnerTy.isNull()) in TransformCountAttributedType() 7643 if (getDerived().AlwaysRebuild() || InnerTy != OldTy->desugar() || in TransformCountAttributedType() 7647 InnerTy, NewCount, OldTy->isCountInBytes(), OldTy->isOrNull()); in TransformCountAttributedType()
|