Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp749 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 DProgram.cpp425 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 DGlobalOpt.cpp144 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 DSROA.cpp4141 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 DX86.cpp2267 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 DBitcodeWriter.cpp1174 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 DTreeTransform.h7388 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()