Searched refs:c_do_switch_warnings (Results 1 – 21 of 21) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-common.h | 1317 extern void c_do_switch_warnings (splay_tree, location_t, tree, tree, bool);
|
| H A D | c-warn.c | 1568 c_do_switch_warnings (splay_tree cases, location_t switch_location, in c_do_switch_warnings() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog.tree-ssa | 200 * decl.c (pop_switch): Call c_do_switch_warnings.
|
| H A D | ChangeLog-2005 | 612 * decl.c (pop_switch): Only call c_do_switch_warnings 2498 * decl.c (pop_switch): Update call to c_do_switch_warnings for new
|
| H A D | ChangeLog-2015 | 2541 (pop_switch): Update c_do_switch_warnings call.
|
| H A D | decl.cc | 3859 c_do_switch_warnings (cs->cases, switch_location, in pop_switch()
|
| H A D | ChangeLog-2019 | 4248 (pop_switch): Adjust c_do_switch_warnings caller.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-common.h | 1421 extern void c_do_switch_warnings (splay_tree, location_t, tree, tree, bool);
|
| H A D | c-warn.cc | 1570 c_do_switch_warnings (splay_tree cases, location_t switch_location, in c_do_switch_warnings() function
|
| H A D | ChangeLog | 3146 * c-warn.c (c_do_switch_warnings): Use OPT_Wswitch-outside-range. 3307 (c_do_switch_warnings): Remove outside_range_p argument. 3311 * c-warn.c (c_do_switch_warnings): Remove outside_range_p argument. 4959 (c_do_switch_warnings): Likewise. 6186 (c_do_switch_warnings): Likewise. 8129 (c_do_switch_warnings): Add bool parameters. Implement -Wswitch-bool 8131 * c-common.h (c_add_case_label, c_do_switch_warnings): Update 11485 (c_do_switch_warnings): Likewise.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | ChangeLog | 2306 (c_finish_case): Adjust c_do_switch_warnings caller. 6043 (c_finish_case): Update c_do_switch_warnings call. 6713 conditionally to c_do_switch_warnings.
|
| H A D | c-typeck.cc | 11185 c_do_switch_warnings (cs->cases, switch_location, in c_finish_switch()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2005 | 8336 * c-common.c (c_do_switch_warnings): Look for a node where the enum's 17639 (c_do_switch_warnings): Likewise. 24782 (c_do_switch_warnings): Update declaration. 24794 * c-common.c (c_do_switch_warnings): Rename from 24796 (c_do_switch_warnings) [old version]: Remove. 24798 * c-typeck.c (c_finish_case): Call new c_do_switch_warnings 25819 Call c_do_switch_expr_warnings rather than c_do_switch_warnings. 25821 out of c_do_switch_warnings. 25822 (c_do_switch_warnings): Call c_do_switch_warnings_1. 29658 * c-common.c (c_do_switch_warnings): Comment fix. [all …]
|
| H A D | ChangeLog.tree-ssa | 362 * c-common.c (c_do_switch_warnings): Use EXPR_LOCUS instead 6363 (c_do_switch_warnings): New. 6364 * c-common.h (c_do_switch_warnings): Declare.
|
| H A D | ChangeLog-2004 | 27129 (c_do_switch_warnings): Update for USE_MAPPED_LOCATION case. 33224 (c_do_switch_warnings, c_gimplify_expr, c_walk_subtrees, 33333 (c_finish_case): Call c_do_switch_warnings.
|
| H A D | ChangeLog-2006 | 9503 (c_do_switch_warnings): Reorganize to record CASE_LOW_SEEN and
|
| H A D | ChangeLog-2008 | 26296 (c_do_switch_warnings): Likewise.
|
| H A D | ChangeLog-2009 | 20204 * c-common.c (c_do_switch_warnings): Don't exit early for -Wswitch
|
| H A D | ChangeLog-2019 | 19315 * c-warn.c (c_do_switch_warnings): Suppress warning for enumerators
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | decl.c | 3656 c_do_switch_warnings (cs->cases, switch_location, in pop_switch()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 10995 c_do_switch_warnings (cs->cases, switch_location, in c_finish_case()
|