Home
last modified time | relevance | path

Searched defs:opApply (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/
H A Dforeach5.d91 int opApply(int delegate(ref const(int) v) dg) const { return 0; } in test2442() function
92 int opApply(int delegate(ref int v) dg) { return 0; } in test2442() function
101 int opApply(int delegate(ref int v) dg) { return 0; } in test2442() function
102 int opApply(int delegate(ref long v) dg) { return 0; } in test2442() function
110 int opApply(int delegate(ref int v) dg) const { return 0; } in test2442() function
111 int opApply(int delegate(ref int v) dg) shared const { return 0; } in test2442() function
159 int opApply(int delegate(size_t i, ref int v) dg) in opApply() function
185 int opApply(int delegate(ref Object) a) in opApply() function
H A Dtest15624.d8 int opApply(int delegate(int, string, string) @safe dg) @safe { in opApply() function
12 int opApply(int delegate(int, string, string) @system dg) @system { in opApply() function
H A Dforeach.d176 int opApply(int delegate(ref Thing5 thing) dg) in opApply() function
260 int opApply(int delegate(ref int a, ref int b, ref int c) dg) in opApply() function
299 int opApply(int delegate(ref int a)) { return 0; } in opApply() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag12432.d35 int opApply(int function(int)) { return 0; } in opApply() function
40 int opApply(int delegate(int)) { return 0; } in opApply() function
45 int opApply(int function(int, float)) { return 0; } in opApply() function
50 int opApply(int delegate(int, float)) { return 0; } in opApply() function
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag12432.d35 int opApply(int function(int)) { return 0; } in opApply() function
40 int opApply(int delegate(int)) { return 0; } in opApply() function
45 int opApply(int function(int, float)) { return 0; } in opApply() function
50 int opApply(int delegate(int, float)) { return 0; } in opApply() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag12432.d35 int opApply(int function(int)) { return 0; } in opApply() function
40 int opApply(int delegate(int)) { return 0; } in opApply() function
45 int opApply(int function(int, float)) { return 0; } in opApply() function
50 int opApply(int delegate(int, float)) { return 0; } in opApply() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag12432.d35 int opApply(int function(int)) { return 0; } in opApply() function
40 int opApply(int delegate(int)) { return 0; } in opApply() function
45 int opApply(int function(int, float)) { return 0; } in opApply() function
50 int opApply(int delegate(int, float)) { return 0; } in opApply() function
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag12432.d35 int opApply(int function(int)) { return 0; } in opApply() function
40 int opApply(int delegate(int)) { return 0; } in opApply() function
45 int opApply(int function(int, float)) { return 0; } in opApply() function
50 int opApply(int delegate(int, float)) { return 0; } in opApply() function
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag12432.d35 int opApply(int function(int)) { return 0; } in opApply() function
40 int opApply(int delegate(int)) { return 0; } in opApply() function
45 int opApply(int function(int, float)) { return 0; } in opApply() function
50 int opApply(int delegate(int, float)) { return 0; } in opApply() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag12432.d35 int opApply(int function(int)) { return 0; } in opApply() function
40 int opApply(int delegate(int)) { return 0; } in opApply() function
45 int opApply(int function(int, float)) { return 0; } in opApply() function
50 int opApply(int delegate(int, float)) { return 0; } in opApply() function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag12432.d35 int opApply(int function(int)) { return 0; } in opApply() function
40 int opApply(int delegate(int)) { return 0; } in opApply() function
45 int opApply(int function(int, float)) { return 0; } in opApply() function
50 int opApply(int delegate(int, float)) { return 0; } in opApply() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag12432.d35 int opApply(int function(int)) { return 0; } in opApply() function
40 int opApply(int delegate(int)) { return 0; } in opApply() function
45 int opApply(int function(int, float)) { return 0; } in opApply() function
50 int opApply(int delegate(int, float)) { return 0; } in opApply() function
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag12432.d35 int opApply(int function(int)) { return 0; } in opApply() function
40 int opApply(int delegate(int)) { return 0; } in opApply() function
45 int opApply(int function(int, float)) { return 0; } in opApply() function
50 int opApply(int delegate(int, float)) { return 0; } in opApply() function
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable/
H A Dforeach.d157 int opApply(int delegate(ref Thing5 thing) dg) in opApply() function
231 int opApply(int delegate(ref int a, ref int b, ref int c) dg) in opApply() function
270 int opApply(int delegate(ref int a)) { return 0; } in opApply() function
H A Dforeach5.d75 int opApply(int delegate(ref const(int) v) dg) const { return 0; } in test2442() function
76 int opApply(int delegate(ref int v) dg) { return 0; } in test2442() function
85 int opApply(int delegate(ref int v) dg) { return 0; } in test2442() function
86 int opApply(int delegate(ref long v) dg) { return 0; } in test2442() function
94 int opApply(int delegate(ref int v) dg) const { return 0; } in test2442() function
95 int opApply(int delegate(ref int v) dg) shared const { return 0; } in test2442() function
143 int opApply(int delegate(size_t i, ref int v) dg) in opApply() function
169 int opApply(int delegate(ref Object) a) in opApply() function
610 int opApply(int delegate(ref int) dg) in opApply() function
940 int opApply(int delegate(ref int) nothrow dg) in opApply() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dforeach.d157 int opApply(int delegate(ref Thing5 thing) dg) in opApply() function
231 int opApply(int delegate(ref int a, ref int b, ref int c) dg) in opApply() function
270 int opApply(int delegate(ref int a)) { return 0; } in opApply() function
H A Dforeach5.d88 int opApply(int delegate(ref const(int) v) dg) const { return 0; } in test2442() function
89 int opApply(int delegate(ref int v) dg) { return 0; } in test2442() function
98 int opApply(int delegate(ref int v) dg) { return 0; } in test2442() function
99 int opApply(int delegate(ref long v) dg) { return 0; } in test2442() function
107 int opApply(int delegate(ref int v) dg) const { return 0; } in test2442() function
108 int opApply(int delegate(ref int v) dg) shared const { return 0; } in test2442() function
156 int opApply(int delegate(size_t i, ref int v) dg) in opApply() function
182 int opApply(int delegate(ref Object) a) in opApply() function
623 int opApply(int delegate(ref int) dg) in opApply() function
953 int opApply(int delegate(ref int) nothrow dg) in opApply() function
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/runnable/
H A Dforeach.d157 int opApply(int delegate(ref Thing5 thing) dg) in opApply() function
231 int opApply(int delegate(ref int a, ref int b, ref int c) dg) in opApply() function
270 int opApply(int delegate(ref int a)) { return 0; } in opApply() function
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/
H A Dforeach.d157 int opApply(int delegate(ref Thing5 thing) dg) in opApply() function
231 int opApply(int delegate(ref int a, ref int b, ref int c) dg) in opApply() function
270 int opApply(int delegate(ref int a)) { return 0; } in opApply() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/runnable/
H A Dforeach.d157 int opApply(int delegate(ref Thing5 thing) dg) in opApply() function
231 int opApply(int delegate(ref int a, ref int b, ref int c) dg) in opApply() function
270 int opApply(int delegate(ref int a)) { return 0; } in opApply() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dforeach.d157 int opApply(int delegate(ref Thing5 thing) dg) in opApply() function
231 int opApply(int delegate(ref int a, ref int b, ref int c) dg) in opApply() function
270 int opApply(int delegate(ref int a)) { return 0; } in opApply() function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/runnable/
H A Dforeach.d157 int opApply(int delegate(ref Thing5 thing) dg) in opApply() function
231 int opApply(int delegate(ref int a, ref int b, ref int c) dg) in opApply() function
270 int opApply(int delegate(ref int a)) { return 0; } in opApply() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/runnable/
H A Dforeach.d157 int opApply(int delegate(ref Thing5 thing) dg) in opApply() function
231 int opApply(int delegate(ref int a, ref int b, ref int c) dg) in opApply() function
270 int opApply(int delegate(ref int a)) { return 0; } in opApply() function
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/runnable/
H A Dforeach.d157 int opApply(int delegate(ref Thing5 thing) dg) in opApply() function
231 int opApply(int delegate(ref int a, ref int b, ref int c) dg) in opApply() function
270 int opApply(int delegate(ref int a)) { return 0; } in opApply() function
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/ada/acats/tests/c3/
H A Dc35a07a.ada71 FAILED ("MIDDLE_M3'FIRST /= 0.0");
80 IF LIKE_DURATION_M23'FIRST /= IDENT_INT (1) * (-86_400.0) THEN

12345678910>>...13