Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c306 static tree check_case_value (location_t, tree);
1982 check_case_value (location_t loc, tree value) in check_case_value() function
4778 low_value = check_case_value (loc, low_value); in c_add_case_label()
4785 high_value = check_case_value (loc, high_value); in c_add_case_label()
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c314 static tree check_case_value (tree);
2727 check_case_value (tree value) in check_case_value() function
5354 low_value = check_case_value (low_value); in c_add_case_label()
5361 high_value = check_case_value (high_value); in c_add_case_label()