Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DAPValue.cpp744 QualType InnerTy in printPretty() local
746 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()
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DProgram.cpp371 const Type *InnerTy = AT->getValueType().getTypePtr(); in createDescriptor() local
372 return createDescriptor(D, InnerTy, MDSize, IsConst, IsTemporary, in createDescriptor()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3952 Type *InnerTy; in stripAggregateTypeWrapping() local
3954 InnerTy = ArrTy->getElementType(); in stripAggregateTypeWrapping()
3958 InnerTy = STy->getElementType(Index); in stripAggregateTypeWrapping()
3963 if (AllocSize > DL.getTypeAllocSize(InnerTy).getFixedValue() || in stripAggregateTypeWrapping()
3964 TypeSize > DL.getTypeSizeInBits(InnerTy).getFixedValue()) in stripAggregateTypeWrapping()
3967 return stripAggregateTypeWrapping(DL, InnerTy); in stripAggregateTypeWrapping()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1065 for (Type *InnerTy : TET->type_params()) in writeTypeTable()
1066 TypeVals.push_back(VE.getTypeID(InnerTy)); in writeTypeTable()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp3312 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType() local
3313 Ty = QualType(InnerTy, 0); in GetByteVectorType()