Searched refs:get_discrete_bounds (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20001203-2.c | 42 void get_discrete_bounds (long long *lowp, long long *highp); 54 get_discrete_bounds (&low_bound, &high_bound); in create_array_type() 105 get_discrete_bounds (long long *lowp, long long *highp) in get_discrete_bounds() function
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | valarith.c | 195 get_discrete_bounds (range_type, &lowerbound, &upperbound); in value_subscript() 229 get_discrete_bounds (range_type, &lowerbound, &upperbound); in value_subscript() 1379 if (get_discrete_bounds (range, &low_bound, &high_bound) < 0) in value_bit_index()
|
H A D | gdbtypes.c | 664 get_discrete_bounds (struct type *type, LONGEST *lowp, LONGEST *highp) in get_discrete_bounds() function 749 if (get_discrete_bounds (range_type, &low_bound, &high_bound) < 0) in create_array_type() 809 if (get_discrete_bounds (domain_type, &low_bound, &high_bound) < 0) in create_set_type()
|
H A D | p-valprint.c | 471 i = get_discrete_bounds (range, &low_bound, &high_bound); in pascal_val_print()
|
H A D | gdbtypes.h | 1256 extern int get_discrete_bounds (struct type *, LONGEST *, LONGEST *);
|
H A D | ada-valprint.c | 158 if (get_discrete_bounds (TYPE_FIELD_TYPE (type, 0), &low, &high) < 0) in val_print_packed_array_elements()
|
H A D | valops.c | 230 if (get_discrete_bounds (range_type, &low_bound, &high_bound) < 0) in value_cast() 2739 if (get_discrete_bounds (range_type, &lowerbound, &upperbound) < 0) in value_slice()
|
H A D | eval.c | 515 if (get_discrete_bounds (range_type, &low_bound, &high_bound) < 0) in evaluate_subexp_standard() 571 if (get_discrete_bounds (element_type, &low_bound, &high_bound) < 0) in evaluate_subexp_standard()
|
H A D | ChangeLog-1995 | 129 * gdbtypes.c (get_discrete_bounds): Make TYPE_LENGTH (type) == 215 * gdbtypes.c (get_discrete_bounds): Fix paren error; make more robust. 223 * ch-lang.c (type_lower_upper): Use get_discrete_bounds. 255 (value_slice): Use get_discrete_bounds. 950 * gdbtypes.c (get_discrete_bounds): Fix typo. 1195 * gdbtypes.c (get_discrete_bounds): New function. 1196 (force_to_range_type): Use get_discrete_bounds. 1197 * gdbtypes.h (get_discrete_bounds): Add declaration. 1198 * valarith.c (value_bit_index): Generalize to use get_discrete_bounds. 1200 support use get_discrete_bounds and generally be more robust.
|
H A D | ada-lang.c | 1592 if (get_discrete_bounds (TYPE_FIELD_TYPE (type, 0), in packed_array_type() 1728 if (get_discrete_bounds (range_type, &lowerbound, &upperbound) < 0) in value_subscript_packed() 2093 get_discrete_bounds (TYPE_INDEX_TYPE (type), &lwb, &upb); in ada_value_ptr_subscript()
|
H A D | ChangeLog-1996 | 4680 * gdbtypes.c (get_discrete_bounds (case TYPE_CODE_ENUM)): The
|
H A D | ChangeLog-1998 | 5280 * gdbtypes.c (get_discrete_bounds): Assign unsigned type flag for
|
H A D | ChangeLog-1999 | 8429 * gdbtypes.h (get_discrete_bounds): Remove duplicate decl.
|