Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c312 static tree check_case_value (location_t, tree);
2071 check_case_value (location_t loc, tree value) in check_case_value() function
4849 low_value = check_case_value (loc, low_value); in c_add_case_label()
4857 high_value = check_case_value (loc, high_value); in c_add_case_label()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc315 static tree check_case_value (location_t, tree);
2265 check_case_value (location_t loc, tree value) in check_case_value() function
5095 low_value = check_case_value (loc, low_value); in c_add_case_label()
5103 high_value = check_case_value (loc, high_value); in c_add_case_label()
H A DChangeLog9335 * c-common.c (check_case_value): Add location_t parameter. Use it.
9336 (c_add_case_label): Pass loc to check_case_value.
12648 * c-common.c (check_case_value): Remove special C++ code.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200527546 * c-common.c (check_case_value): Use perform_integral_promotions,
27956 * c-common.c (check_case_value): Adjust comment about stripping
H A DChangeLog-200422555 * c-common.h (check_case_value): Remove prototype.
22557 * c-common.c (check_case_value): Make static.
H A DChangeLog-20009023 * c-common.c (check_case_value): Handle C++'s extensions to C
H A DChangeLog-200316586 (fix_string_type, check_case_value, c_common_nodes_and_builtins,