/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/ |
H A D | tuple_size_incomplete.verify.cpp | 28 struct std::tuple_size<Dummy1> { struct in std 34 struct std::tuple_size<Dummy2> { 40 struct std::tuple_size<Dummy3> {};
|
H A D | tuple_size_structured_bindings.pass.cpp | 131 struct std::tuple_size<Test> { struct in std 133 static const std::size_t value = 1;
|
H A D | tuple_size_incomplete.pass.cpp | 35 struct std::tuple_size<Dummy1> : public integral_constant<std::size_t, 0> {}; struct
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/ |
H A D | p3.cpp | 14 template<> struct std::tuple_size<Bad1> {}; struct in std 18 template<> struct std::tuple_size<Bad2> { const int value = 5; }; 21 template<> struct std::tuple_size<A> { static const int value = 3; }; 22 template<> struct std::tuple_size<B> { enum { value = 3 }; }; 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; }; 151 template<> struct std::tuple_size<D> { static const int value = 1; }; 161 template<> struct std::tuple_size<E> { static const int value = 1; }; 172 template<> struct std::tuple_size<ADL::X> { static const int value = 1; }; 184 struct std::tuple_size<wrap<ET, GTL, GTR>> { struct in std [all …]
|
/llvm-project/libcxx/include/__tuple/ |
H A D | tuple_size.h | 26 struct _LIBCPP_TEMPLATE_VIS tuple_size; global() variable [all...] |
/llvm-project/libcxx/include/__fwd/ |
H A D | tuple.h | 30 struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx20-decomposition.cpp | 85 struct tuple_size<T&> : tuple_size<T>{}; struct 89 struct tuple_size<const T> : tuple_size<T>{}; struct 92 struct tuple_size<tuple> { struct 93 valuestd::tuple_size global() argument
|
H A D | warn-unsequenced.cpp | 651 template<> struct std::tuple_size<bindings::C> { enum { value = 2 }; };
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | cxx1z-decomposition.cpp | 15 template<> struct std::tuple_size<C> { enum { value = 2 }; };
|
H A D | alias-templates.cpp | 271 template<typename T> struct tuple_size { static const int value = 0; }; struct 272 …template<typename T> struct tuple_size<EnableTupleSize<const T, decltype(tuple_size<T>::value)>> {… struct 273 …template<typename T> struct tuple_size<EnableTupleSize<volatile T, decltype(tuple_size<T>::value)>… struct
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | cxx1z-decomposition.cpp | 15 template<> struct std::tuple_size<B> { enum { value = 2 }; }; argument
|
/llvm-project/clang/test/Parser/ |
H A D | decomposed-condition.cpp | 14 template<> struct tuple_size<Get> { static constexpr int value = 1; }; struct
|
/llvm-project/clang/test/Analysis/ |
H A D | uninit-structured-binding-tuple.cpp | 9 struct tuple_size { struct 23 struct tuple_size<mock_pair<T1, T2>> { struct 24 static const std::size_t value = 2; 277 struct tuple_size<MixedTest> { struct 278 static const std::size_t value = 3;
|
H A D | live-bindings-test.cpp | 102 struct tuple_size<Mytuple> struct
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugArangeSet.cpp | 105 const uint32_t tuple_size = HeaderData.AddrSize * 2; in extract() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugArangeSet.cpp |
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg23xx.cpp | 288 template <> struct tuple_size<cwg2386::Bad1> {}; global() struct 289 template <> struct tuple_size<cwg2386::Bad2> { global() struct 290 valuestd::tuple_size global() argument
|
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
H A D | ctor.pair_like.pass.cpp | 43 struct tuple_size<my_ns::MyPairLike> : std::integral_constant<std::size_t, 2> {}; global() struct
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | example-tuple.cpp | 146 template<typename... Values> struct tuple_size<tuple<Values...> > { struct 150 int check_tuple_size_0[tuple_size<tuple<> >::value == 0? 1 : -1]; argument
|
H A D | example-bind.cpp | 117 template<typename... Values> struct tuple_size<tuple<Values...> > { struct 118 static const int value = sizeof...(Values);
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | ConstructDecompositionT.h | 356 constexpr size_t tuple_size = addClauseSymsToMap() local
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonDataObjects.cpp | 588 PythonTuple(int tuple_size) PythonTuple() argument
|
/llvm-project/polly/utils/ |
H A D | argparse.py | 589 def format(tuple_size): argument
|