Home
last modified time | relevance | path

Searched refs:elt_type0 (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dada-lang.c6427 struct type *elt_type0 = ada_check_typedef (TYPE_TARGET_TYPE (type0)); in to_fixed_array_type() local
6431 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() local
6444 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()