Searched refs:elt_type0 (Results 1 – 1 of 1) sorted by relevance
6457 struct type *elt_type0 = ada_check_typedef (TYPE_TARGET_TYPE (type0)); in to_fixed_array_type() local6461 struct type *elt_type = ada_to_fixed_type (elt_type0, 0, 0, dval); in to_fixed_array_type()6463 if (elt_type0 == elt_type) in to_fixed_array_type()6472 struct type *elt_type0; in to_fixed_array_type() local6474 elt_type0 = type0; in to_fixed_array_type()6476 elt_type0 = TYPE_TARGET_TYPE (elt_type0); in to_fixed_array_type()6481 result = ada_to_fixed_type (ada_check_typedef (elt_type0), 0, 0, dval); in to_fixed_array_type()