Searched refs:nl_goto_field (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-nested.c105 tree nl_goto_field; member in struct:nesting_info
664 tree field = info->nl_goto_field;
696 info->nl_goto_field = field;
2517 /* Build: __builtin_nl_goto(new_label, &chain->nl_goto_field). */
3396 if (root->nl_goto_field)
3399 = get_frame_field (root, context, root->nl_goto_field, NULL);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-nested.cc205 tree nl_goto_field; member in struct:nesting_info
762 tree field = info->nl_goto_field;
794 info->nl_goto_field = field;
2674 /* Build: __builtin_nl_goto(new_label, &chain->nl_goto_field). */
3555 if (root->nl_goto_field)
3558 = get_frame_field (root, context, root->nl_goto_field, NULL);

Completed in 172 milliseconds