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/IPO/
DGlobalOpt.cpp102 Type *InnerTy = *I; in isLeakCheckerRoot() local
103 if (isa<PointerType>(InnerTy)) return true; in isLeakCheckerRoot()
104 if (isa<CompositeType>(InnerTy)) in isLeakCheckerRoot()
105 Types.push_back(InnerTy); in isLeakCheckerRoot()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp3172 Type *InnerTy; in stripAggregateTypeWrapping() local
3174 InnerTy = ArrTy->getElementType(); in stripAggregateTypeWrapping()
3178 InnerTy = STy->getElementType(Index); in stripAggregateTypeWrapping()
3183 if (AllocSize > DL.getTypeAllocSize(InnerTy) || in stripAggregateTypeWrapping()
3184 TypeSize > DL.getTypeSizeInBits(InnerTy)) in stripAggregateTypeWrapping()
3187 return stripAggregateTypeWrapping(DL, InnerTy); in stripAggregateTypeWrapping()
/external/clang/lib/CodeGen/
DTargetInfo.cpp2744 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType() local
2745 Ty = QualType(InnerTy, 0); in GetByteVectorType()