/external/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/ |
D | p3.cpp | 51 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/ |
D | cxx1z-decomposition.cpp | 16 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/ |
D | test42-PR21296-clanggcc.cc | 182 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/ |
D | cxx1z-decomposition.cpp | 12 template<size_t, typename> struct tuple_element { using type = int; }; struct
|
D | class-template-decl.cpp | 101 class tuple_element<0, pair<_T1, _T2> > class
|
/external/llvm-project/clang/test/Parser/ |
D | decomposed-condition.cpp | 15 template<> struct tuple_element<0, Get> { using type = int; }; struct
|
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/ |
D | tuple_size_structured_bindings.pass.cpp | 121 struct std::tuple_element<0, Test> { struct in std 122 typedef int type;
|
/external/llvm-project/clang/test/Analysis/ |
D | live-bindings-test.cpp | 106 struct tuple_element<N, Mytuple> { struct 107 using type = int;
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | example-tuple.cpp | 158 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
|
D | example-bind.cpp | 124 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/ |
D | example-tuple.cpp | 158 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
|
D | example-bind.cpp | 124 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/ |
D | ranges-test.cc | 98 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/ |
D | tuple_size_structured_bindings.pass.cpp | 120 class std::tuple_element<0, Test> { class in std
|
/external/clang/test/SemaTemplate/ |
D | class-template-decl.cpp | 93 class tuple_element<0, pair<_T1, _T2> > class
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-unsequenced.cpp | 641 template<size_t, typename> struct tuple_element { using type = int; }; argument
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-printers.h | 879 struct tuple_element : ::std::tr1::tuple_element<I, Tuple> {}; struct
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest-printers.h | 981 struct tuple_element : ::std::tr1::tuple_element<static_cast<int>(I), Tuple> { struct
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_assignment_test.cc | 1242 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/ |
D | ir_emitter.cc | 535 llvm::Value* tuple_element = llvm_ir::EmitGetTupleElement( in HandleOutfeed() local
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf.cc | 4655 auto tuple_element = rewriter.create<GetTupleElementOp>( in matchAndRewrite() local
|