Lines Matching refs:copy_insn_regexp
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()
4660 = copy_insn_regexp (REGEXP_ALLOF (regexp)->regexps [i]); in transform_2()
4664 = copy_insn_regexp (REGEXP_ALLOF (regexp)->regexps [i]); in transform_2()
4668 = copy_insn_regexp (REGEXP_ALLOF (allof)->regexps [j]); in transform_2()
4703 = copy_insn_regexp (REGEXP_ONEOF (regexp)->regexps [i]); in transform_2()
4707 = copy_insn_regexp (REGEXP_ONEOF (regexp)->regexps [i]); in transform_2()
4711 = copy_insn_regexp (REGEXP_ONEOF (oneof)->regexps [j]); in transform_2()
4767 = copy_insn_regexp (REGEXP_SEQUENCE (regexp)->regexps [j]); in transform_3()
4770 = copy_insn_regexp (REGEXP_ONEOF (oneof)->regexps [i]); in transform_3()
4819 = copy_insn_regexp (REGEXP_ALLOF (regexp)->regexps [j]); in transform_3()
4822 = copy_insn_regexp (REGEXP_ONEOF (oneof)->regexps [i]); in transform_3()
5010 = transform_regexp (copy_insn_regexp in transform_insn_regexps()