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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1292 QualType eltType; local
1294 std::tie(numElts, eltType) = getVLASize(vlaType);
1297 CharUnits eltSize = getContext().getTypeSizeInChars(eltType);
1408 QualType eltType; local
1420 eltType = arrayType->getElementType();
1436 eltType = arrayType->getElementType();
1437 arrayType = getContext().getAsArrayType(eltType);
1441 llvm::Type *BaseType = ConvertType(eltType)->getPointerTo(AddressSpace);
1448 baseType = eltType;
H A DCGCXXABI.h77 virtual bool requiresArrayCookie(const CXXDeleteExpr *E, QualType eltType);
H A DCGExprScalar.cpp2025 QualType eltType; local
2027 std::tie(numElts, eltType) = CGF.getVLASize(VAT);
2032 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(eltType);
/external/clang/lib/Sema/
H A DSemaChecking.cpp2362 QualType eltType = LHSType->getAs<VectorType>()->getElementType(); local
2363 resType = Context.getVectorType(eltType, numResElements,
H A DSemaExpr.cpp5336 QualType &eltType) {
5340 eltType = vecType->getElementType();
5341 assert(eltType->isScalarType());
5350 eltType = type;
5335 breakDownVectorType(QualType type, uint64_t &len, QualType &eltType) argument

Completed in 225 milliseconds