Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:baseType

964 /// \param baseType the inner-most element type of the array
968 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType,
972 = CGF.getContext().getTypeInfoInChars(baseType);
1122 QualType &baseType,
1140 baseType = elementType;
1192 llvm::Type *BaseType = ConvertType(eltType)->getPointerTo(AddressSpace);
1193 addr = Builder.CreateBitCast(addr, BaseType, "array.begin");
1199 baseType = eltType;