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 D | c-common.c | 312 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 D | c-common.cc | 315 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 D | ChangeLog | 9335 * 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 D | ChangeLog-2005 | 27546 * c-common.c (check_case_value): Use perform_integral_promotions, 27956 * c-common.c (check_case_value): Adjust comment about stripping
|
| H A D | ChangeLog-2004 | 22555 * c-common.h (check_case_value): Remove prototype. 22557 * c-common.c (check_case_value): Make static.
|
| H A D | ChangeLog-2000 | 9023 * c-common.c (check_case_value): Handle C++'s extensions to C
|
| H A D | ChangeLog-2003 | 16586 (fix_string_type, check_case_value, c_common_nodes_and_builtins,
|