Searched refs:copy_insn_regexp (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genautomata.cc | 4489 copy_insn_regexp (regexp_t regexp) in copy_insn_regexp() function 4497 result = copy_insn_regexp (REGEXP_RESERV (regexp)->reserv_decl->regexp); in copy_insn_regexp() 4507 = copy_insn_regexp (REGEXP_REPEAT (regexp)->regexp); in copy_insn_regexp() 4516 = copy_insn_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]); in copy_insn_regexp() 4525 = copy_insn_regexp (REGEXP_ALLOF (regexp)->regexps [i]); in copy_insn_regexp() 4534 = copy_insn_regexp (REGEXP_ONEOF (regexp)->regexps [i]); in copy_insn_regexp() 4573 REGEXP_SEQUENCE (regexp)->regexps [i] = copy_insn_regexp (operand); in transform_1() 4617 = copy_insn_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]); in transform_2() 4621 = copy_insn_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]); in transform_2() 4625 = copy_insn_regexp (REGEXP_SEQUENCE (sequence)->regexps [j]); in transform_2() [all …]
|
H A D | ChangeLog-2008 | 15698 form_reserv_sets_list, copy_insn_regexp, transform_1, transform_2,
|
H A D | ChangeLog-2002 | 15285 initiate_presence_absence_sets, copy_insn_regexp, transform_1,
|
H A D | ChangeLog-2004 | 13885 copy_insn_regexp, transform_1, transform_2, transform_3,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genautomata.c | 4489 copy_insn_regexp (regexp_t regexp) in copy_insn_regexp() function 4497 result = copy_insn_regexp (REGEXP_RESERV (regexp)->reserv_decl->regexp); in copy_insn_regexp() 4507 = copy_insn_regexp (REGEXP_REPEAT (regexp)->regexp); in copy_insn_regexp() 4516 = copy_insn_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]); in copy_insn_regexp() 4525 = copy_insn_regexp (REGEXP_ALLOF (regexp)->regexps [i]); in copy_insn_regexp() 4534 = copy_insn_regexp (REGEXP_ONEOF (regexp)->regexps [i]); in copy_insn_regexp() 4573 REGEXP_SEQUENCE (regexp)->regexps [i] = copy_insn_regexp (operand); in transform_1() 4617 = copy_insn_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]); in transform_2() 4621 = copy_insn_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]); in transform_2() 4625 = copy_insn_regexp (REGEXP_SEQUENCE (sequence)->regexps [j]); in transform_2() [all …]
|