Searched refs:variant_field (Results 1 – 1 of 1) sorted by relevance
7532 int variant_field; in ada_template_to_fixed_record_type_1() local7564 variant_field = -1; in ada_template_to_fixed_record_type_1()7575 variant_field = f; in ada_template_to_fixed_record_type_1()7689 if (variant_field >= 0) in ada_template_to_fixed_record_type_1()7693 off = TYPE_FIELD_BITPOS (rtype, variant_field); in ada_template_to_fixed_record_type_1()7702 (TYPE_FIELD_TYPE (type, variant_field), in ada_template_to_fixed_record_type_1()7707 for (f = variant_field + 1; f < TYPE_NFIELDS (rtype); f += 1) in ada_template_to_fixed_record_type_1()7713 TYPE_FIELD_TYPE (rtype, variant_field) = branch_type; in ada_template_to_fixed_record_type_1()7714 TYPE_FIELD_NAME (rtype, variant_field) = "S"; in ada_template_to_fixed_record_type_1()7716 TYPE_LENGTH (TYPE_FIELD_TYPE (rtype, variant_field)) * in ada_template_to_fixed_record_type_1()[all …]