Home
last modified time | relevance | path

Searched refs:foo3c (Results 1 – 25 of 81) sorted by relevance

1234

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/
H A Dopover3.d93 static Foo3c opCall(int n, int m){ Foo3c foo3c; return foo3c; } in test3c() local
97 Foo3c foo3c; in test3c() local
102 assert(foo3c(1,2) == Foo3c.init); // static opCall from instance in test3c()
103 assert(foo3c(1) == 0); // instance opCall in test3c()
104 static assert(!__traits(compiles, foo3c())); in test3c()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable/
H A Dopover3.d93 static Foo3c opCall(int n, int m){ Foo3c foo3c; return foo3c; } in test3c() local
97 Foo3c foo3c; in test3c() local
102 assert(foo3c(1,2) == Foo3c.init); // static opCall from instance in test3c()
103 assert(foo3c(1) == 0); // instance opCall in test3c()
104 static assert(!__traits(compiles, foo3c())); in test3c()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dopover3.d93 static Foo3c opCall(int n, int m){ Foo3c foo3c; return foo3c; } in test3c() local
97 Foo3c foo3c; in test3c() local
102 assert(foo3c(1,2) == Foo3c.init); // static opCall from instance in test3c()
103 assert(foo3c(1) == 0); // instance opCall in test3c()
104 static assert(!__traits(compiles, foo3c())); in test3c()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/runnable/
H A Dopover3.d93 static Foo3c opCall(int n, int m){ Foo3c foo3c; return foo3c; } in test3c() local
97 Foo3c foo3c; in test3c() local
102 assert(foo3c(1,2) == Foo3c.init); // static opCall from instance in test3c()
103 assert(foo3c(1) == 0); // instance opCall in test3c()
104 static assert(!__traits(compiles, foo3c())); in test3c()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/
H A Dopover3.d93 static Foo3c opCall(int n, int m){ Foo3c foo3c; return foo3c; } in test3c() local
97 Foo3c foo3c; in test3c() local
102 assert(foo3c(1,2) == Foo3c.init); // static opCall from instance in test3c()
103 assert(foo3c(1) == 0); // instance opCall in test3c()
104 static assert(!__traits(compiles, foo3c())); in test3c()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/runnable/
H A Dopover3.d93 static Foo3c opCall(int n, int m){ Foo3c foo3c; return foo3c; } in test3c() local
97 Foo3c foo3c; in test3c() local
102 assert(foo3c(1,2) == Foo3c.init); // static opCall from instance in test3c()
103 assert(foo3c(1) == 0); // instance opCall in test3c()
104 static assert(!__traits(compiles, foo3c())); in test3c()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dopover3.d93 static Foo3c opCall(int n, int m){ Foo3c foo3c; return foo3c; } in test3c() local
97 Foo3c foo3c; in test3c() local
102 assert(foo3c(1,2) == Foo3c.init); // static opCall from instance in test3c()
103 assert(foo3c(1) == 0); // instance opCall in test3c()
104 static assert(!__traits(compiles, foo3c())); in test3c()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/runnable/
H A Dopover3.d93 static Foo3c opCall(int n, int m){ Foo3c foo3c; return foo3c; } in test3c() local
97 Foo3c foo3c; in test3c() local
102 assert(foo3c(1,2) == Foo3c.init); // static opCall from instance in test3c()
103 assert(foo3c(1) == 0); // instance opCall in test3c()
104 static assert(!__traits(compiles, foo3c())); in test3c()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/runnable/
H A Dopover3.d93 static Foo3c opCall(int n, int m){ Foo3c foo3c; return foo3c; } in test3c() local
97 Foo3c foo3c; in test3c() local
102 assert(foo3c(1,2) == Foo3c.init); // static opCall from instance in test3c()
103 assert(foo3c(1) == 0); // instance opCall in test3c()
104 static assert(!__traits(compiles, foo3c())); in test3c()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/runnable/
H A Dopover3.d93 static Foo3c opCall(int n, int m){ Foo3c foo3c; return foo3c; } in test3c() local
97 Foo3c foo3c; in test3c() local
102 assert(foo3c(1,2) == Foo3c.init); // static opCall from instance in test3c()
103 assert(foo3c(1) == 0); // instance opCall in test3c()
104 static assert(!__traits(compiles, foo3c())); in test3c()
/dports/devel/cmake-gui/cmake-3.22.1/Tests/Dependency/Case2/
H A Dfoo2c.c1 extern int foo3c(void);
4 return foo3c(); in foo2c()
/dports/devel/cmake/cmake-3.22.1/Tests/Dependency/Case2/
H A Dfoo2c.c1 extern int foo3c(void);
4 return foo3c(); in foo2c()
/dports/devel/cmake-doc/cmake-3.22.1/Tests/Dependency/Case2/
H A Dfoo2c.c1 extern int foo3c(void);
4 return foo3c(); in foo2c()
/dports/devel/boost-docs/boost_1_72_0/libs/lambda/test/
H A Dmember_pointer_test.cpp38 int foo3c(int y, int x, int z) const { return y + x + z + mem; } in foo3c() function
95 BOOST_CHECK( (_1 ->* &my_struct::foo3c)(y)(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
97 BOOST_CHECK( (y ->* _1)(make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
99 BOOST_CHECK( (_1 ->* _2)(y, make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
/dports/devel/boost-docs/boost_1_72_0/libs/phoenix/test/bll_compatibility/
H A Dmember_pointer_test.cpp38 int foo3c(int y, int x, int z) const { return y + x + z + mem; } in foo3c() function
95 BOOST_CHECK( (_1 ->* &my_struct::foo3c)(y)(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
97 BOOST_CHECK( (y ->* _1)(make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
99 BOOST_CHECK( (_1 ->* _2)(y, make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
/dports/devel/boost-python-libs/boost_1_72_0/libs/lambda/test/
H A Dmember_pointer_test.cpp38 int foo3c(int y, int x, int z) const { return y + x + z + mem; } in foo3c() function
95 BOOST_CHECK( (_1 ->* &my_struct::foo3c)(y)(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
97 BOOST_CHECK( (y ->* _1)(make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
99 BOOST_CHECK( (_1 ->* _2)(y, make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
/dports/devel/boost-python-libs/boost_1_72_0/libs/phoenix/test/bll_compatibility/
H A Dmember_pointer_test.cpp38 int foo3c(int y, int x, int z) const { return y + x + z + mem; } in foo3c() function
95 BOOST_CHECK( (_1 ->* &my_struct::foo3c)(y)(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
97 BOOST_CHECK( (y ->* _1)(make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
99 BOOST_CHECK( (_1 ->* _2)(y, make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/phoenix/test/bll_compatibility/
H A Dmember_pointer_test.cpp38 int foo3c(int y, int x, int z) const { return y + x + z + mem; } in foo3c() function
95 BOOST_CHECK( (_1 ->* &my_struct::foo3c)(y)(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
97 BOOST_CHECK( (y ->* _1)(make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
99 BOOST_CHECK( (_1 ->* _2)(y, make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/lambda/test/
H A Dmember_pointer_test.cpp38 int foo3c(int y, int x, int z) const { return y + x + z + mem; } in foo3c() function
95 BOOST_CHECK( (_1 ->* &my_struct::foo3c)(y)(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
97 BOOST_CHECK( (y ->* _1)(make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
99 BOOST_CHECK( (_1 ->* _2)(y, make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/phoenix/test/bll_compatibility/
H A Dmember_pointer_test.cpp38 int foo3c(int y, int x, int z) const { return y + x + z + mem; } in foo3c() function
95 BOOST_CHECK( (_1 ->* &my_struct::foo3c)(y)(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
97 BOOST_CHECK( (y ->* _1)(make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
99 BOOST_CHECK( (_1 ->* _2)(y, make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
/dports/databases/percona57-server/boost_1_59_0/libs/lambda/test/
H A Dmember_pointer_test.cpp38 int foo3c(int y, int x, int z) const { return y + x + z + mem; } in foo3c() function
95 BOOST_CHECK( (_1 ->* &my_struct::foo3c)(y)(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
97 BOOST_CHECK( (y ->* _1)(make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
99 BOOST_CHECK( (_1 ->* _2)(y, make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
/dports/databases/percona57-server/boost_1_59_0/libs/phoenix/test/bll_compatibility/
H A Dmember_pointer_test.cpp38 int foo3c(int y, int x, int z) const { return y + x + z + mem; } in foo3c() function
95 BOOST_CHECK( (_1 ->* &my_struct::foo3c)(y)(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
97 BOOST_CHECK( (y ->* _1)(make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
99 BOOST_CHECK( (_1 ->* _2)(y, make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
/dports/databases/xtrabackup/boost_1_59_0/libs/phoenix/test/bll_compatibility/
H A Dmember_pointer_test.cpp38 int foo3c(int y, int x, int z) const { return y + x + z + mem; } in foo3c() function
95 BOOST_CHECK( (_1 ->* &my_struct::foo3c)(y)(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
97 BOOST_CHECK( (y ->* _1)(make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
99 BOOST_CHECK( (_1 ->* _2)(y, make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
/dports/databases/xtrabackup/boost_1_59_0/libs/lambda/test/
H A Dmember_pointer_test.cpp38 int foo3c(int y, int x, int z) const { return y + x + z + mem; } in foo3c() function
95 BOOST_CHECK( (_1 ->* &my_struct::foo3c)(y)(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
97 BOOST_CHECK( (y ->* _1)(make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
99 BOOST_CHECK( (_1 ->* _2)(y, make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
/dports/databases/percona57-client/boost_1_59_0/libs/lambda/test/
H A Dmember_pointer_test.cpp38 int foo3c(int y, int x, int z) const { return y + x + z + mem; } in foo3c() function
95 BOOST_CHECK( (_1 ->* &my_struct::foo3c)(y)(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
97 BOOST_CHECK( (y ->* _1)(make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()
99 BOOST_CHECK( (_1 ->* _2)(y, make_const(&my_struct::foo3c))(1,2,3) == (y->mem+1+2+3)); in pointer_to_member_function_tests()

1234