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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp838 QualType eltType; local
840 llvm::tie(numElts, eltType) = getVLASize(vlaType);
843 CharUnits eltSize = getContext().getTypeSizeInChars(eltType);
954 QualType eltType; local
966 eltType = arrayType->getElementType();
982 eltType = arrayType->getElementType();
983 arrayType = getContext().getAsArrayType(eltType);
988 llvm::Type *BaseType = ConvertType(eltType)->getPointerTo(AddressSpace);
995 baseType = eltType;
H A DCGCXXABI.h74 virtual bool requiresArrayCookie(const CXXDeleteExpr *E, QualType eltType);
H A DCGExprScalar.cpp1588 QualType eltType; local
1590 llvm::tie(numElts, eltType) = CGF.getVLASize(VAT);
1595 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(eltType);
/external/llvm/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp1391 Type *eltType = ftArrayType->getTypeAtIndex((unsigned)0); local
1393 PointerType::getUnqual(eltType));
/external/clang/lib/Sema/
H A DSemaChecking.cpp1480 QualType eltType = LHSType->getAs<VectorType>()->getElementType(); local
1481 resType = Context.getVectorType(eltType, numResElements,

Completed in 160 milliseconds