Searched refs:eltType (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1217 QualType eltType; local
1219 std::tie(numElts, eltType) = getVLASize(vlaType);
1222 CharUnits eltSize = getContext().getTypeSizeInChars(eltType);
1333 QualType eltType; local
1345 eltType = arrayType->getElementType();
1361 eltType = arrayType->getElementType();
1362 arrayType = getContext().getAsArrayType(eltType);
1366 llvm::Type *BaseType = ConvertType(eltType)->getPointerTo(AddressSpace);
1373 baseType = eltType;
H A DCGCXXABI.h76 virtual bool requiresArrayCookie(const CXXDeleteExpr *E, QualType eltType);
H A DCGExprScalar.cpp1916 QualType eltType; local
1918 std::tie(numElts, eltType) = CGF.getVLASize(VAT);
1923 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(eltType);
/external/clang/lib/Sema/
H A DSemaChecking.cpp1855 QualType eltType = LHSType->getAs<VectorType>()->getElementType(); local
1856 resType = Context.getVectorType(eltType, numResElements,
H A DSemaExpr.cpp5113 QualType &eltType) {
5117 eltType = vecType->getElementType();
5118 assert(eltType->isScalarType());
5127 eltType = type;
5112 breakDownVectorType(QualType type, uint64_t &len, QualType &eltType) argument

Completed in 185 milliseconds