Searched refs:loop_in_regexp (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genautomata.cc | 2878 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 D | ChangeLog-2002 | 15282 check_usage, loop_in_regexp, check_loops_in_regexps,
|
H A D | ChangeLog-2004 | 13879 decl_eq_p, process_regexp, loop_in_regexp, check_loops_in_regexps,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genautomata.c | 2878 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()
|