Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp384 QualType InnerTy in printPretty() local
386 if (InnerTy.isNull()) in printPretty()
387 InnerTy = Ty; in printPretty()
392 CharUnits S = Ctx.getTypeSizeInChars(InnerTy); in printPretty()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp3183 Type *InnerTy; in stripAggregateTypeWrapping() local
3185 InnerTy = ArrTy->getElementType(); in stripAggregateTypeWrapping()
3189 InnerTy = STy->getElementType(Index); in stripAggregateTypeWrapping()
3194 if (AllocSize > DL.getTypeAllocSize(InnerTy) || in stripAggregateTypeWrapping()
3195 TypeSize > DL.getTypeSizeInBits(InnerTy)) in stripAggregateTypeWrapping()
3198 return stripAggregateTypeWrapping(DL, InnerTy); in stripAggregateTypeWrapping()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp143 Type *InnerTy = *I; in isLeakCheckerRoot() local
144 if (isa<PointerType>(InnerTy)) return true; in isLeakCheckerRoot()
145 if (isa<CompositeType>(InnerTy)) in isLeakCheckerRoot()
146 Types.push_back(InnerTy); in isLeakCheckerRoot()
/external/clang/lib/CodeGen/
DTargetInfo.cpp2523 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType() local
2524 Ty = QualType(InnerTy, 0); in GetByteVectorType()