Home
last modified time | relevance | path

Searched refs:tuple1 (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C2 template<typename... Args> struct tuple1 { }; struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > {
15 int same0[same_tuple_args<tuple1<>, tuple2<> >::value? 1 : -1];
16 int same1[same_tuple_args<tuple1<int>, tuple2<int> >::value? 1 : -1];
17 int same2[same_tuple_args<tuple1<float, int>, tuple2<float, int> >::value? 1 : -1];
18 int diff0[!same_tuple_args<tuple1<>, tuple2<int> >::value? 1 : -1];
19 int diff1[!same_tuple_args<tuple1<int, float>, tuple2<float, int> >::value? 1 : -1];
/dports/math/vtk9/VTK-9.1.0/Common/Core/Testing/Cxx/
H A DExampleDataArrayRangeAPI.cxx246 for (ComponentReferenceType component : tuple1) in TestTupleRangeAPI()
250 for (ConstComponentReferenceType component : tuple1) in TestTupleRangeAPI()
254 for (ComponentType component : tuple1) in TestTupleRangeAPI()
274 assert(tuple1 != tuple3); in TestTupleRangeAPI()
281 tuple1.size(); // Returns number of components in tuple. in TestTupleRangeAPI()
286 tuple1.SetTuple(vec.data()); // Copy values from vec into tuple2 in TestTupleRangeAPI()
289 ComponentIteratorType compIter = tuple1.begin(); in TestTupleRangeAPI()
290 ComponentIteratorType compEnd = tuple1.end(); in TestTupleRangeAPI()
291 ConstComponentIteratorType constCompIter = tuple1.cbegin(); in TestTupleRangeAPI()
292 ConstComponentIteratorType constCompEnd = tuple1.cend(); in TestTupleRangeAPI()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/small_SUITE_data/results/
H A Dtuple12 tuple1.erl:13: Function t1/2 has no local return
3 tuple1.erl:14: The call lists:mapfoldl(fun((_,_) -> 'a' | 'b'),X::any(),List::nonempty_maybe_improp…
4 tuple1.erl:19: Function t3/2 has no local return
5 tuple1.erl:20: The call lists:mapfoldl(fun((_) -> 1),X::any(),List::nonempty_maybe_improper_list())…
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/small_SUITE_data/results/
H A Dtuple12 tuple1.erl:13: Function t1/2 has no local return
3 tuple1.erl:14: The call lists:mapfoldl(fun((_,_) -> 'a' | 'b'),X::any(),List::nonempty_maybe_improp…
4 tuple1.erl:19: Function t3/2 has no local return
5 tuple1.erl:20: The call lists:mapfoldl(fun((_) -> 1),X::any(),List::nonempty_maybe_improper_list())…
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/results/
H A Dtuple12 tuple1.erl:13:1: Function t1/2 has no local return
3 tuple1.erl:14:3: The call lists:mapfoldl(fun((_,_) -> 'a' | 'b'),X::any(),List::nonempty_maybe_impr…
4 tuple1.erl:19:1: Function t3/2 has no local return
5 tuple1.erl:20:18: The call lists:mapfoldl(fun((_) -> 1),X::any(),List::nonempty_maybe_improper_list…

12345678910>>...19