Searched refs:upperbound (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | valarith.c | 195 LONGEST lowerbound, upperbound; in value_subscript() local 196 get_discrete_bounds (range_type, &lowerbound, &upperbound); in value_subscript() 204 if (index >= lowerbound && index <= upperbound) in value_subscript() 226 LONGEST lowerbound, upperbound; in value_subscript() local 227 get_discrete_bounds (range_type, &lowerbound, &upperbound); in value_subscript() 228 if (index < lowerbound || index > upperbound) in value_subscript()
|
| H A D | valops.c | 2798 LONGEST lowerbound, upperbound; in value_slice() local 2808 if (get_discrete_bounds (range_type, &lowerbound, &upperbound) < 0) in value_slice() 2811 || lowbound + length - 1 > upperbound) in value_slice()
|
| H A D | ada-lang.c | 1308 LONGEST lowerbound, upperbound; in value_subscript_packed() local 1311 if (get_discrete_bounds (range_type, &lowerbound, &upperbound) < 0) in value_subscript_packed() 1314 lowerbound = upperbound = 0; in value_subscript_packed() 1318 if (idx < lowerbound || idx > upperbound) in value_subscript_packed()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ArrayBoundCheckerV2.cpp | 193 SVal upperbound = svalBuilder.evalBinOpNN(state, BO_GE, rawOffsetVal, in checkLocation() local 197 Optional<NonLoc> upperboundToCheck = upperbound.getAs<NonLoc>(); in checkLocation()
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | Changelog | 905 - cache-max-ttl also defines upperbound of initial TTL in response.
|