Searched refs:switch_location (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-warn.c | 1568 c_do_switch_warnings (splay_tree cases, location_t switch_location, in c_do_switch_warnings() argument 1658 warning_at (switch_location, OPT_Wswitch_default, in c_do_switch_warnings() 1703 warning_at (switch_location, OPT_Wswitch_bool, in c_do_switch_warnings() 1782 warning_at (switch_location, in c_do_switch_warnings()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-warn.cc | 1570 c_do_switch_warnings (splay_tree cases, location_t switch_location, in c_do_switch_warnings() argument 1660 warning_at (switch_location, OPT_Wswitch_default, in c_do_switch_warnings() 1705 warning_at (switch_location, OPT_Wswitch_bool, in c_do_switch_warnings() 1784 warning_at (switch_location, in c_do_switch_warnings()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 10989 location_t switch_location; in c_finish_case() local 10994 switch_location = EXPR_LOCATION (cs->switch_expr); in c_finish_case() 10995 c_do_switch_warnings (cs->cases, switch_location, in c_finish_case()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 11179 location_t switch_location; in c_finish_switch() local 11184 switch_location = EXPR_LOCATION (cs->switch_stmt); in c_finish_switch() 11185 c_do_switch_warnings (cs->cases, switch_location, in c_finish_switch()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | decl.c | 3650 location_t switch_location = cp_expr_loc_or_input_loc (cs->switch_stmt); in pop_switch() local 3656 c_do_switch_warnings (cs->cases, switch_location, in pop_switch()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | decl.cc | 3853 location_t switch_location = cp_expr_loc_or_input_loc (cs->switch_stmt); in pop_switch() local 3859 c_do_switch_warnings (cs->cases, switch_location, in pop_switch()
|