Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dada-lang.c6558 struct type *raw_real_type = ada_get_base_type (type); in static_unwrap_type() local
6559 if (raw_real_type == type) in static_unwrap_type()
6562 return to_static_fixed_type (raw_real_type); in static_unwrap_type()
6795 struct type *raw_real_type; in ada_get_base_type() local
6806 raw_real_type = ada_find_any_type (TYPE_FIELD_NAME (real_type_namer, 0)); in ada_get_base_type()
6807 if (raw_real_type == NULL) in ada_get_base_type()
6810 return raw_real_type; in ada_get_base_type()
6950 struct type *raw_real_type = in unwrap_value() local
6953 if (type == raw_real_type) in unwrap_value()
6958 (val, ada_to_fixed_type (raw_real_type, 0, in unwrap_value()