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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgenautomata.c274 static regexp_t process_regexp (regexp_t);
3080 process_regexp (regexp_t regexp)
3119 = process_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]);
3124 = process_regexp (REGEXP_ALLOF (regexp)->regexps [i]);
3129 = process_regexp (REGEXP_ONEOF (regexp)->regexps [i]);
3133 = process_regexp (REGEXP_REPEAT (regexp)->regexp);
3145 `process_regexp'. */
3157 = process_regexp (DECL_RESERV (decl)->regexp);
3160 = process_regexp (DECL_INSN_RESERV (decl)->regexp);
3072 process_regexp (regexp_t regexp) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.c2685 process_regexp (regexp_t regexp)
2724 = process_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]);
2729 = process_regexp (REGEXP_ALLOF (regexp)->regexps [i]);
2734 = process_regexp (REGEXP_ONEOF (regexp)->regexps [i]);
2738 = process_regexp (REGEXP_REPEAT (regexp)->regexp);
2750 `process_regexp'. */
2762 = process_regexp (DECL_RESERV (decl)->regexp);
2765 = process_regexp (DECL_INSN_RESERV (decl)->regexp);
2676 process_regexp (regexp_t regexp) function

Completed in 213 milliseconds