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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1076 QualType eltType; local
1078 llvm::tie(numElts, eltType) = getVLASize(vlaType);
1081 CharUnits eltSize = getContext().getTypeSizeInChars(eltType);
1192 QualType eltType; local
1204 eltType = arrayType->getElementType();
1220 eltType = arrayType->getElementType();
1221 arrayType = getContext().getAsArrayType(eltType);
1225 llvm::Type *BaseType = ConvertType(eltType)->getPointerTo(AddressSpace);
1232 baseType = eltType;
H A DCGCXXABI.h88 virtual bool requiresArrayCookie(const CXXDeleteExpr *E, QualType eltType);
H A DCGExprScalar.cpp1907 QualType eltType; local
1909 llvm::tie(numElts, eltType) = CGF.getVLASize(VAT);
1914 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(eltType);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp1792 QualType eltType = LHSType->getAs<VectorType>()->getElementType(); local
1793 resType = Context.getVectorType(eltType, numResElements,

Completed in 260 milliseconds