Home
last modified time | relevance | path

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

/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/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/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc1244 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/
Dir_emitter.cc535 llvm::Value* tuple_element = llvm_ir::EmitGetTupleElement( in HandleOutfeed() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc5605 auto tuple_element = rewriter.create<GetTupleElementOp>( in matchAndRewrite() local