Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dada-lang.c177 static struct type *decode_packed_array_type (struct type *);
1452 return decode_packed_array_type (VALUE_TYPE (arr)); in ada_type_of_array()
1611 decode_packed_array_type (struct type *type) in decode_packed_array_type() function
1666 type = decode_packed_array_type (VALUE_TYPE (arr)); in decode_packed_array()
2255 arr_type = decode_packed_array_type (arr_type); in ada_array_bound_from_type()
7631 type_arg = decode_packed_array_type (type_arg); in ada_evaluate_subexp()
H A DChangeLog338 (decode_packed_array_type, value_subscript_packed)
5182 (decode_packed_array_type): Search for the packed array type
5189 (decode_packed_array_type,value_subscript_packed): Limit warnings.