Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgenautomata.cc1007 #define REGEXP_REPEAT(r) __extension__ \ macro
1087 #define REGEXP_REPEAT(r) (&(r)->regexp.repeat) macro
1603 REGEXP_REPEAT (repeat)->regexp = regexp; in gen_regexp_repeat()
1604 REGEXP_REPEAT (repeat)->repeat_num = atoi (repeat_vect [i]); in gen_regexp_repeat()
1605 if (REGEXP_REPEAT (repeat)->repeat_num <= 1) in gen_regexp_repeat()
2808 REGEXP_REPEAT (regexp)->regexp in process_regexp()
2809 = process_regexp (REGEXP_REPEAT (regexp)->regexp); in process_regexp()
2924 return loop_in_regexp (REGEXP_REPEAT (regexp)->regexp, start_decl); in loop_in_regexp()
2994 for (i = 0; i < REGEXP_REPEAT (regexp)->repeat_num; i++) in process_regexp_cycles()
2996 process_regexp_cycles (REGEXP_REPEAT (regexp)->regexp, 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