Searched refs:InnerTy (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | APValue.cpp | 749 QualType InnerTy in printPretty() local 751 if (InnerTy.isNull()) in printPretty() 752 InnerTy = Ty; in printPretty() 759 Out << "*(" << InnerTy.stream(Policy) << "*)" in printPretty() 771 CharUnits S = Ctx ? Ctx->getTypeSizeInCharsIfKnown(InnerTy).value_or( in printPretty()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.cpp | 425 const Type *InnerTy = AT->getValueType().getTypePtr(); in createDescriptor() local 426 return createDescriptor(D, InnerTy, MDSize, IsConst, IsTemporary, in createDescriptor()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 144 for (Type *InnerTy : STy->elements()) { in isLeakCheckerRoot() 145 if (isa<PointerType>(InnerTy)) return true; in isLeakCheckerRoot() 146 if (isa<StructType>(InnerTy) || isa<ArrayType>(InnerTy) || in isLeakCheckerRoot() 147 isa<VectorType>(InnerTy)) in isLeakCheckerRoot() 148 Types.push_back(InnerTy); in isLeakCheckerRoot()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 4141 Type *InnerTy; in stripAggregateTypeWrapping() local 4143 InnerTy = ArrTy->getElementType(); in stripAggregateTypeWrapping() 4147 InnerTy = STy->getElementType(Index); in stripAggregateTypeWrapping() 4152 if (AllocSize > DL.getTypeAllocSize(InnerTy).getFixedValue() || in stripAggregateTypeWrapping() 4153 TypeSize > DL.getTypeSizeInBits(InnerTy).getFixedValue()) in stripAggregateTypeWrapping() 4156 return stripAggregateTypeWrapping(DL, InnerTy); in stripAggregateTypeWrapping()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 2267 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType() local 2268 Ty = QualType(InnerTy, 0); in GetByteVectorType()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 1174 for (Type *InnerTy : TET->type_params()) in writeTypeTable() 1175 TypeVals.push_back(VE.getTypeID(InnerTy)); in writeTypeTable()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 7388 QualType InnerTy = getDerived().TransformType(TLB, TL.getInnerLoc()); in TransformCountAttributedType() local 7389 if (InnerTy.isNull()) in TransformCountAttributedType() 7402 if (getDerived().AlwaysRebuild() || InnerTy != OldTy->desugar() || in TransformCountAttributedType() 7406 InnerTy, NewCount, OldTy->isCountInBytes(), OldTy->isOrNull()); in TransformCountAttributedType()
|