Home
last modified time | relevance | path

Searched refs:all_same (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-52.C8 struct all_same { static constexpr bool value = true; };
10 struct all_same<T, T, Rest...> : all_same<T, Rest...> {};
12 struct all_same<T, U, Rest...> { static constexpr bool value = false; };
19 return all_same<ValueType<I>, ValueType<decltype(i++)>>::value;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-52.C8 struct all_same { static constexpr bool value = true; };
10 struct all_same<T, T, Rest...> : all_same<T, Rest...> {};
12 struct all_same<T, U, Rest...> { static constexpr bool value = false; };
19 return all_same<ValueType<I>, ValueType<decltype(i++)>>::value;
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-52.C8 struct all_same { static constexpr bool value = true; };
10 struct all_same<T, T, Rest...> : all_same<T, Rest...> {};
12 struct all_same<T, U, Rest...> { static constexpr bool value = false; };
19 return all_same<ValueType<I>, ValueType<decltype(i++)>>::value;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-52.C8 struct all_same { static constexpr bool value = true; };
10 struct all_same<T, T, Rest...> : all_same<T, Rest...> {};
12 struct all_same<T, U, Rest...> { static constexpr bool value = false; };
19 return all_same<ValueType<I>, ValueType<decltype(i++)>>::value;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-52.C8 struct all_same { static constexpr bool value = true; };
10 struct all_same<T, T, Rest...> : all_same<T, Rest...> {};
12 struct all_same<T, U, Rest...> { static constexpr bool value = false; };
19 return all_same<ValueType<I>, ValueType<decltype(i++)>>::value;
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-52.C8 struct all_same { static constexpr bool value = true; };
10 struct all_same<T, T, Rest...> : all_same<T, Rest...> {};
12 struct all_same<T, U, Rest...> { static constexpr bool value = false; };
19 return all_same<ValueType<I>, ValueType<decltype(i++)>>::value;
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-52.C8 struct all_same { static constexpr bool value = true; };
10 struct all_same<T, T, Rest...> : all_same<T, Rest...> {}; in m_fn1()
12 struct all_same<T, U, Rest...> { static constexpr bool value = false; };
19 return all_same<ValueType<I>, ValueType<decltype(i++)>>::value;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-52.C8 struct all_same { static constexpr bool value = true; };
10 struct all_same<T, T, Rest...> : all_same<T, Rest...> {};
12 struct all_same<T, U, Rest...> { static constexpr bool value = false; };
19 return all_same<ValueType<I>, ValueType<decltype(i++)>>::value;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-52.C8 struct all_same { static constexpr bool value = true; };
10 struct all_same<T, T, Rest...> : all_same<T, Rest...> {};
12 struct all_same<T, U, Rest...> { static constexpr bool value = false; };
19 return all_same<ValueType<I>, ValueType<decltype(i++)>>::value;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-52.C8 struct all_same { static constexpr bool value = true; };
10 struct all_same<T, T, Rest...> : all_same<T, Rest...> {};
12 struct all_same<T, U, Rest...> { static constexpr bool value = false; };
19 return all_same<ValueType<I>, ValueType<decltype(i++)>>::value;
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-52.C8 struct all_same { static constexpr bool value = true; };
10 struct all_same<T, T, Rest...> : all_same<T, Rest...> {};
12 struct all_same<T, U, Rest...> { static constexpr bool value = false; };
19 return all_same<ValueType<I>, ValueType<decltype(i++)>>::value;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-52.C8 struct all_same { static constexpr bool value = true; };
10 struct all_same<T, T, Rest...> : all_same<T, Rest...> {};
12 struct all_same<T, U, Rest...> { static constexpr bool value = false; };
19 return all_same<ValueType<I>, ValueType<decltype(i++)>>::value;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-52.C8 struct all_same { static constexpr bool value = true; };
10 struct all_same<T, T, Rest...> : all_same<T, Rest...> {};
12 struct all_same<T, U, Rest...> { static constexpr bool value = false; };
19 return all_same<ValueType<I>, ValueType<decltype(i++)>>::value;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-52.C8 struct all_same { static constexpr bool value = true; };
10 struct all_same<T, T, Rest...> : all_same<T, Rest...> {};
12 struct all_same<T, U, Rest...> { static constexpr bool value = false; };
19 return all_same<ValueType<I>, ValueType<decltype(i++)>>::value;
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-52.C8 struct all_same { static constexpr bool value = true; };
10 struct all_same<T, T, Rest...> : all_same<T, Rest...> {};
12 struct all_same<T, U, Rest...> { static constexpr bool value = false; };
19 return all_same<ValueType<I>, ValueType<decltype(i++)>>::value;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-52.C8 struct all_same { static constexpr bool value = true; };
10 struct all_same<T, T, Rest...> : all_same<T, Rest...> {};
12 struct all_same<T, U, Rest...> { static constexpr bool value = false; };
19 return all_same<ValueType<I>, ValueType<decltype(i++)>>::value;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-52.C8 struct all_same { static constexpr bool value = true; };
10 struct all_same<T, T, Rest...> : all_same<T, Rest...> {};
12 struct all_same<T, U, Rest...> { static constexpr bool value = false; };
19 return all_same<ValueType<I>, ValueType<decltype(i++)>>::value;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-52.C8 struct all_same { static constexpr bool value = true; };
10 struct all_same<T, T, Rest...> : all_same<T, Rest...> {};
12 struct all_same<T, U, Rest...> { static constexpr bool value = false; };
19 return all_same<ValueType<I>, ValueType<decltype(i++)>>::value;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-ts6.C40 struct all_same;
43 struct all_same<T, U, Args...>
45 static constexpr bool value = __is_same_as(T, U) && all_same<U, Args...>::value;
49 struct all_same<T>
55 struct all_same<>
61 concept AllSame = all_same<Ts...>::value;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-ts6.C38 struct all_same;
41 struct all_same<T, U, Args...>
43 static constexpr bool value = __is_same_as(T, U) && all_same<U, Args...>::value;
47 struct all_same<T>
53 struct all_same<>
59 concept AllSame = all_same<Ts...>::value;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-ts6.C40 struct all_same;
43 struct all_same<T, U, Args...>
45 static constexpr bool value = __is_same_as(T, U) && all_same<U, Args...>::value;
49 struct all_same<T>
55 struct all_same<>
61 concept AllSame = all_same<Ts...>::value;
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-ts6.C40 struct all_same;
43 struct all_same<T, U, Args...>
45 static constexpr bool value = __is_same_as(T, U) && all_same<U, Args...>::value;
49 struct all_same<T>
55 struct all_same<>
61 concept AllSame = all_same<Ts...>::value;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-ts6.C40 struct all_same;
43 struct all_same<T, U, Args...>
45 static constexpr bool value = __is_same_as(T, U) && all_same<U, Args...>::value;
49 struct all_same<T>
55 struct all_same<>
61 concept AllSame = all_same<Ts...>::value;
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-ts6.C38 struct all_same;
41 struct all_same<T, U, Args...>
43 static constexpr bool value = __is_same_as(T, U) && all_same<U, Args...>::value;
47 struct all_same<T>
53 struct all_same<>
59 concept AllSame = all_same<Ts...>::value;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-ts6.C38 struct all_same;
41 struct all_same<T, U, Args...>
43 static constexpr bool value = __is_same_as(T, U) && all_same<U, Args...>::value;
47 struct all_same<T>
53 struct all_same<>
59 concept AllSame = all_same<Ts...>::value;

12345678910>>...24