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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgenautomata.c362 static regexp_t copy_insn_regexp (regexp_t);
4818 copy_insn_regexp (regexp_t regexp)
4826 result = copy_insn_regexp (REGEXP_RESERV (regexp)->reserv_decl->regexp);
4836 = copy_insn_regexp (REGEXP_REPEAT (regexp)->regexp);
4845 = copy_insn_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]);
4854 = copy_insn_regexp (REGEXP_ALLOF (regexp)->regexps [i]);
4863 = copy_insn_regexp (REGEXP_ONEOF (regexp)->regexps [i]);
4902 REGEXP_SEQUENCE (regexp)->regexps [i] = copy_insn_regexp (operand);
4946 = copy_insn_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]);
4950 = copy_insn_regexp (REGEXP_SEQUENC
4799 copy_insn_regexp (regexp_t regexp) function
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.c4405 copy_insn_regexp (regexp_t regexp)
4413 result = copy_insn_regexp (REGEXP_RESERV (regexp)->reserv_decl->regexp);
4423 = copy_insn_regexp (REGEXP_REPEAT (regexp)->regexp);
4432 = copy_insn_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]);
4441 = copy_insn_regexp (REGEXP_ALLOF (regexp)->regexps [i]);
4450 = copy_insn_regexp (REGEXP_ONEOF (regexp)->regexps [i]);
4489 REGEXP_SEQUENCE (regexp)->regexps [i] = copy_insn_regexp (operand);
4533 = copy_insn_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]);
4537 = copy_insn_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]);
4541 = copy_insn_regexp (REGEXP_SEQUENC
4385 copy_insn_regexp (regexp_t regexp) function
[all...]

Completed in 104 milliseconds