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/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/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-printers.h878 struct tuple_element : ::std::tr1::tuple_element<I, Tuple> {}; struct
/external/mesa3d/src/gtest/include/gtest/
Dgtest-printers.h878 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.cc1070 auto tuple_element = builder.AddInstruction( in TEST_F() local
1308 auto tuple_element = in TEST_F() local
1559 auto tuple_element = builder.AddInstruction( in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc744 absl::c_all_of(tuple->operands(), [&](HloInstruction* tuple_element) { in HandleTuple()
763 for (const HloInstruction* tuple_element : tuple->operands()) { in HandleTuple() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc494 llvm::Value* tuple_element = llvm_ir::EmitGetTupleElement( in HandleOutfeed() local