Searched refs:ada_array_bound (Results 1 – 1 of 1) sorted by relevance
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | ada-lang.c | 2833 ada_array_bound (struct value *arr, int n, int which) in ada_array_bound() function 2838 return ada_array_bound (decode_constrained_packed_array (arr), n, which); in ada_array_bound() 4190 ada_array_bound (arr, i, 0), in make_array_descriptor() 4194 ada_array_bound (arr, i, 1), in make_array_descriptor() 10146 arg3 = value_from_longest (type, ada_array_bound (arg2, tem, 1)); in ada_evaluate_subexp() 10147 arg2 = value_from_longest (type, ada_array_bound (arg2, tem, 0)); in ada_evaluate_subexp() 10224 (type, ada_array_bound (arg1, tem, 0)); in ada_evaluate_subexp() 10227 (type, ada_array_bound (arg1, tem, 1)); in ada_evaluate_subexp()
|