Home
last modified time | relevance | path

Searched refs:tuple_size (Results 101 – 125 of 5319) sorted by relevance

12345678910>>...213

/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp1z/
H A Ddecomp10.C4 template<typename T> struct tuple_size;
9 template<> struct std::tuple_size<A1> { };
13 template<> struct std::tuple_size<A2> { enum { value = 5 }; };
18 template<> struct std::tuple_size<A3> { enum { value = 1 }; };
22 template<> struct std::tuple_size<A3a> { enum { value = 1 }; };
27 template<> struct std::tuple_size<A3b> { enum { value = 1 }; };
34 template<> struct std::tuple_size<A4> { enum { value = 3 }; };
39 template<> struct std::tuple_size<A5> { enum { value = 3 }; };
44 template<> struct std::tuple_size<A6> { enum { value = 3 }; };
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp1z/
H A Ddecomp10.C4 template<typename T> struct tuple_size;
9 template<> struct std::tuple_size<A1> { };
13 template<> struct std::tuple_size<A2> { enum { value = 5 }; };
18 template<> struct std::tuple_size<A3> { enum { value = 1 }; };
22 template<> struct std::tuple_size<A3a> { enum { value = 1 }; };
27 template<> struct std::tuple_size<A3b> { enum { value = 1 }; };
34 template<> struct std::tuple_size<A4> { enum { value = 3 }; };
39 template<> struct std::tuple_size<A5> { enum { value = 3 }; };
44 template<> struct std::tuple_size<A6> { enum { value = 3 }; };
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp10 namespace std { template<typename T> struct tuple_size; }
14 template<> struct std::tuple_size<Bad1> {}; struct in std
18 template<> struct std::tuple_size<Bad2> { const int value = 5; }; struct in std
21 template<> struct std::tuple_size<A> { static const int value = 3; }; struct in std
22 template<> struct std::tuple_size<B> { enum { value = 3 }; }; struct in std
63 template<typename T> struct std::tuple_size<const T> : std::tuple_size<T> {}; struct in std
131 template<> struct std::tuple_size<C> { static const int value = 1; }; argument
151 template<> struct std::tuple_size<D> { static const int value = 1; }; argument
161 template<> struct std::tuple_size<E> { static const int value = 1; }; struct in std
184 struct std::tuple_size<wrap<ET, GTL, GTR>> { struct in std
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp10 namespace std { template<typename T> struct tuple_size; }
14 template<> struct std::tuple_size<Bad1> {}; struct in std
18 template<> struct std::tuple_size<Bad2> { const int value = 5; }; struct in std
21 template<> struct std::tuple_size<A> { static const int value = 3; }; argument
22 template<> struct std::tuple_size<B> { enum { value = 3 }; }; struct in std
63 template<typename T> struct std::tuple_size<const T> : std::tuple_size<T> {}; struct in std
131 template<> struct std::tuple_size<C> { static const int value = 1; }; struct in std
151 template<> struct std::tuple_size<D> { static const int value = 1; }; struct in std
161 template<> struct std::tuple_size<E> { static const int value = 1; }; argument
184 struct std::tuple_size<wrap<ET, GTL, GTR>> { struct in std
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp10 namespace std { template<typename T> struct tuple_size; }
14 template<> struct std::tuple_size<Bad1> {}; struct in std
18 template<> struct std::tuple_size<Bad2> { const int value = 5; }; struct in std
21 template<> struct std::tuple_size<A> { static const int value = 3; }; argument
22 template<> struct std::tuple_size<B> { enum { value = 3 }; }; argument
63 template<typename T> struct std::tuple_size<const T> : std::tuple_size<T> {}; struct in std
131 template<> struct std::tuple_size<C> { static const int value = 1; }; argument
151 template<> struct std::tuple_size<D> { static const int value = 1; }; struct in std
161 template<> struct std::tuple_size<E> { static const int value = 1; }; struct in std
184 struct std::tuple_size<wrap<ET, GTL, GTR>> { struct in std
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp10 namespace std { template<typename T> struct tuple_size; }
14 template<> struct std::tuple_size<Bad1> {}; struct in std
18 template<> struct std::tuple_size<Bad2> { const int value = 5; }; argument
21 template<> struct std::tuple_size<A> { static const int value = 3; }; struct in std
22 template<> struct std::tuple_size<B> { enum { value = 3 }; }; argument
63 template<typename T> struct std::tuple_size<const T> : std::tuple_size<T> {}; struct in std
131 template<> struct std::tuple_size<C> { static const int value = 1; }; struct in std
151 template<> struct std::tuple_size<D> { static const int value = 1; }; argument
161 template<> struct std::tuple_size<E> { static const int value = 1; }; argument
184 struct std::tuple_size<wrap<ET, GTL, GTR>> { struct in std
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp10 namespace std { template<typename T> struct tuple_size; }
14 template<> struct std::tuple_size<Bad1> {}; struct in std
18 template<> struct std::tuple_size<Bad2> { const int value = 5; }; argument
21 template<> struct std::tuple_size<A> { static const int value = 3; }; argument
22 template<> struct std::tuple_size<B> { enum { value = 3 }; }; struct in std
63 template<typename T> struct std::tuple_size<const T> : std::tuple_size<T> {}; struct in std
131 template<> struct std::tuple_size<C> { static const int value = 1; }; argument
151 template<> struct std::tuple_size<D> { static const int value = 1; }; argument
161 template<> struct std::tuple_size<E> { static const int value = 1; }; argument
184 struct std::tuple_size<wrap<ET, GTL, GTR>> { struct in std
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp10 namespace std { template<typename T> struct tuple_size; }
14 template<> struct std::tuple_size<Bad1> {}; struct in std
18 template<> struct std::tuple_size<Bad2> { const int value = 5; }; struct in std
21 template<> struct std::tuple_size<A> { static const int value = 3; }; argument
22 template<> struct std::tuple_size<B> { enum { value = 3 }; }; struct in std
63 template<typename T> struct std::tuple_size<const T> : std::tuple_size<T> {}; struct in std
131 template<> struct std::tuple_size<C> { static const int value = 1; }; struct in std
151 template<> struct std::tuple_size<D> { static const int value = 1; }; argument
161 template<> struct std::tuple_size<E> { static const int value = 1; }; argument
184 struct std::tuple_size<wrap<ET, GTL, GTR>> { struct in std
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp10 namespace std { template<typename T> struct tuple_size; }
14 template<> struct std::tuple_size<Bad1> {}; struct in std
18 template<> struct std::tuple_size<Bad2> { const int value = 5; }; struct in std
21 template<> struct std::tuple_size<A> { static const int value = 3; }; argument
22 template<> struct std::tuple_size<B> { enum { value = 3 }; }; argument
63 template<typename T> struct std::tuple_size<const T> : std::tuple_size<T> {}; struct in std
131 template<> struct std::tuple_size<C> { static const int value = 1; }; struct in std
151 template<> struct std::tuple_size<D> { static const int value = 1; }; struct in std
161 template<> struct std::tuple_size<E> { static const int value = 1; }; argument
184 struct std::tuple_size<wrap<ET, GTL, GTR>> { struct in std
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp10 namespace std { template<typename T> struct tuple_size; }
14 template<> struct std::tuple_size<Bad1> {}; struct in std
18 template<> struct std::tuple_size<Bad2> { const int value = 5; }; struct in std
21 template<> struct std::tuple_size<A> { static const int value = 3; }; argument
22 template<> struct std::tuple_size<B> { enum { value = 3 }; }; argument
63 template<typename T> struct std::tuple_size<const T> : std::tuple_size<T> {}; struct in std
131 template<> struct std::tuple_size<C> { static const int value = 1; }; argument
151 template<> struct std::tuple_size<D> { static const int value = 1; }; struct in std
161 template<> struct std::tuple_size<E> { static const int value = 1; }; argument
184 struct std::tuple_size<wrap<ET, GTL, GTR>> { struct in std
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp10 namespace std { template<typename T> struct tuple_size; }
14 template<> struct std::tuple_size<Bad1> {}; struct in std
18 template<> struct std::tuple_size<Bad2> { const int value = 5; }; struct in std
21 template<> struct std::tuple_size<A> { static const int value = 3; }; argument
22 template<> struct std::tuple_size<B> { enum { value = 3 }; }; argument
63 template<typename T> struct std::tuple_size<const T> : std::tuple_size<T> {}; struct in std
131 template<> struct std::tuple_size<C> { static const int value = 1; }; struct in std
151 template<> struct std::tuple_size<D> { static const int value = 1; }; struct in std
161 template<> struct std::tuple_size<E> { static const int value = 1; }; struct in std
184 struct std::tuple_size<wrap<ET, GTL, GTR>> { struct in std
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp10 namespace std { template<typename T> struct tuple_size; }
14 template<> struct std::tuple_size<Bad1> {}; struct in std
18 template<> struct std::tuple_size<Bad2> { const int value = 5; }; struct in std
21 template<> struct std::tuple_size<A> { static const int value = 3; }; argument
22 template<> struct std::tuple_size<B> { enum { value = 3 }; }; struct in std
63 template<typename T> struct std::tuple_size<const T> : std::tuple_size<T> {}; struct in std
131 template<> struct std::tuple_size<C> { static const int value = 1; }; struct in std
151 template<> struct std::tuple_size<D> { static const int value = 1; }; struct in std
161 template<> struct std::tuple_size<E> { static const int value = 1; }; argument
184 struct std::tuple_size<wrap<ET, GTL, GTR>> { struct in std
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp10 namespace std { template<typename T> struct tuple_size; }
14 template<> struct std::tuple_size<Bad1> {}; struct in std
18 template<> struct std::tuple_size<Bad2> { const int value = 5; }; argument
21 template<> struct std::tuple_size<A> { static const int value = 3; }; argument
22 template<> struct std::tuple_size<B> { enum { value = 3 }; }; struct in std
63 template<typename T> struct std::tuple_size<const T> : std::tuple_size<T> {}; struct in std
131 template<> struct std::tuple_size<C> { static const int value = 1; }; argument
151 template<> struct std::tuple_size<D> { static const int value = 1; }; struct in std
161 template<> struct std::tuple_size<E> { static const int value = 1; }; struct in std
184 struct std::tuple_size<wrap<ET, GTL, GTR>> { struct in std
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp10 namespace std { template<typename T> struct tuple_size; }
14 template<> struct std::tuple_size<Bad1> {}; struct in std
18 template<> struct std::tuple_size<Bad2> { const int value = 5; }; argument
21 template<> struct std::tuple_size<A> { static const int value = 3; }; argument
22 template<> struct std::tuple_size<B> { enum { value = 3 }; }; struct in std
63 template<typename T> struct std::tuple_size<const T> : std::tuple_size<T> {}; struct in std
131 template<> struct std::tuple_size<C> { static const int value = 1; }; argument
151 template<> struct std::tuple_size<D> { static const int value = 1; }; struct in std
161 template<> struct std::tuple_size<E> { static const int value = 1; }; argument
184 struct std::tuple_size<wrap<ET, GTL, GTR>> { struct in std
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp10 namespace std { template<typename T> struct tuple_size; }
14 template<> struct std::tuple_size<Bad1> {}; struct in std
18 template<> struct std::tuple_size<Bad2> { const int value = 5; }; argument
21 template<> struct std::tuple_size<A> { static const int value = 3; }; argument
22 template<> struct std::tuple_size<B> { enum { value = 3 }; }; struct in std
63 template<typename T> struct std::tuple_size<const T> : std::tuple_size<T> {}; struct in std
131 template<> struct std::tuple_size<C> { static const int value = 1; }; struct in std
151 template<> struct std::tuple_size<D> { static const int value = 1; }; struct in std
161 template<> struct std::tuple_size<E> { static const int value = 1; }; argument
184 struct std::tuple_size<wrap<ET, GTL, GTR>> { struct in std
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp10 namespace std { template<typename T> struct tuple_size; }
14 template<> struct std::tuple_size<Bad1> {}; struct in std
18 template<> struct std::tuple_size<Bad2> { const int value = 5; }; argument
21 template<> struct std::tuple_size<A> { static const int value = 3; }; struct in std
22 template<> struct std::tuple_size<B> { enum { value = 3 }; }; struct in std
63 template<typename T> struct std::tuple_size<const T> : std::tuple_size<T> {}; struct in std
131 template<> struct std::tuple_size<C> { static const int value = 1; }; argument
145 template<> struct std::tuple_size<D> { static const int value = 1; }; struct in std
155 template<> struct std::tuple_size<E> { static const int value = 1; }; struct in std
178 struct std::tuple_size<wrap<ET, GTL, GTR>> { struct in std
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp10 namespace std { template<typename T> struct tuple_size; }
14 template<> struct std::tuple_size<Bad1> {}; struct in std
18 template<> struct std::tuple_size<Bad2> { const int value = 5; }; struct in std
21 template<> struct std::tuple_size<A> { static const int value = 3; }; argument
22 template<> struct std::tuple_size<B> { enum { value = 3 }; }; argument
63 template<typename T> struct std::tuple_size<const T> : std::tuple_size<T> {}; struct in std
131 template<> struct std::tuple_size<C> { static const int value = 1; }; struct in std
151 template<> struct std::tuple_size<D> { static const int value = 1; }; argument
161 template<> struct std::tuple_size<E> { static const int value = 1; }; struct in std
184 struct std::tuple_size<wrap<ET, GTL, GTR>> { struct in std
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
H A Dtuple_size_incomplete.fail.cpp28 struct std::tuple_size<Dummy1> { struct in std
34 struct std::tuple_size<Dummy2> { argument
40 struct std::tuple_size<Dummy3> {}; argument
48 (void)std::tuple_size<const Dummy1>::value; // expected-note {{here}} in main()
54 (void)std::tuple_size<const Dummy2>::value; // expected-note {{here}} in main()
60 (void)std::tuple_size<const Dummy3>::value; // expected-note {{here}} in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
H A Dtuple_size_incomplete.fail.cpp28 struct std::tuple_size<Dummy1> { struct in std
34 struct std::tuple_size<Dummy2> { argument
40 struct std::tuple_size<Dummy3> {}; struct in std
48 (void)std::tuple_size<const Dummy1>::value; // expected-note {{here}} in main()
54 (void)std::tuple_size<const Dummy2>::value; // expected-note {{here}} in main()
60 (void)std::tuple_size<const Dummy3>::value; // expected-note {{here}} in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
H A Dtuple_size_incomplete.fail.cpp28 struct std::tuple_size<Dummy1> { struct in std
34 struct std::tuple_size<Dummy2> { argument
40 struct std::tuple_size<Dummy3> {}; struct in std
48 (void)std::tuple_size<const Dummy1>::value; // expected-note {{here}} in main()
54 (void)std::tuple_size<const Dummy2>::value; // expected-note {{here}} in main()
60 (void)std::tuple_size<const Dummy3>::value; // expected-note {{here}} in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.helper/
H A Dtuple_size_incomplete.fail.cpp28 struct std::tuple_size<Dummy1> { struct in std
34 struct std::tuple_size<Dummy2> { argument
40 struct std::tuple_size<Dummy3> {}; struct in std
48 (void)std::tuple_size<const Dummy1>::value; // expected-note {{here}} in main()
54 (void)std::tuple_size<const Dummy2>::value; // expected-note {{here}} in main()
60 (void)std::tuple_size<const Dummy3>::value; // expected-note {{here}} in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
H A Dtuple_size_incomplete.fail.cpp28 struct std::tuple_size<Dummy1> { struct in std
34 struct std::tuple_size<Dummy2> { struct in std
40 struct std::tuple_size<Dummy3> {}; argument
48 (void)std::tuple_size<const Dummy1>::value; // expected-note {{here}} in main()
54 (void)std::tuple_size<const Dummy2>::value; // expected-note {{here}} in main()
60 (void)std::tuple_size<const Dummy3>::value; // expected-note {{here}} in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
H A Dtuple_size_incomplete.fail.cpp28 struct std::tuple_size<Dummy1> { struct in std
34 struct std::tuple_size<Dummy2> { argument
40 struct std::tuple_size<Dummy3> {}; struct in std
48 (void)std::tuple_size<const Dummy1>::value; // expected-note {{here}} in main()
54 (void)std::tuple_size<const Dummy2>::value; // expected-note {{here}} in main()
60 (void)std::tuple_size<const Dummy3>::value; // expected-note {{here}} in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
H A Dtuple_size_incomplete.fail.cpp28 struct std::tuple_size<Dummy1> { struct in std
34 struct std::tuple_size<Dummy2> { argument
40 struct std::tuple_size<Dummy3> {}; struct in std
48 (void)std::tuple_size<const Dummy1>::value; // expected-note {{here}} in main()
54 (void)std::tuple_size<const Dummy2>::value; // expected-note {{here}} in main()
60 (void)std::tuple_size<const Dummy3>::value; // expected-note {{here}} in main()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/tuple/tuple.tuple/tuple.helper/
H A Dtuple_size_incomplete.fail.cpp28 struct std::tuple_size<Dummy1> { struct in std
34 struct std::tuple_size<Dummy2> { argument
40 struct std::tuple_size<Dummy3> {}; argument
48 (void)std::tuple_size<const Dummy1>::value; // expected-note {{here}} in main()
54 (void)std::tuple_size<const Dummy2>::value; // expected-note {{here}} in main()
60 (void)std::tuple_size<const Dummy3>::value; // expected-note {{here}} in main()

12345678910>>...213