Searched defs:eltType (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1043 QualType eltType; local
1045 llvm::tie(numElts, eltType) = getVLASize(vlaType);
1048 CharUnits eltSize = getContext().getTypeSizeInChars(eltType);
1159 QualType eltType; local
1171 eltType = arrayType->getElementType();
1187 eltType = arrayType->getElementType();
1188 arrayType = getContext().getAsArrayType(eltType);
1192 llvm::Type *BaseType = ConvertType(eltType)->getPointerTo(AddressSpace);
1199 baseType = eltType;
H A DCGExprScalar.cpp1825 QualType eltType; local
1827 llvm::tie(numElts, eltType) = CGF.getVLASize(VAT);
1832 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(eltType);
/external/llvm/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp1390 Type *eltType = ftArrayType->getTypeAtIndex((unsigned)0); local
1392 PointerType::getUnqual(eltType));
/external/clang/lib/Sema/
H A DSemaChecking.cpp1780 QualType eltType = LHSType->getAs<VectorType>()->getElementType(); local
1781 resType = Context.getVectorType(eltType, numResElements,

Completed in 153 milliseconds