Searched refs:loop_in_regexp (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | genautomata.c | 262 static int loop_in_regexp PARAMS ((regexp_t, decl_t)); 3050 loop_in_regexp (regexp, start_decl) in loop_in_regexp() function 3073 return loop_in_regexp (REGEXP_RESERV (regexp)->reserv_decl->regexp, 3080 if (loop_in_regexp (REGEXP_SEQUENCE (regexp)->regexps [i], start_decl)) 3087 if (loop_in_regexp (REGEXP_ALLOF (regexp)->regexps [i], start_decl)) 3094 if (loop_in_regexp (REGEXP_ONEOF (regexp)->regexps [i], start_decl)) 3099 return loop_in_regexp (REGEXP_REPEAT (regexp)->regexp, start_decl); 3130 if (loop_in_regexp (DECL_RESERV (decl)->regexp, decl)) in check_loops_in_regexps()
|
H A D | ChangeLog.7 | 835 check_usage, loop_in_regexp, check_loops_in_regexps,
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | genautomata.c | 2770 loop_in_regexp (regexp_t regexp, decl_t start_decl) in loop_in_regexp() function 2793 return loop_in_regexp (REGEXP_RESERV (regexp)->reserv_decl->regexp, in loop_in_regexp() 2799 if (loop_in_regexp (REGEXP_SEQUENCE (regexp)->regexps [i], start_decl)) in loop_in_regexp() 2805 if (loop_in_regexp (REGEXP_ALLOF (regexp)->regexps [i], start_decl)) in loop_in_regexp() 2811 if (loop_in_regexp (REGEXP_ONEOF (regexp)->regexps [i], start_decl)) in loop_in_regexp() 2816 return loop_in_regexp (REGEXP_REPEAT (regexp)->regexp, start_decl); in loop_in_regexp() 2848 if (loop_in_regexp (DECL_RESERV (decl)->regexp, decl)) in check_loops_in_regexps()
|