Home
last modified time | relevance | path

Searched refs:InnerTy (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp746 QualType InnerTy in printPretty() local
748 if (InnerTy.isNull()) in printPretty()
749 InnerTy = Ty; in printPretty()
756 Out << "*(" << InnerTy.stream(Policy) << "*)" in printPretty()
768 CharUnits S = Ctx ? Ctx->getTypeSizeInCharsIfKnown(InnerTy).value_or( in printPretty()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp373 const Type *InnerTy = AT->getValueType().getTypePtr(); in createDescriptor() local
374 return createDescriptor(D, InnerTy, MDSize, IsConst, IsTemporary, in createDescriptor()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp141 for (Type *InnerTy : STy->elements()) { in isLeakCheckerRoot()
142 if (isa<PointerType>(InnerTy)) return true; in isLeakCheckerRoot()
143 if (isa<StructType>(InnerTy) || isa<ArrayType>(InnerTy) || in isLeakCheckerRoot()
144 isa<VectorType>(InnerTy)) in isLeakCheckerRoot()
145 Types.push_back(InnerTy); in isLeakCheckerRoot()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4100 Type *InnerTy; in stripAggregateTypeWrapping() local
4102 InnerTy = ArrTy->getElementType(); in stripAggregateTypeWrapping()
4106 InnerTy = STy->getElementType(Index); in stripAggregateTypeWrapping()
4111 if (AllocSize > DL.getTypeAllocSize(InnerTy).getFixedValue() || in stripAggregateTypeWrapping()
4112 TypeSize > DL.getTypeSizeInBits(InnerTy).getFixedValue()) in stripAggregateTypeWrapping()
4115 return stripAggregateTypeWrapping(DL, InnerTy); in stripAggregateTypeWrapping()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2249 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType() local
2250 Ty = QualType(InnerTy, 0); in GetByteVectorType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1086 for (Type *InnerTy : TET->type_params()) in writeTypeTable()
1087 TypeVals.push_back(VE.getTypeID(InnerTy)); in writeTypeTable()