Searched refs:branch_type (Results 1 – 1 of 1) sorted by relevance
6155 struct type *branch_type; in ada_template_to_fixed_record_type_1() local6164 branch_type = in ada_template_to_fixed_record_type_1()6169 if (branch_type == NULL) in ada_template_to_fixed_record_type_1()6177 TYPE_FIELD_TYPE (rtype, variant_field) = branch_type; in ada_template_to_fixed_record_type_1()6293 struct type *branch_type; in to_record_with_fixed_variant_part() local6318 branch_type = to_fixed_variant_branch_type in to_record_with_fixed_variant_part()6326 if (branch_type == NULL) in to_record_with_fixed_variant_part()6335 TYPE_FIELD_TYPE (rtype, variant_field) = branch_type; in to_record_with_fixed_variant_part()6338 TYPE_LENGTH (rtype) += TYPE_LENGTH (branch_type); in to_record_with_fixed_variant_part()