Home
last modified time | relevance | path

Searched refs:BOUND_CANNOT_BE_DETERMINED (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Df-typeprint.c202 if (TYPE_ARRAY_UPPER_BOUND_TYPE (type) == BOUND_CANNOT_BE_DETERMINED) in f_type_print_varspec_suffix()
381 if (TYPE_ARRAY_UPPER_BOUND_TYPE (type) == BOUND_CANNOT_BE_DETERMINED) in f_type_print_base()
Df-valprint.c98 case BOUND_CANNOT_BE_DETERMINED: in f77_get_dynamic_lowerbound()
156 case BOUND_CANNOT_BE_DETERMINED: in f77_get_dynamic_upperbound()
243 if (TYPE_ARRAY_UPPER_BOUND_TYPE (tmp_type) == BOUND_CANNOT_BE_DETERMINED) in f77_create_arrayprint_offset_tbl()
Dp-typeprint.c268 && TYPE_ARRAY_UPPER_BOUND_TYPE (type) != BOUND_CANNOT_BE_DETERMINED) in pascal_type_print_varspec_prefix()
Dparse.c1273 = BOUND_CANNOT_BE_DETERMINED; in follow_types()
Dc-typeprint.c541 && TYPE_ARRAY_UPPER_BOUND_TYPE (type) != BOUND_CANNOT_BE_DETERMINED) in c_type_print_varspec_suffix()
Dgdbtypes.h315 BOUND_CANNOT_BE_DETERMINED enumerator
Dvarobj.c1830 && TYPE_ARRAY_UPPER_BOUND_TYPE (type) != BOUND_CANNOT_BE_DETERMINED) in c_number_of_children()
Dvalops.c225 && TYPE_ARRAY_UPPER_BOUND_TYPE (type) == BOUND_CANNOT_BE_DETERMINED) in value_cast()
Dgdbtypes.c2811 case BOUND_CANNOT_BE_DETERMINED: in print_bound_type()
DChangeLog-19954012 create a 0-length array type, and set BOUND_CANNOT_BE_DETERMINED.
4016 is 0, print it, but not if upper_bound is BOUND_CANNOT_BE_DETERMINED.