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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgenautomata.c277 static int loop_in_regexp (regexp_t, decl_t);
3202 loop_in_regexp (regexp_t regexp, decl_t start_decl)
3225 return loop_in_regexp (REGEXP_RESERV (regexp)->reserv_decl->regexp,
3231 if (loop_in_regexp (REGEXP_SEQUENCE (regexp)->regexps [i], start_decl))
3237 if (loop_in_regexp (REGEXP_ALLOF (regexp)->regexps [i], start_decl))
3243 if (loop_in_regexp (REGEXP_ONEOF (regexp)->regexps [i], start_decl))
3248 return loop_in_regexp (REGEXP_REPEAT (regexp)->regexp, start_decl);
3259 function uses function `loop_in_regexp' for that. */
3280 if (loop_in_regexp (DECL_RESERV (decl)->regexp, decl))
3194 loop_in_regexp (regexp_t regexp, decl_t start_decl) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.c2807 loop_in_regexp (regexp_t regexp, decl_t start_decl)
2830 return loop_in_regexp (REGEXP_RESERV (regexp)->reserv_decl->regexp,
2836 if (loop_in_regexp (REGEXP_SEQUENCE (regexp)->regexps [i], start_decl))
2842 if (loop_in_regexp (REGEXP_ALLOF (regexp)->regexps [i], start_decl))
2848 if (loop_in_regexp (REGEXP_ONEOF (regexp)->regexps [i], start_decl))
2853 return loop_in_regexp (REGEXP_REPEAT (regexp)->regexp, start_decl);
2864 function uses function `loop_in_regexp' for that. */
2885 if (loop_in_regexp (DECL_RESERV (decl)->regexp, decl))
2798 loop_in_regexp (regexp_t regexp, decl_t start_decl) function

Completed in 189 milliseconds