Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BaseType

837 /// \param baseType the inner-most element type of the array
841 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType,
845 = CGF.getContext().getTypeInfoInChars(baseType);
995 QualType &baseType,
1013 baseType = elementType;
1065 llvm::Type *BaseType = ConvertType(eltType)->getPointerTo(AddressSpace);
1066 addr = Builder.CreateBitCast(addr, BaseType, "array.begin");
1072 baseType = eltType;