Home
last modified time | relevance | path

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 Dc-common.h1317 extern void c_do_switch_warnings (splay_tree, location_t, tree, tree, bool);
H A Dc-warn.c1568 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 DChangeLog.tree-ssa200 * decl.c (pop_switch): Call c_do_switch_warnings.
H A DChangeLog-2005612 * 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 DChangeLog-20152541 (pop_switch): Update c_do_switch_warnings call.
H A Ddecl.cc3859 c_do_switch_warnings (cs->cases, switch_location, in pop_switch()
H A DChangeLog-20194248 (pop_switch): Adjust c_do_switch_warnings caller.
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h1421 extern void c_do_switch_warnings (splay_tree, location_t, tree, tree, bool);
H A Dc-warn.cc1570 c_do_switch_warnings (splay_tree cases, location_t switch_location, in c_do_switch_warnings() function
H A DChangeLog3146 * 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 DChangeLog2306 (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 Dc-typeck.cc11185 c_do_switch_warnings (cs->cases, switch_location, in c_finish_switch()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20058336 * 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 DChangeLog.tree-ssa362 * 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 DChangeLog-200427129 (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 DChangeLog-20069503 (c_do_switch_warnings): Reorganize to record CASE_LOW_SEEN and
H A DChangeLog-200826296 (c_do_switch_warnings): Likewise.
H A DChangeLog-200920204 * c-common.c (c_do_switch_warnings): Don't exit early for -Wswitch
H A DChangeLog-201919315 * c-warn.c (c_do_switch_warnings): Suppress warning for enumerators
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c3656 c_do_switch_warnings (cs->cases, switch_location, in pop_switch()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c10995 c_do_switch_warnings (cs->cases, switch_location, in c_finish_case()