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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp916 QualType eltType; local
918 llvm::tie(numElts, eltType) = getVLASize(vlaType);
921 CharUnits eltSize = getContext().getTypeSizeInChars(eltType);
1032 QualType eltType; local
1044 eltType = arrayType->getElementType();
1060 eltType = arrayType->getElementType();
1061 arrayType = getContext().getAsArrayType(eltType);
1065 llvm::Type *BaseType = ConvertType(eltType)->getPointerTo(AddressSpace);
1072 baseType = eltType;
H A DCGCXXABI.h82 virtual bool requiresArrayCookie(const CXXDeleteExpr *E, QualType eltType);
H A DCGExprScalar.cpp1814 QualType eltType; local
1816 llvm::tie(numElts, eltType) = CGF.getVLASize(VAT);
1821 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.cpp1510 QualType eltType = LHSType->getAs<VectorType>()->getElementType(); local
1511 resType = Context.getVectorType(eltType, numResElements,

Completed in 165 milliseconds