Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp681 QualType InnerTy in printPretty() local
683 if (InnerTy.isNull()) in printPretty()
684 InnerTy = Ty; in printPretty()
691 Out << "*(" << InnerTy.stream(Policy) << "*)" in printPretty()
703 CharUnits S = Ctx ? Ctx->getTypeSizeInChars(InnerTy) : CharUnits::Zero(); in printPretty()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DProgram.cpp353 const Type *InnerTy = AT->getValueType().getTypePtr(); in createDescriptor() local
354 return createDescriptor(D, InnerTy, IsConst, IsTemporary, IsMutable); in createDescriptor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp145 Type *InnerTy = *I; in isLeakCheckerRoot() local
146 if (isa<PointerType>(InnerTy)) return true; in isLeakCheckerRoot()
147 if (isa<StructType>(InnerTy) || isa<ArrayType>(InnerTy) || in isLeakCheckerRoot()
148 isa<VectorType>(InnerTy)) in isLeakCheckerRoot()
149 Types.push_back(InnerTy); in isLeakCheckerRoot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3625 Type *InnerTy; in stripAggregateTypeWrapping() local
3627 InnerTy = ArrTy->getElementType(); in stripAggregateTypeWrapping()
3631 InnerTy = STy->getElementType(Index); in stripAggregateTypeWrapping()
3636 if (AllocSize > DL.getTypeAllocSize(InnerTy).getFixedSize() || in stripAggregateTypeWrapping()
3637 TypeSize > DL.getTypeSizeInBits(InnerTy).getFixedSize()) in stripAggregateTypeWrapping()
3640 return stripAggregateTypeWrapping(DL, InnerTy); in stripAggregateTypeWrapping()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp3255 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType() local
3256 Ty = QualType(InnerTy, 0); in GetByteVectorType()