Home
last modified time | relevance | path

Searched refs:upperbound (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dvalarith.c160 LONGEST lowerbound, upperbound; in value_subscript() local
162 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()
H A Dvalops.c3701 LONGEST lowerbound, upperbound; in value_slice() local
3711 if (get_discrete_bounds (range_type, &lowerbound, &upperbound) < 0) in value_slice()
3715 || lowbound + length - 1 > upperbound) in value_slice()
H A Dada-lang.c2218 LONGEST lowerbound, upperbound; in value_subscript_packed() local
2221 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()