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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.c601 struct allof_regexp allof;
1025 &(_regexp)->regexp.allof; }))
1094 #define REGEXP_ALLOF(r) (&(r)->regexp.allof)
1617 regexp_t allof;
1627 allof = XCREATENODEVAR (struct regexp, sizeof (struct regexp)
1629 allof->mode = rm_allof;
1630 REGEXP_ALLOF (allof)->regexps_num = els_num;
1632 REGEXP_ALLOF (allof)->regexps [i] = gen_regexp_repeat (allof_vect [i]);
1633 return allof;
4548 regexp_t allof
597 struct allof_regexp allof; member in union:regexp::__anon4631
1613 regexp_t allof; local
4528 regexp_t allof = NULL; local
4679 regexp_t allof = NULL; local
5050 regexp_t seq, allof, unit; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgenautomata.c1006 struct allof_regexp allof;
1440 &(_regexp)->regexp.allof; }))
1509 #define REGEXP_ALLOF(r) (&(r)->regexp.allof)
2025 regexp_t allof;
2035 allof = create_node (sizeof (struct regexp)
2037 allof->mode = rm_allof;
2038 REGEXP_ALLOF (allof)->regexps_num = els_num;
2040 REGEXP_ALLOF (allof)->regexps [i] = gen_regexp_repeat (allof_vect [i]);
2041 return allof;
4961 regexp_t allof
1003 struct allof_regexp allof; member in union:regexp::__anon3198
2022 regexp_t allof; local
4942 regexp_t allof = NULL; local
5093 regexp_t allof = NULL; local
5392 regexp_t seq, allof, unit; local
[all...]

Completed in 88 milliseconds