Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gdb/gdb/
Dvalarith.c196 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()
Dada-valprint.c158 if (get_discrete_bounds (TYPE_FIELD_TYPE (type, 0), &low, &high) < 0) in val_print_packed_array_elements()
Dgdbtypes.c663 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()
Dp-valprint.c468 i = get_discrete_bounds (range, &low_bound, &high_bound); in pascal_val_print()
Dgdbtypes.h1181 extern int get_discrete_bounds (struct type *, LONGEST *, LONGEST *);
Deval.c518 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()
Dvalops.c236 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()
Dada-lang.c1199 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()