Searched refs:REGEXP_SEQUENCE (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.c1006 #define REGEXP_SEQUENCE(r) __extension__ \
1092 #define REGEXP_SEQUENCE(r) (&(r)->regexp.sequence)
1680 REGEXP_SEQUENCE (sequence)->regexps_num = els_num;
1682 REGEXP_SEQUENCE (sequence)->regexps [i]
2722 for (i = 0; i <REGEXP_SEQUENCE (regexp)->regexps_num; i++)
2723 REGEXP_SEQUENCE (regexp)->regexps [i]
2724 = process_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]);
2835 for (i = 0; i <REGEXP_SEQUENCE (regexp)->regexps_num; i++)
2836 if (loop_in_regexp (REGEXP_SEQUENCE (regexp)->regexps [i], start_decl))
2934 for (i = 0; i <REGEXP_SEQUENCE (regex
1002 #define REGEXP_SEQUENCE macro
1088 #define REGEXP_SEQUENCE macro
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgenautomata.c1421 #define REGEXP_SEQUENCE(r) __extension__ \
1507 #define REGEXP_SEQUENCE(r) (&(r)->regexp.sequence)
2088 REGEXP_SEQUENCE (sequence)->regexps_num = els_num;
2090 REGEXP_SEQUENCE (sequence)->regexps [i]
3117 for (i = 0; i <REGEXP_SEQUENCE (regexp)->regexps_num; i++)
3118 REGEXP_SEQUENCE (regexp)->regexps [i]
3119 = process_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]);
3230 for (i = 0; i <REGEXP_SEQUENCE (regexp)->regexps_num; i++)
3231 if (loop_in_regexp (REGEXP_SEQUENCE (regexp)->regexps [i], start_decl))
3329 for (i = 0; i <REGEXP_SEQUENCE (regex
1418 #define REGEXP_SEQUENCE macro
1504 #define REGEXP_SEQUENCE macro
[all...]

Completed in 193 milliseconds