Searched refs:loop_in_regexp (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/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()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | genautomata.c | 2882 loop_in_regexp (regexp_t regexp, decl_t start_decl) in loop_in_regexp() function 2905 return loop_in_regexp (REGEXP_RESERV (regexp)->reserv_decl->regexp, in loop_in_regexp() 2911 if (loop_in_regexp (REGEXP_SEQUENCE (regexp)->regexps [i], start_decl)) in loop_in_regexp() 2917 if (loop_in_regexp (REGEXP_ALLOF (regexp)->regexps [i], start_decl)) in loop_in_regexp() 2923 if (loop_in_regexp (REGEXP_ONEOF (regexp)->regexps [i], start_decl)) in loop_in_regexp() 2928 return loop_in_regexp (REGEXP_REPEAT (regexp)->regexp, start_decl); in loop_in_regexp() 2960 if (loop_in_regexp (DECL_RESERV (decl)->regexp, decl)) in check_loops_in_regexps()
|