Searched refs:bounds_str (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | ada-typeprint.c | 247 char *bounds_str; in print_range_type() local 251 bounds_str = strchr (subtype_info, '_'); in print_range_type() 256 print_range_bound (base_type, bounds_str, &n, stream); in print_range_type() 266 print_range_bound (base_type, bounds_str, &n, stream); in print_range_type()
|
| HD | ada-lang.c | 10801 char *bounds_str; in to_fixed_range_type() local 10809 bounds_str = strchr (subtype_info, '_'); in to_fixed_range_type() 10814 if (!ada_scan_number (bounds_str, n, &L, &n) in to_fixed_range_type() 10815 && !scan_discrim_bound (bounds_str, n, dval, &L, &n)) in to_fixed_range_type() 10817 if (bounds_str[n] == '_') in to_fixed_range_type() 10819 else if (bounds_str[n] == '.') /* FIXME? SGI Workshop kludge. */ in to_fixed_range_type() 10838 if (!ada_scan_number (bounds_str, n, &U, &n) in to_fixed_range_type() 10839 && !scan_discrim_bound (bounds_str, n, dval, &U, &n)) in to_fixed_range_type()
|