Home
last modified time | relevance | path

Searched refs:outside_range_p (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c1574 bool outside_range_p = false; in c_do_switch_warnings() local
1591 outside_range_p = true; in c_do_switch_warnings()
1637 outside_range_p = true; in c_do_switch_warnings()
1648 outside_range_p = true; in c_do_switch_warnings()
1689 if (outside_range_p in c_do_switch_warnings()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc1576 bool outside_range_p = false; in c_do_switch_warnings() local
1593 outside_range_p = true; in c_do_switch_warnings()
1639 outside_range_p = true; in c_do_switch_warnings()
1650 outside_range_p = true; in c_do_switch_warnings()
1691 if (outside_range_p in c_do_switch_warnings()
H A DChangeLog3305 * c-common.h (c_add_case_label): Remove orig_type and outside_range_p
3307 (c_do_switch_warnings): Remove outside_range_p argument.
3309 (c_add_case_label): Remove orig_type and outside_range_p arguments.
3311 * c-warn.c (c_do_switch_warnings): Remove outside_range_p argument.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20194246 * decl.c (struct cp_switch): Remove outside_range_p member.
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog2303 * c-typeck.c (struct c_switch): Remove outside_range_p member.