Home
last modified time | relevance | path

Searched refs:sfinae (Results 1 – 25 of 1531) sorted by relevance

12345678910>>...62

/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/detail/
H A Dtype_traits.hpp85 static void sfinae(...);
191 static void sfinae(...);
205 static bool sfinae(C* cc,
212 static void sfinae(void*);
369 static auto sfinae(U*)
696 static auto sfinae(List* l)
792 static auto sfinae(U* f)
808 static auto sfinae(U* f)
839 static auto sfinae(U* x)
859 static auto sfinae(U*)
[all …]
/dports/devel/fatal/fatal-2021.12.27.00/fatal/type/impl/
H A Dcompilability.h25 static std::true_type sfinae(list<U, Args...> *);
28 static std::true_type sfinae(list<Args...> *);
31 static std::false_type sfinae(...);
37 static std::true_type sfinae(list<> *);
40 static std::false_type sfinae(...);
46 static std::true_type sfinae(list<U> *);
49 static std::false_type sfinae(...);
55 static std::true_type sfinae(list<U0, U1> *);
58 static std::false_type sfinae(...);
64 static std::true_type sfinae(list<U0, U1, U2> *);
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/hana/test/optional/
H A Dsfinae.cpp22 hana::sfinae(f)(), in main()
27 hana::sfinae(f)(ct_eq<0>{}), in main()
32 hana::sfinae(f)(ct_eq<0>{}, ct_eq<1>{}), in main()
37 hana::sfinae(undefined{})(), in main()
42 hana::sfinae(undefined{})(ct_eq<0>{}), in main()
47 hana::sfinae(undefined{})(ct_eq<0>{}, ct_eq<1>{}), in main()
51 auto incr = hana::sfinae([](auto x) -> decltype(x + 1) { in main()
69 hana::sfinae(undefined{})(Tracked{1}); in main()
70 hana::sfinae([t = Tracked{1}](auto) { return 1; })(Tracked{1}); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/hana/test/optional/
H A Dsfinae.cpp22 hana::sfinae(f)(), in main()
27 hana::sfinae(f)(ct_eq<0>{}), in main()
32 hana::sfinae(f)(ct_eq<0>{}, ct_eq<1>{}), in main()
37 hana::sfinae(undefined{})(), in main()
42 hana::sfinae(undefined{})(ct_eq<0>{}), in main()
47 hana::sfinae(undefined{})(ct_eq<0>{}, ct_eq<1>{}), in main()
51 auto incr = hana::sfinae([](auto x) -> decltype(x + 1) { in main()
69 hana::sfinae(undefined{})(Tracked{1}); in main()
70 hana::sfinae([t = Tracked{1}](auto) { return 1; })(Tracked{1}); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/hana/test/optional/
H A Dsfinae.cpp22 hana::sfinae(f)(), in main()
27 hana::sfinae(f)(ct_eq<0>{}), in main()
32 hana::sfinae(f)(ct_eq<0>{}, ct_eq<1>{}), in main()
37 hana::sfinae(undefined{})(), in main()
42 hana::sfinae(undefined{})(ct_eq<0>{}), in main()
47 hana::sfinae(undefined{})(ct_eq<0>{}, ct_eq<1>{}), in main()
51 auto incr = hana::sfinae([](auto x) -> decltype(x + 1) { in main()
69 hana::sfinae(undefined{})(Tracked{1}); in main()
70 hana::sfinae([t = Tracked{1}](auto) { return 1; })(Tracked{1}); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/hana/test/optional/
H A Dsfinae.cpp22 hana::sfinae(f)(), in main()
27 hana::sfinae(f)(ct_eq<0>{}), in main()
32 hana::sfinae(f)(ct_eq<0>{}, ct_eq<1>{}), in main()
37 hana::sfinae(undefined{})(), in main()
42 hana::sfinae(undefined{})(ct_eq<0>{}), in main()
47 hana::sfinae(undefined{})(ct_eq<0>{}, ct_eq<1>{}), in main()
51 auto incr = hana::sfinae([](auto x) -> decltype(x + 1) { in main()
69 hana::sfinae(undefined{})(Tracked{1}); in main()
70 hana::sfinae([t = Tracked{1}](auto) { return 1; })(Tracked{1}); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/parameter/test/
H A Doptional_deduced_sfinae.cpp32 BOOST_PARAMETER_FUNCTION((int), sfinae, tag,
43 BOOST_PARAMETER_FUNCTION((int), sfinae, tag,
56 sfinae(A0 const& a0) in sfinae() function
67 assert(sfinae() == 1); in main()
68 assert(sfinae("foo") == 1); in main()
69 assert(sfinae(1) == 0); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/parameter/test/
H A Doptional_deduced_sfinae.cpp32 BOOST_PARAMETER_FUNCTION((int), sfinae, tag,
43 BOOST_PARAMETER_FUNCTION((int), sfinae, tag,
56 sfinae(A0 const& a0) in sfinae() function
67 assert(sfinae() == 1); in main()
68 assert(sfinae("foo") == 1); in main()
69 assert(sfinae(1) == 0); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/parameter/test/
H A Doptional_deduced_sfinae.cpp32 BOOST_PARAMETER_FUNCTION((int), sfinae, tag,
43 BOOST_PARAMETER_FUNCTION((int), sfinae, tag,
56 sfinae(A0 const& a0) in sfinae() function
67 assert(sfinae() == 1); in main()
68 assert(sfinae("foo") == 1); in main()
69 assert(sfinae(1) == 0); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/parameter/test/
H A Doptional_deduced_sfinae.cpp32 BOOST_PARAMETER_FUNCTION((int), sfinae, tag,
43 BOOST_PARAMETER_FUNCTION((int), sfinae, tag,
56 sfinae(A0 const& a0) in sfinae() function
67 assert(sfinae() == 1); in main()
68 assert(sfinae("foo") == 1); in main()
69 assert(sfinae(1) == 0); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/parameter/test/
H A Doptional_deduced_sfinae.cpp32 BOOST_PARAMETER_FUNCTION((int), sfinae, tag,
43 BOOST_PARAMETER_FUNCTION((int), sfinae, tag,
56 sfinae(A0 const& a0) in sfinae() function
67 assert(sfinae() == 1); in main()
68 assert(sfinae("foo") == 1); in main()
69 assert(sfinae(1) == 0); in main()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C65 int& sfinae(constant<T, T::Green>*);
67 float& sfinae(void*);
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
72 int& test2 = sfinae((constant<Color2, Color2::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
74 int& test4 = sfinae((constant<Color, Green>*)0); in sfinae_test()
75 float& test5 = sfinae((constant<Color, Red>*)0); in sfinae_test()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C65 int& sfinae(constant<T, T::Green>*);
67 float& sfinae(void*);
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
72 int& test2 = sfinae((constant<Color2, Color2::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
74 int& test4 = sfinae((constant<Color, Green>*)0); in sfinae_test()
75 float& test5 = sfinae((constant<Color, Red>*)0); in sfinae_test()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C65 int& sfinae(constant<T, T::Green>*);
67 float& sfinae(void*);
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
72 int& test2 = sfinae((constant<Color2, Color2::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
74 int& test4 = sfinae((constant<Color, Green>*)0); in sfinae_test()
75 float& test5 = sfinae((constant<Color, Red>*)0); in sfinae_test()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C65 int& sfinae(constant<T, T::Green>*);
67 float& sfinae(void*);
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
72 int& test2 = sfinae((constant<Color2, Color2::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
74 int& test4 = sfinae((constant<Color, Green>*)0); in sfinae_test()
75 float& test5 = sfinae((constant<Color, Red>*)0); in sfinae_test()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C65 int& sfinae(constant<T, T::Green>*);
67 float& sfinae(void*);
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
72 int& test2 = sfinae((constant<Color2, Color2::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
74 int& test4 = sfinae((constant<Color, Green>*)0); in sfinae_test()
75 float& test5 = sfinae((constant<Color, Red>*)0); in sfinae_test()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C65 int& sfinae(constant<T, T::Green>*);
67 float& sfinae(void*);
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
72 int& test2 = sfinae((constant<Color2, Color2::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
74 int& test4 = sfinae((constant<Color, Green>*)0); in sfinae_test()
75 float& test5 = sfinae((constant<Color, Red>*)0); in sfinae_test()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C65 int& sfinae(constant<T, T::Green>*);
67 float& sfinae(void*);
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
72 int& test2 = sfinae((constant<Color2, Color2::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
74 int& test4 = sfinae((constant<Color, Green>*)0); in sfinae_test()
75 float& test5 = sfinae((constant<Color, Red>*)0); in sfinae_test()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C65 int& sfinae(constant<T, T::Green>*);
67 float& sfinae(void*);
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
72 int& test2 = sfinae((constant<Color2, Color2::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
74 int& test4 = sfinae((constant<Color, Green>*)0); in sfinae_test()
75 float& test5 = sfinae((constant<Color, Red>*)0); in sfinae_test()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C65 int& sfinae(constant<T, T::Green>*);
67 float& sfinae(void*);
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
72 int& test2 = sfinae((constant<Color2, Color2::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
74 int& test4 = sfinae((constant<Color, Green>*)0); in sfinae_test()
75 float& test5 = sfinae((constant<Color, Red>*)0); in sfinae_test()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C65 int& sfinae(constant<T, T::Green>*);
67 float& sfinae(void*);
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
72 int& test2 = sfinae((constant<Color2, Color2::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
74 int& test4 = sfinae((constant<Color, Green>*)0); in sfinae_test()
75 float& test5 = sfinae((constant<Color, Red>*)0); in sfinae_test()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C65 int& sfinae(constant<T, T::Green>*);
67 float& sfinae(void*);
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
72 int& test2 = sfinae((constant<Color2, Color2::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
74 int& test4 = sfinae((constant<Color, Green>*)0); in sfinae_test()
75 float& test5 = sfinae((constant<Color, Red>*)0); in sfinae_test()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C65 int& sfinae(constant<T, T::Green>*);
67 float& sfinae(void*);
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
72 int& test2 = sfinae((constant<Color2, Color2::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
74 int& test4 = sfinae((constant<Color, Green>*)0); in sfinae_test()
75 float& test5 = sfinae((constant<Color, Red>*)0); in sfinae_test()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C65 int& sfinae(constant<T, T::Green>*);
67 float& sfinae(void*);
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
72 int& test2 = sfinae((constant<Color2, Color2::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
74 int& test4 = sfinae((constant<Color, Green>*)0); in sfinae_test()
75 float& test5 = sfinae((constant<Color, Red>*)0); in sfinae_test()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C65 int& sfinae(constant<T, T::Green>*);
67 float& sfinae(void*);
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
72 int& test2 = sfinae((constant<Color2, Color2::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
74 int& test4 = sfinae((constant<Color, Green>*)0); in sfinae_test()
75 float& test5 = sfinae((constant<Color, Red>*)0); in sfinae_test()

12345678910>>...62