Home
last modified time | relevance | path

Searched refs:loop_in_regexp (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.cc2878 loop_in_regexp (regexp_t regexp, decl_t start_decl) in loop_in_regexp() function
2901 return loop_in_regexp (REGEXP_RESERV (regexp)->reserv_decl->regexp, in loop_in_regexp()
2907 if (loop_in_regexp (REGEXP_SEQUENCE (regexp)->regexps [i], start_decl)) in loop_in_regexp()
2913 if (loop_in_regexp (REGEXP_ALLOF (regexp)->regexps [i], start_decl)) in loop_in_regexp()
2919 if (loop_in_regexp (REGEXP_ONEOF (regexp)->regexps [i], start_decl)) in loop_in_regexp()
2924 return loop_in_regexp (REGEXP_REPEAT (regexp)->regexp, start_decl); in loop_in_regexp()
2956 if (loop_in_regexp (DECL_RESERV (decl)->regexp, decl)) in check_loops_in_regexps()
H A DChangeLog-200215282 check_usage, loop_in_regexp, check_loops_in_regexps,
H A DChangeLog-200413879 decl_eq_p, process_regexp, loop_in_regexp, check_loops_in_regexps,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenautomata.c2878 loop_in_regexp (regexp_t regexp, decl_t start_decl) in loop_in_regexp() function
2901 return loop_in_regexp (REGEXP_RESERV (regexp)->reserv_decl->regexp, in loop_in_regexp()
2907 if (loop_in_regexp (REGEXP_SEQUENCE (regexp)->regexps [i], start_decl)) in loop_in_regexp()
2913 if (loop_in_regexp (REGEXP_ALLOF (regexp)->regexps [i], start_decl)) in loop_in_regexp()
2919 if (loop_in_regexp (REGEXP_ONEOF (regexp)->regexps [i], start_decl)) in loop_in_regexp()
2924 return loop_in_regexp (REGEXP_REPEAT (regexp)->regexp, start_decl); in loop_in_regexp()
2956 if (loop_in_regexp (DECL_RESERV (decl)->regexp, decl)) in check_loops_in_regexps()