Home
last modified time | relevance | path

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

/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/fmtlib/test/
Dranges-test.cc91 template <std::size_t N> struct tuple_element<N, my_struct> { struct
92 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/swiftshader/third_party/llvm-7.0/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.cc1249 auto tuple_element = builder.AddInstruction( in TEST_F() local
1487 auto tuple_element = in TEST_F() local
1738 auto tuple_element = builder.AddInstruction( in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc565 absl::c_all_of(tuple->operands(), [&](HloInstruction* tuple_element) { in HandleTuple()
584 for (const HloInstruction* tuple_element : tuple->operands()) { in HandleTuple() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc553 llvm::Value* tuple_element = llvm_ir::EmitGetTupleElement( in HandleOutfeed() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc2886 auto tuple_element = rewriter.create<GetTupleElementOp>( in matchAndRewrite() local