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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenautomata.c2768 regexp_t new_regexp;
2788 new_regexp = XCREATENODE (struct regexp);
2789 new_regexp->mode = rm_reserv;
2790 new_regexp->pos = regexp->pos;
2791 REGEXP_RESERV (new_regexp)->name = REGEXP_UNIT (regexp)->name;
2792 REGEXP_RESERV (new_regexp)->reserv_decl
2794 regexp = new_regexp;
2759 regexp_t new_regexp; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.cc2768 regexp_t new_regexp;
2788 new_regexp = XCREATENODE (struct regexp);
2789 new_regexp->mode = rm_reserv;
2790 new_regexp->pos = regexp->pos;
2791 REGEXP_RESERV (new_regexp)->name = REGEXP_UNIT (regexp)->name;
2792 REGEXP_RESERV (new_regexp)->reserv_decl
2794 regexp = new_regexp;
2759 regexp_t new_regexp; local

Completed in 243 milliseconds