Searched refs:case_high (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dc-common.c1640 tree case_high = case_high_p ? *case_high_p : case_low;
1651 && tree_int_cst_compare (case_high, min_value) < 0)
1659 && tree_int_cst_compare (case_high, max_value) > 0)
1666 if (tree_int_cst_compare (case_high, min_value) >= 0
1676 && tree_int_cst_compare (case_high, max_value) > 0)
1680 case_high = max_value;
1685 if (case_high_p && *case_high_p != case_high)
1686 *case_high_p = convert (type, case_high);
1635 tree case_high = case_high_p ? *case_high_p : case_low; local

Completed in 57 milliseconds