Searched defs:tuple_element (Results 1 – 9 of 9) sorted by relevance
/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/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/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_assignment_test.cc | 1244 auto tuple_element = builder.AddInstruction( in TEST_F() local 1519 auto tuple_element = in TEST_F() local 1770 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 | 5605 auto tuple_element = rewriter.create<GetTupleElementOp>( in matchAndRewrite() local
|