Lines Matching refs:high
3498 for low, high, cond in sym.ranges:
3500 depend_on(sym, high)
3668 cur.ranges = [(low, high, self._make_and(cond, dep))
3669 for low, high, cond in cur.ranges]
3805 for low, high, _ in sym.ranges:
3807 not num_ok(high, sym.orig_type):
3814 high.name_and_loc))
4330 high = int(high_expr.str_value, base) if \
4343 if has_active_range and not low <= user_val <= high:
4351 num2str(low), num2str(high)))
4385 elif val_num > high:
4386 clamp = high
4402 num2str(high)))
5680 return [(low, high, self._strip_dep(cond))
5681 for low, high, cond in self.ranges]
5710 for low, high, cond in self.ranges:
5712 res.add(high)
5851 for low, high, cond in self.orig_ranges:
5854 sc_expr_str_fn(high)),