Home
last modified time | relevance | path

Searched refs:REGEXP_ALLOF (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgenautomata.cc1014 #define REGEXP_ALLOF(r) __extension__ \ macro
1088 #define REGEXP_ALLOF(r) (&(r)->regexp.allof) macro
1633 REGEXP_ALLOF (allof)->regexps_num = els_num; in gen_regexp_allof()
1635 REGEXP_ALLOF (allof)->regexps [i] = gen_regexp_repeat (allof_vect [i]); in gen_regexp_allof()
2798 for (i = 0; i < REGEXP_ALLOF (regexp)->regexps_num; i++) in process_regexp()
2799 REGEXP_ALLOF (regexp)->regexps [i] in process_regexp()
2800 = process_regexp (REGEXP_ALLOF (regexp)->regexps [i]); in process_regexp()
2912 for (i = 0; i < REGEXP_ALLOF (regexp)->regexps_num; i++) in loop_in_regexp()
2913 if (loop_in_regexp (REGEXP_ALLOF (regexp)->regexps [i], start_decl)) in loop_in_regexp()
3020 for (i = 0; i < REGEXP_ALLOF (regexp)->regexps_num; i++) in process_regexp_cycles()
[all …]
DChangeLog-200214895 REGEXP_RESERV, REGEXP_SEQUENCE, REGEXP_REPEAT, REGEXP_ALLOF,
15266 REGEXP_REPEAT, REGEXP_ALLOF, REGEXP_ONEOF): New macros with