Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.cc2759 regexp_t new_regexp; in process_regexp() local
2779 new_regexp = XCREATENODE (struct regexp); in process_regexp()
2780 new_regexp->mode = rm_reserv; in process_regexp()
2781 new_regexp->pos = regexp->pos; in process_regexp()
2782 REGEXP_RESERV (new_regexp)->name = REGEXP_UNIT (regexp)->name; in process_regexp()
2783 REGEXP_RESERV (new_regexp)->reserv_decl in process_regexp()
2785 regexp = new_regexp; in process_regexp()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenautomata.c2759 regexp_t new_regexp; in process_regexp() local
2779 new_regexp = XCREATENODE (struct regexp); in process_regexp()
2780 new_regexp->mode = rm_reserv; in process_regexp()
2781 new_regexp->pos = regexp->pos; in process_regexp()
2782 REGEXP_RESERV (new_regexp)->name = REGEXP_UNIT (regexp)->name; in process_regexp()
2783 REGEXP_RESERV (new_regexp)->reserv_decl in process_regexp()
2785 regexp = new_regexp; in process_regexp()