Searched refs:set_spot_bindings (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-decl.c | 889 set_spot_bindings (struct c_spot_bindings *p, bool defining) in set_spot_bindings() function 3770 set_spot_bindings (&label_vars->label_bindings, defining); in make_label() 3867 set_spot_bindings (&g->goto_bindings, true); in lookup_label_for_goto() 4019 set_spot_bindings (&label_vars->label_bindings, true); in define_label() 4056 set_spot_bindings (switch_bindings, true); in c_get_switch_bindings()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-decl.cc | 898 set_spot_bindings (struct c_spot_bindings *p, bool defining) in set_spot_bindings() function 3834 set_spot_bindings (&label_vars->label_bindings, defining); in make_label() 3931 set_spot_bindings (&g->goto_bindings, true); in lookup_label_for_goto() 4083 set_spot_bindings (&label_vars->label_bindings, true); in define_label() 4120 set_spot_bindings (switch_bindings, true); in c_get_switch_bindings()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2009 | 19253 (bind_label, set_spot_bindings): New static functions. 19271 set_spot_bindings and check_earlier_gotos. Call bind_label
|