Searched refs:c_do_switch_warnings (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-common.h | 902 extern void c_do_switch_warnings (splay_tree, location_t, tree, tree);
|
H A D | c-common.c | 5551 c_do_switch_warnings (splay_tree cases, location_t switch_location, in c_do_switch_warnings() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-common.h | 1269 extern void c_do_switch_warnings (splay_tree, location_t, tree, tree, bool,
|
H A D | c-warn.c | 1341 c_do_switch_warnings (splay_tree cases, location_t switch_location, in c_do_switch_warnings() function
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-typeck.c | 9013 c_do_switch_warnings (cs->cases, switch_location, in c_finish_case()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | decl.c | 3002 c_do_switch_warnings (cs->cases, switch_location, in pop_switch()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | decl.c | 3555 c_do_switch_warnings (cs->cases, switch_location, in pop_switch()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-typeck.c | 10498 c_do_switch_warnings (cs->cases, switch_location, in c_finish_case()
|