Home
last modified time | relevance | path

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

123

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dgenautomata.c366 static regexp_t regexp_transform_func
5245 regexp_transform_func (regexp_t regexp, regexp_t (*func) (regexp_t regexp)) in regexp_transform_func() function
5254 = regexp_transform_func (REGEXP_SEQUENCE (regexp)->regexps [i], in regexp_transform_func()
5261 = regexp_transform_func (REGEXP_ALLOF (regexp)->regexps [i], func); in regexp_transform_func()
5267 = regexp_transform_func (REGEXP_ONEOF (regexp)->regexps [i], func); in regexp_transform_func()
5272 = regexp_transform_func (REGEXP_REPEAT (regexp)->regexp, func); in regexp_transform_func()
5290 regexp = regexp_transform_func (regexp, transform_1); in transform_regexp()
5294 regexp = regexp_transform_func (regexp, transform_2); in transform_regexp()
5295 regexp = regexp_transform_func (regexp, transform_3); in transform_regexp()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgenautomata.c365 static regexp_t regexp_transform_func
5226 regexp_transform_func (regexp_t regexp, regexp_t (*func) (regexp_t regexp)) in regexp_transform_func() function
5233 = regexp_transform_func (REGEXP_SEQUENCE (regexp)->regexps [i], func); in regexp_transform_func()
5237 = regexp_transform_func (REGEXP_ALLOF (regexp)->regexps [i], func); in regexp_transform_func()
5241 = regexp_transform_func (REGEXP_ONEOF (regexp)->regexps [i], func); in regexp_transform_func()
5244 = regexp_transform_func (REGEXP_REPEAT (regexp)->regexp, func); in regexp_transform_func()
5255 regexp = regexp_transform_func (regexp, transform_1); in transform_regexp()
5259 regexp = regexp_transform_func (regexp, transform_2); in transform_regexp()
5260 regexp = regexp_transform_func (regexp, transform_3); in transform_regexp()
H A DChangeLog.7842 (regexp_transform_func, transform_insn_regexps,
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgenautomata.c365 static regexp_t regexp_transform_func
5226 regexp_transform_func (regexp_t regexp, regexp_t (*func) (regexp_t regexp)) in regexp_transform_func() function
5233 = regexp_transform_func (REGEXP_SEQUENCE (regexp)->regexps [i], func); in regexp_transform_func()
5237 = regexp_transform_func (REGEXP_ALLOF (regexp)->regexps [i], func); in regexp_transform_func()
5241 = regexp_transform_func (REGEXP_ONEOF (regexp)->regexps [i], func); in regexp_transform_func()
5244 = regexp_transform_func (REGEXP_REPEAT (regexp)->regexp, func); in regexp_transform_func()
5255 regexp = regexp_transform_func (regexp, transform_1); in transform_regexp()
5259 regexp = regexp_transform_func (regexp, transform_2); in transform_regexp()
5260 regexp = regexp_transform_func (regexp, transform_3); in transform_regexp()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.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()
/dports/lang/gcc12-devel/gcc-12-20211205/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()
/dports/lang/gcc9/gcc-9.4.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()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgenautomata.c4930 regexp_transform_func (regexp_t regexp, regexp_t (*func) (regexp_t regexp)) in regexp_transform_func() function
4939 = regexp_transform_func (REGEXP_SEQUENCE (regexp)->regexps [i], in regexp_transform_func()
4946 = regexp_transform_func (REGEXP_ALLOF (regexp)->regexps [i], func); in regexp_transform_func()
4952 = regexp_transform_func (REGEXP_ONEOF (regexp)->regexps [i], func); in regexp_transform_func()
4957 = regexp_transform_func (REGEXP_REPEAT (regexp)->regexp, func); in regexp_transform_func()
4975 regexp = regexp_transform_func (regexp, transform_1); in transform_regexp()
4979 regexp = regexp_transform_func (regexp, transform_2); in transform_regexp()
4980 regexp = regexp_transform_func (regexp, transform_3); in transform_regexp()
/dports/lang/gnat_util/gcc-6-20180516/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()
/dports/devel/avr-gcc/gcc-10.2.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()
/dports/devel/riscv64-gcc/gcc-8.3.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()
/dports/lang/gcc11-devel/gcc-11-20211009/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()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgenautomata.c4928 regexp_transform_func (regexp_t regexp, regexp_t (*func) (regexp_t regexp)) in regexp_transform_func() function
4937 = regexp_transform_func (REGEXP_SEQUENCE (regexp)->regexps [i], in regexp_transform_func()
4944 = regexp_transform_func (REGEXP_ALLOF (regexp)->regexps [i], func); in regexp_transform_func()
4950 = regexp_transform_func (REGEXP_ONEOF (regexp)->regexps [i], func); in regexp_transform_func()
4955 = regexp_transform_func (REGEXP_REPEAT (regexp)->regexp, func); in regexp_transform_func()
4973 regexp = regexp_transform_func (regexp, transform_1); in transform_regexp()
4977 regexp = regexp_transform_func (regexp, transform_2); in transform_regexp()
4978 regexp = regexp_transform_func (regexp, transform_3); in transform_regexp()
/dports/lang/gcc10-devel/gcc-10-20211008/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()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.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()
/dports/lang/gcc11/gcc-11.2.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()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.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()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.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()
/dports/lang/gcc9-aux/gcc-9.1.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()
/dports/misc/cxx_atomics_pic/gcc-11.2.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()
/dports/lang/gcc10/gcc-10.3.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()
/dports/lang/gcc9-devel/gcc-9-20211007/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()
/dports/lang/gcc8/gcc-8.5.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()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgenautomata.c4928 regexp_transform_func (regexp_t regexp, regexp_t (*func) (regexp_t regexp)) in regexp_transform_func() function
4937 = regexp_transform_func (REGEXP_SEQUENCE (regexp)->regexps [i], in regexp_transform_func()
4944 = regexp_transform_func (REGEXP_ALLOF (regexp)->regexps [i], func); in regexp_transform_func()
4950 = regexp_transform_func (REGEXP_ONEOF (regexp)->regexps [i], func); in regexp_transform_func()
4955 = regexp_transform_func (REGEXP_REPEAT (regexp)->regexp, func); in regexp_transform_func()
4973 regexp = regexp_transform_func (regexp, transform_1); in transform_regexp()
4977 regexp = regexp_transform_func (regexp, transform_2); in transform_regexp()
4978 regexp = regexp_transform_func (regexp, transform_3); in transform_regexp()
/dports/lang/gcc6-aux/gcc-6-20180516/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()

123