Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgenautomata.c4935 regexp_transform_func (regexp_t regexp, regexp_t (*func) (regexp_t regexp)) in regexp_transform_func() function
4944 = regexp_transform_func (REGEXP_SEQUENCE (regexp)->regexps [i], in regexp_transform_func()
4951 = regexp_transform_func (REGEXP_ALLOF (regexp)->regexps [i], func); in regexp_transform_func()
4957 = regexp_transform_func (REGEXP_ONEOF (regexp)->regexps [i], func); in regexp_transform_func()
4962 = regexp_transform_func (REGEXP_REPEAT (regexp)->regexp, func); in regexp_transform_func()
4980 regexp = regexp_transform_func (regexp, transform_1); in transform_regexp()
4984 regexp = regexp_transform_func (regexp, transform_2); in transform_regexp()
4985 regexp = regexp_transform_func (regexp, transform_3); in transform_regexp()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgenautomata.c4943 regexp_transform_func (regexp_t regexp, regexp_t (*func) (regexp_t regexp)) in regexp_transform_func() function
4952 = regexp_transform_func (REGEXP_SEQUENCE (regexp)->regexps [i], in regexp_transform_func()
4959 = regexp_transform_func (REGEXP_ALLOF (regexp)->regexps [i], func); in regexp_transform_func()
4965 = regexp_transform_func (REGEXP_ONEOF (regexp)->regexps [i], func); in regexp_transform_func()
4970 = regexp_transform_func (REGEXP_REPEAT (regexp)->regexp, func); in regexp_transform_func()
4988 regexp = regexp_transform_func (regexp, transform_1); in transform_regexp()
4992 regexp = regexp_transform_func (regexp, transform_2); in transform_regexp()
4993 regexp = regexp_transform_func (regexp, transform_3); in transform_regexp()