Home
last modified time | relevance | path

Searched refs:same_tuple_args (Results 1 – 21 of 21) sorted by relevance

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic13.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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.C6 struct same_tuple_args { struct
11 struct same_tuple_args<tuple1<Args...>, tuple2<Args...> > { argument
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];