Home
last modified time | relevance | path

Searched defs:arr_type (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dada-typeprint.c350 struct type *arr_type; in print_array_type() local
H A Dada-lang.c2791 ada_array_bound_from_type (struct type * arr_type, int n, int which) in ada_array_bound_from_type()
2835 struct type *arr_type = value_type (arr); in ada_array_bound() local
2854 struct type *arr_type = ada_check_typedef (value_type (arr)); in ada_array_length() local
2871 empty_array (struct type *arr_type, int low) in empty_array()