Home
last modified time | relevance | path

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 D20001203-2.c42 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 Dvalarith.c195 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 Dgdbtypes.c664 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 Dp-valprint.c471 i = get_discrete_bounds (range, &low_bound, &high_bound); in pascal_val_print()
H A Dgdbtypes.h1256 extern int get_discrete_bounds (struct type *, LONGEST *, LONGEST *);
H A Dada-valprint.c158 if (get_discrete_bounds (TYPE_FIELD_TYPE (type, 0), &low, &high) < 0) in val_print_packed_array_elements()
H A Dvalops.c230 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 Deval.c515 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 DChangeLog-1995129 * 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 Dada-lang.c1592 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 DChangeLog-19964680 * gdbtypes.c (get_discrete_bounds (case TYPE_CODE_ENUM)): The
H A DChangeLog-19985280 * gdbtypes.c (get_discrete_bounds): Assign unsigned type flag for
H A DChangeLog-19998429 * gdbtypes.h (get_discrete_bounds): Remove duplicate decl.