Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dc-common.c1555 tree case_low = *case_low_p; in check_case_bounds() local
1556 tree case_high = case_high_p ? *case_high_p : case_low; in check_case_bounds()
1566 if (tree_int_cst_compare (case_low, min_value) < 0 in check_case_bounds()
1574 if (tree_int_cst_compare (case_low, max_value) > 0 in check_case_bounds()
1583 && tree_int_cst_compare (case_low, min_value) < 0) in check_case_bounds()
1587 case_low = min_value; in check_case_bounds()
1591 if (tree_int_cst_compare (case_low, max_value) <= 0 in check_case_bounds()
1599 if (*case_low_p != case_low) in check_case_bounds()
1600 *case_low_p = convert (type, case_low); in check_case_bounds()