Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Deval.c579 LONGEST range_low, range_high; in evaluate_subexp_standard() local
590 range_high = value_as_long (elem_val); in evaluate_subexp_standard()
596 range_low = range_high = value_as_long (elem_val); in evaluate_subexp_standard()
614 if (range_low > range_high) in evaluate_subexp_standard()
619 if (range_low < low_bound || range_high > high_bound) in evaluate_subexp_standard()
622 range_high -= low_bound; in evaluate_subexp_standard()
623 for (; range_low <= range_high; range_low++) in evaluate_subexp_standard()