| /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-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++)
|
| 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...] |
| 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;
|
| 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
|
| 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
|
| 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/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-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++)
|
| 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...] |
| 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 | 2009 LONGEST lowerbound, upperbound, stride; local 2010 if (!get_discrete_bounds (range_type, &lowerbound, &upperbound)) 2029 if (stride < 0 && lowerbound < upperbound) 2030 offset = (upperbound - lowerbound) * stride;
|
| f-lang.c | 2009 LONGEST lowerbound, upperbound, stride; local 2010 if (!get_discrete_bounds (range_type, &lowerbound, &upperbound)) 2029 if (stride < 0 && lowerbound < upperbound) 2030 offset = (upperbound - lowerbound) * stride;
|
| valops.c | 1490 (&array[0] - (lowerbound * sizeof array[0])) + (index * sizeof array[0]) 1496 (&array[0] + ((index - lowerbound) * sizeof array[0])) 4028 LONGEST lowerbound, upperbound; 4043 if (!get_discrete_bounds (range_type, &lowerbound, &upperbound)) 4046 if (lowbound < lowerbound || length < 0 4061 = (lowbound - lowerbound) * check_typedef (element_type)->length (); 4026 LONGEST lowerbound, upperbound; local
|
| valops.c | 1490 (&array[0] - (lowerbound * sizeof array[0])) + (index * sizeof array[0]) 1496 (&array[0] + ((index - lowerbound) * sizeof array[0])) 4028 LONGEST lowerbound, upperbound; 4043 if (!get_discrete_bounds (range_type, &lowerbound, &upperbound)) 4046 if (lowbound < lowerbound || length < 0 4061 = (lowbound - lowerbound) * check_typedef (element_type)->length (); 4026 LONGEST lowerbound, upperbound; local
|
| ada-lang.c | 2579 LONGEST lowerbound, upperbound; 2582 if (!get_discrete_bounds (range_type, &lowerbound, &upperbound)) 2585 lowerbound = upperbound = 0; 2589 if (idx < lowerbound || idx > upperbound) 2593 elt_total_bit_offset += (idx - lowerbound) * bits; 2574 LONGEST lowerbound, upperbound; local
|
| ada-lang.c | 2579 LONGEST lowerbound, upperbound; 2582 if (!get_discrete_bounds (range_type, &lowerbound, &upperbound)) 2585 lowerbound = upperbound = 0; 2589 if (idx < lowerbound || idx > upperbound) 2593 elt_total_bit_offset += (idx - lowerbound) * bits; 2574 LONGEST lowerbound, upperbound; local
|