Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dada-lang.c6457 struct type *elt_type0 = ada_check_typedef (TYPE_TARGET_TYPE (type0)); in to_fixed_array_type() local
6461 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() local
6474 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()