Home
last modified time | relevance | path

Searched defs:tuple_element (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/
Dp3.cpp51 template<> struct std::tuple_element<0, A> { typedef float type; };
57 template<> struct std::tuple_element<1, A> { typedef float &type; };
58 template<> struct std::tuple_element<2, A> { typedef const float &type; };
61 template<int N> struct std::tuple_element<N, B> { typedef int type[N +1 ]; };
64 template<size_t N, typename T> struct std::tuple_element<N, const T> { struct in std
65 typedef const typename std::tuple_element<N, T>::type type;
132 template<> struct std::tuple_element<0, C> { typedef int type; };
152 template<> struct std::tuple_element<0, D> { typedef D::get<0> type; };
162 template<> struct std::tuple_element<0, E> { typedef int type; };
173 template<> struct std::tuple_element<0, ADL::X> { typedef int type; };
[all …]
/external/llvm-project/clang/test/CodeGenCXX/
Dcxx1z-decomposition.cpp16 template<> struct std::tuple_element<0,B> { using type = X; };
17 template<> struct std::tuple_element<1,B> { using type = const int&; };
/external/libabigail/tests/data/test-diff-dwarf/
Dtest42-PR21296-clanggcc.cc182 struct tuple_element<__i, tuple<_Head, _Tail...> > struct
189 struct tuple_element<0, tuple<_Head, _Tail...> > struct
191 typedef _Head type;
195 struct tuple_element<__i, const _Tp> struct
197 typedef const typename tuple_element<__i, _Tp>::type type;
/external/llvm-project/clang/test/SemaTemplate/
Dcxx1z-decomposition.cpp12 template<size_t, typename> struct tuple_element { using type = int; }; struct
Dclass-template-decl.cpp101 class tuple_element<0, pair<_T1, _T2> > class
/external/llvm-project/clang/test/Parser/
Ddecomposed-condition.cpp15 template<> struct tuple_element<0, Get> { using type = int; }; struct
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
Dtuple_size_structured_bindings.pass.cpp121 struct std::tuple_element<0, Test> { struct in std
122 typedef int type;
/external/llvm-project/clang/test/Analysis/
Dlive-bindings-test.cpp106 struct tuple_element<N, Mytuple> { struct
107 using type = int;
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-tuple.cpp158 struct tuple_element<I, tuple<Head, Tail...> > { struct
159 typedef typename tuple_element<I-1, tuple<Tail...> >::type type; argument
163 struct tuple_element<0, tuple<Head, Tail...> > { struct
167 int check_tuple_element_0[is_same<tuple_element<0, tuple<int&, float, double>>::type, argument
Dexample-bind.cpp124 struct tuple_element<I, tuple<Head, Tail...> > { struct
125 typedef typename tuple_element<I-1, tuple<Tail...> >::type type; argument
129 struct tuple_element<0, tuple<Head, Tail...> > { struct
137 typedef typename tuple_element<I-1, tuple<Values...> >::type Element; argument
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-tuple.cpp158 struct tuple_element<I, tuple<Head, Tail...> > { struct
159 typedef typename tuple_element<I-1, tuple<Tail...> >::type type; argument
163 struct tuple_element<0, tuple<Head, Tail...> > { struct
167 int check_tuple_element_0[is_same<tuple_element<0, tuple<int&, float, double>>::type, argument
Dexample-bind.cpp124 struct tuple_element<I, tuple<Head, Tail...> > { struct
125 typedef typename tuple_element<I-1, tuple<Tail...> >::type type; argument
129 struct tuple_element<0, tuple<Head, Tail...> > { struct
137 typedef typename tuple_element<I-1, tuple<Values...> >::type Element; argument
/external/fmtlib/test/
Dranges-test.cc98 template <size_t N> struct tuple_element<N, my_struct> { struct
99 using type = decltype(std::declval<my_struct>().get<N>());
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
Dtuple_size_structured_bindings.pass.cpp120 class std::tuple_element<0, Test> { class in std
/external/clang/test/SemaTemplate/
Dclass-template-decl.cpp93 class tuple_element<0, pair<_T1, _T2> > class
/external/llvm-project/clang/test/SemaCXX/
Dwarn-unsequenced.cpp641 template<size_t, typename> struct tuple_element { using type = int; }; argument
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h879 struct tuple_element : ::std::tr1::tuple_element<I, Tuple> {}; struct
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-printers.h981 struct tuple_element : ::std::tr1::tuple_element<static_cast<int>(I), Tuple> { struct
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc1242 auto tuple_element = builder.AddInstruction( in TEST_F() local
1480 auto tuple_element = in TEST_F() local
1731 auto tuple_element = builder.AddInstruction( in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc535 llvm::Value* tuple_element = llvm_ir::EmitGetTupleElement( in HandleOutfeed() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc4655 auto tuple_element = rewriter.create<GetTupleElementOp>( in matchAndRewrite() local