Searched refs:upperbound (Results 1 – 3 of 3) sorted by relevance
160 LONGEST lowerbound, upperbound; in value_subscript() local162 get_discrete_bounds (range_type, &lowerbound, &upperbound); in value_subscript()168 if (index >= lowerbound && index <= upperbound) in value_subscript()172 if (upperbound > -1) in value_subscript()
3701 LONGEST lowerbound, upperbound; in value_slice() local3711 if (get_discrete_bounds (range_type, &lowerbound, &upperbound) < 0) in value_slice()3715 || lowbound + length - 1 > upperbound) in value_slice()
2218 LONGEST lowerbound, upperbound; in value_subscript_packed() local2221 if (get_discrete_bounds (range_type, &lowerbound, &upperbound) < 0) in value_subscript_packed()2224 lowerbound = upperbound = 0; in value_subscript_packed()2228 if (idx < lowerbound || idx > upperbound) in value_subscript_packed()