Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c2021 tree case_high = case_high_p ? *case_high_p : case_low; in check_case_bounds() local
2032 case_high = fold (case_high); in check_case_bounds()
2036 && tree_int_cst_compare (case_high, min_value) < 0) in check_case_bounds()
2046 && tree_int_cst_compare (case_high, max_value) > 0) in check_case_bounds()
2054 if (tree_int_cst_compare (case_high, min_value) >= 0 in check_case_bounds()
2065 && tree_int_cst_compare (case_high, max_value) > 0) in check_case_bounds()
2070 case_high = max_value; in check_case_bounds()
2075 if (case_high_p && *case_high_p != case_high) in check_case_bounds()
2076 *case_high_p = convert (type, case_high); in check_case_bounds()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dvr-values.c2562 tree case_low, case_high; in find_case_label_ranges() local
2590 case_high = CASE_HIGH (gimple_switch_label (stmt, j)); in find_case_label_ranges()
2593 if (case_high != NULL_TREE in find_case_label_ranges()
2594 && tree_int_cst_compare (max, case_high) < 0) in find_case_label_ranges()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c2764 tree case_high = case_high_p ? *case_high_p : case_low; in check_case_bounds() local
2775 && tree_int_cst_compare (case_high, min_value) < 0) in check_case_bounds()
2783 && tree_int_cst_compare (case_high, max_value) > 0) in check_case_bounds()
2790 if (tree_int_cst_compare (case_high, min_value) >= 0 in check_case_bounds()
2800 && tree_int_cst_compare (case_high, max_value) > 0) in check_case_bounds()
2804 case_high = max_value; in check_case_bounds()
2809 if (case_high_p && *case_high_p != case_high) in check_case_bounds()
2810 *case_high_p = convert (type, case_high); in check_case_bounds()