Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/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()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgenautomata.c2763 regexp_t new_regexp; in process_regexp() local
2783 new_regexp = XCREATENODE (struct regexp); in process_regexp()
2784 new_regexp->mode = rm_reserv; in process_regexp()
2785 new_regexp->pos = regexp->pos; in process_regexp()
2786 REGEXP_RESERV (new_regexp)->name = REGEXP_UNIT (regexp)->name; in process_regexp()
2787 REGEXP_RESERV (new_regexp)->reserv_decl in process_regexp()
2789 regexp = new_regexp; in process_regexp()