Searched refs:check_case_value (Results 1 – 2 of 2) sorted by relevance
306 static tree check_case_value (location_t, tree);1982 check_case_value (location_t loc, tree value) in check_case_value() function4778 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()
314 static tree check_case_value (tree);2727 check_case_value (tree value) in check_case_value() function5354 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()