Searched refs:elt_type0 (Results 1 – 1 of 1) sorted by relevance
6427 struct type *elt_type0 = ada_check_typedef (TYPE_TARGET_TYPE (type0)); in to_fixed_array_type() local6431 struct type *elt_type = ada_to_fixed_type (elt_type0, 0, 0, dval); in to_fixed_array_type()6433 if (elt_type0 == elt_type) in to_fixed_array_type()6442 struct type *elt_type0; in to_fixed_array_type() local6444 elt_type0 = type0; in to_fixed_array_type()6446 elt_type0 = TYPE_TARGET_TYPE (elt_type0); in to_fixed_array_type()6451 result = ada_to_fixed_type (ada_check_typedef (elt_type0), 0, 0, dval); in to_fixed_array_type()