Home | History | Annotate | Download | only in gcc

Lines Matching refs:new_label

2630   tree label, new_label, target_context, x, field;
2667 new_label
2668 DECL_NONLOCAL (new_label) = 1;
2669 *slot = new_label;
2672 new_label = *slot;
2674 /* Build: __builtin_nl_goto(new_label, &chain->nl_goto_field). */
2680 2, build_addr (new_label), x);
2700 tree label, new_label;
2729 new_label = (tree) *slot;
2730 stmt = gimple_build_label (new_label);