Searched refs:get_discrete_bounds (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | valarith.c | 196 get_discrete_bounds (range_type, &lowerbound, &upperbound); in value_subscript() 227 get_discrete_bounds (range_type, &lowerbound, &upperbound); in value_subscript() 1381 if (get_discrete_bounds (range, &low_bound, &high_bound) < 0) in value_bit_index()
|
| D | ada-valprint.c | 158 if (get_discrete_bounds (TYPE_FIELD_TYPE (type, 0), &low, &high) < 0) in val_print_packed_array_elements()
|
| D | gdbtypes.c | 663 get_discrete_bounds (struct type *type, LONGEST *lowp, LONGEST *highp) in get_discrete_bounds() function 748 if (get_discrete_bounds (range_type, &low_bound, &high_bound) < 0) in create_array_type() 804 if (get_discrete_bounds (domain_type, &low_bound, &high_bound) < 0) in create_set_type()
|
| D | p-valprint.c | 468 i = get_discrete_bounds (range, &low_bound, &high_bound); in pascal_val_print()
|
| D | gdbtypes.h | 1181 extern int get_discrete_bounds (struct type *, LONGEST *, LONGEST *);
|
| D | eval.c | 518 if (get_discrete_bounds (range_type, &low_bound, &high_bound) < 0) in evaluate_subexp_standard() 574 if (get_discrete_bounds (element_type, &low_bound, &high_bound) < 0) in evaluate_subexp_standard()
|
| D | valops.c | 236 if (get_discrete_bounds (range_type, &low_bound, &high_bound) < 0) in value_cast() 2808 if (get_discrete_bounds (range_type, &lowerbound, &upperbound) < 0) in value_slice()
|
| D | ada-lang.c | 1199 if (get_discrete_bounds (TYPE_FIELD_TYPE (type, 0), in packed_array_type() 1311 if (get_discrete_bounds (range_type, &lowerbound, &upperbound) < 0) in value_subscript_packed() 1676 get_discrete_bounds (TYPE_INDEX_TYPE (type), &lwb, &upb); in ada_value_ptr_subscript()
|