Home
last modified time | relevance | path

Searched refs:opApply (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/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
H A Dfail6889.d35 Aggr().opApply((int i){ in test_success()
74 Aggr().opApply((int i){ in test_failure()
119 Aggr().opApply((int i){ in test_exit()
130 struct Aggr { int opApply(int delegate(int) dg) { return dg(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
H A Dfail6889.d35 Aggr().opApply((int i){ in test_success()
74 Aggr().opApply((int i){ in test_failure()
119 Aggr().opApply((int i){ in test_exit()
130 struct Aggr { int opApply(int delegate(int) dg) { return dg(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
H A Dfail6889.d35 Aggr().opApply((int i){ in test_success()
74 Aggr().opApply((int i){ in test_failure()
119 Aggr().opApply((int i){ in test_exit()
130 struct Aggr { int opApply(int delegate(int) dg) { return dg(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
H A Dfail6889.d35 Aggr().opApply((int i){ in test_success()
74 Aggr().opApply((int i){ in test_failure()
119 Aggr().opApply((int i){ in test_exit()
130 struct Aggr { int opApply(int delegate(int) dg) { return dg(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
H A Dfail6889.d35 Aggr().opApply((int i){ in test_success()
74 Aggr().opApply((int i){ in test_failure()
119 Aggr().opApply((int i){ in test_exit()
130 struct Aggr { int opApply(int delegate(int) dg) { return dg(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
H A Dfail6889.d35 Aggr().opApply((int i){ in test_success()
74 Aggr().opApply((int i){ in test_failure()
119 Aggr().opApply((int i){ in test_exit()
130 struct Aggr { int opApply(int delegate(int) dg) { return dg(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
H A Dfail6889.d35 Aggr().opApply((int i){ in test_success()
74 Aggr().opApply((int i){ in test_failure()
119 Aggr().opApply((int i){ in test_exit()
130 struct Aggr { int opApply(int delegate(int) dg) { return dg(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
H A Dfail6889.d35 Aggr().opApply((int i){ in test_success()
74 Aggr().opApply((int i){ in test_failure()
119 Aggr().opApply((int i){ in test_exit()
130 struct Aggr { int opApply(int delegate(int) dg) { return dg(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
H A Dfail6889.d35 Aggr().opApply((int i){ in test_success()
74 Aggr().opApply((int i){ in test_failure()
119 Aggr().opApply((int i){ in test_exit()
130 struct Aggr { int opApply(int delegate(int) dg) { return dg(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
H A Dfail6889.d35 Aggr().opApply((int i){ in test_success()
74 Aggr().opApply((int i){ in test_failure()
119 Aggr().opApply((int i){ in test_exit()
130 struct Aggr { int opApply(int delegate(int) dg) { return dg(0); } } in opApply() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/
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
39 f.opApply(&dgsafe); in test()
41 f.opApply(&dgsystem); in test()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable/
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
111 int opApply(int delegate(ref int v) dg) const { return 0; } in test2442()
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
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
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
124 int opApply(int delegate(ref int v) dg) const { return 0; } in test2442()
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
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/runnable/
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
111 int opApply(int delegate(ref int v) dg) const { return 0; } in test2442()
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
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/
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
111 int opApply(int delegate(ref int v) dg) const { return 0; } in test2442()
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
[all …]

12345678910>>...20