| /src/external/gpl3/gdb/dist/gdb/ |
| f-array-walker.h | 222 LONGEST lowerbound, upperbound; local 223 if (!get_discrete_bounds (range_type, &lowerbound, &upperbound)) 233 upperbound - lowerbound + 1, 242 for (LONGEST i = lowerbound; 264 for (LONGEST i = lowerbound;
|
| f-valprint.c | 357 LONGEST lowerbound, upperbound; local 358 if (!get_discrete_bounds (range_type, &lowerbound, &upperbound)) 365 for (LONGEST i = lowerbound; i < upperbound + 1; i++)
|
| valarith.c | 37 LONGEST lowerbound); 153 std::optional<LONGEST> lowerbound = get_discrete_low_bound (range_type); local 154 if (!lowerbound.has_value ()) 155 lowerbound = 0; 158 return value_subscripted_rvalue (array, index, *lowerbound); 166 if (index >= *lowerbound && index <= *upperbound) 167 return value_subscripted_rvalue (array, index, *lowerbound); 172 An array of unknown size has lowerbound 0 and upperbound -1. */ 179 index -= *lowerbound; 210 LONGEST lowerbound) [all...] |
| f-lang.c | 2011 LONGEST lowerbound, upperbound, stride; local 2012 if (!get_discrete_bounds (range_type, &lowerbound, &upperbound)) 2031 if (stride < 0 && lowerbound < upperbound) 2032 offset = (upperbound - lowerbound) * stride;
|
| valops.c | 1493 (&array[0] - (lowerbound * sizeof array[0])) + (index * sizeof array[0]) 1499 (&array[0] + ((index - lowerbound) * sizeof array[0])) 4034 LONGEST lowerbound, upperbound; 4049 if (!get_discrete_bounds (range_type, &lowerbound, &upperbound)) 4052 if (lowbound < lowerbound || length < 0 4067 = (lowbound - lowerbound) * check_typedef (element_type)->length (); 4032 LONGEST lowerbound, upperbound; local
|
| ada-lang.c | 2581 LONGEST lowerbound, upperbound; 2584 if (!get_discrete_bounds (range_type, &lowerbound, &upperbound)) 2587 lowerbound = upperbound = 0; 2591 if (idx < lowerbound || idx > upperbound) 2595 elt_total_bit_offset += (idx - lowerbound) * bits; 2576 LONGEST lowerbound, upperbound; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| f-array-walker.h | 222 LONGEST lowerbound, upperbound; local 223 if (!get_discrete_bounds (range_type, &lowerbound, &upperbound)) 233 upperbound - lowerbound + 1, 242 for (LONGEST i = lowerbound; 264 for (LONGEST i = lowerbound;
|
| f-valprint.c | 357 LONGEST lowerbound, upperbound; local 358 if (!get_discrete_bounds (range_type, &lowerbound, &upperbound)) 365 for (LONGEST i = lowerbound; i < upperbound + 1; i++)
|
| valarith.c | 37 LONGEST lowerbound); 153 std::optional<LONGEST> lowerbound = get_discrete_low_bound (range_type); local 154 if (!lowerbound.has_value ()) 155 lowerbound = 0; 158 return value_subscripted_rvalue (array, index, *lowerbound); 166 if (index >= *lowerbound && index <= *upperbound) 167 return value_subscripted_rvalue (array, index, *lowerbound); 172 An array of unknown size has lowerbound 0 and upperbound -1. */ 179 index -= *lowerbound; 210 LONGEST lowerbound) [all...] |
| f-lang.c | 2000 LONGEST lowerbound, upperbound, stride; local 2001 if (!get_discrete_bounds (range_type, &lowerbound, &upperbound)) 2020 if (stride < 0 && lowerbound < upperbound) 2021 offset = (upperbound - lowerbound) * stride;
|
| valops.c | 1494 (&array[0] - (lowerbound * sizeof array[0])) + (index * sizeof array[0]) 1500 (&array[0] + ((index - lowerbound) * sizeof array[0])) 4035 LONGEST lowerbound, upperbound; 4050 if (!get_discrete_bounds (range_type, &lowerbound, &upperbound)) 4053 if (lowbound < lowerbound || length < 0 4068 = (lowbound - lowerbound) * check_typedef (element_type)->length (); 4033 LONGEST lowerbound, upperbound; local
|
| ada-lang.c | 2578 LONGEST lowerbound, upperbound; 2581 if (!get_discrete_bounds (range_type, &lowerbound, &upperbound)) 2584 lowerbound = upperbound = 0; 2588 if (idx < lowerbound || idx > upperbound) 2592 elt_total_bit_offset += (idx - lowerbound) * bits; 2573 LONGEST lowerbound, upperbound; local
|