Home
last modified time | relevance | path

Searched defs:Tuple (Results 1 – 25 of 63) sorted by relevance

123

/external/libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/
Denable_reduced_arity_initialization_extension.pass.cpp44 typedef std::tuple<MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef
50 typedef std::tuple<MO, MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef
57 typedef std::tuple<MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef
66 typedef std::tuple<MO, int> Tuple; in test_default_constructible_extension_sfinae() typedef
Ddisable_reduced_arity_initialization_extension.pass.cpp45 typedef std::tuple<MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef
51 typedef std::tuple<MO, MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef
58 typedef std::tuple<MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DUTypes.pass.cpp47 typedef std::tuple<MoveOnly, NoDefault> Tuple; in test_default_constructible_extension_sfinae() typedef
60 typedef std::tuple<MoveOnly, MoveOnly, NoDefault> Tuple; in test_default_constructible_extension_sfinae() typedef
74 typedef std::tuple<MoveOnly, NoDefault> Tuple; in test_default_constructible_extension_sfinae() typedef
90 typedef std::tuple<MoveOnly, int> Tuple; in test_default_constructible_extension_sfinae() typedef
Dalloc_UTypes.pass.cpp49 typedef std::tuple<MoveOnly, MoveOnly, BadDefault> Tuple; in test_uses_allocator_sfinae_evaluation() typedef
62 typedef std::tuple<MoveOnly, MoveOnly, BadDefault, BadDefault> Tuple; in test_uses_allocator_sfinae_evaluation() typedef
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_nothrow_constructible.pass.cpp96 struct Tuple { struct
97 Tuple(Empty&&) noexcept {} in Tuple() argument
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dmake_from_tuple.pass.cpp102 using Tuple = std::array<int, 3>; in test_constexpr_construction() typedef
174 using Tuple = std::tuple<int, NothrowMoveable>; in test_noexcept() typedef
181 using Tuple = std::pair<int, NothrowMoveable>; in test_noexcept() typedef
188 using Tuple = std::tuple<int, int, int>; in test_noexcept() typedef
193 using Tuple = std::tuple<long, long, long>; in test_noexcept() typedef
198 using Tuple = std::array<int, 3>; in test_noexcept() typedef
203 using Tuple = std::array<long, 3>; in test_noexcept() typedef
Dapply_large_arity.pass.cpp71 using Tuple = make_tuple_t<int, Size>; in test_all() typedef
118 using Tuple = make_tuple_t<int, Size>; in test_one() typedef
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/
Dforward_as_tuple.pass.cpp25 test0(const Tuple&) in test0()
62 test3(const Tuple&) in test3()
/external/llvm/lib/Fuzzer/
DFuzzerFnAdapter.h112 UnpackImpl(const uint8_t *Data, size_t Size, TupleT *Tuple) { in UnpackImpl()
130 bool Unpack(const uint8_t *Data, size_t Size, std::tuple<Args...> *Tuple) { in Unpack()
/external/tensorflow/tensorflow/core/framework/
Dqueue_interface.h33 typedef std::vector<Tensor> Tuple; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DReverseIterationTest.cpp49 for (const auto &Tuple : zip(Map, IterKeys)) in TEST() local
103 for (const auto &Tuple : zip(Map, Keys)) in TEST() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dsample_text_test.cc52 TEST_F(SampleTextTest, Tuple) { in TEST_F() argument
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
Dp12.cpp7 template<class ...> struct Tuple { }; struct
/external/tensorflow/tensorflow/compiler/xla/client/
Dsharding_builder.cc66 OpSharding Tuple(const ShapeTree<OpSharding>& shardings) { in Tuple() function
/external/v8/tools/clang/plugins/tests/
Dipc.cpp45 struct Tuple { struct
55 typedef base::Tuple<T...> Tuple;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp126 Triple Tuple(TheModule->getTargetTriple()); in InitEE() local
/external/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp128 Triple Tuple(TheModule->getTargetTriple()); in InitEE() local
/external/swiftshader/third_party/subzero/src/
DIceStringPool.h60 for (const auto &Tuple : StringToId) { in dump() local
/external/libchrome/ipc/
Dipc_message_utils.h97 typedef std::tuple<Ts...> Tuple; typedef
/external/llvm/lib/Fuzzer/test/
DFuzzerFnAdapterUnittest.cpp12 bool Unpack(std::tuple<Args...> *Tuple, std::initializer_list<uint8_t> data) { in Unpack()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_sharding.cc42 HloSharding HloSharding::Tuple(const ShapeTree<HloSharding>& sub_shardings) { in Tuple() function in xla::HloSharding
59 HloSharding HloSharding::Tuple(const Shape& tuple_shape, in Tuple() function in xla::HloSharding
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md2552 ## Tuple section in Operation Semantics
/external/llvm/lib/IR/
DProfileSummary.cpp151 MDTuple *Tuple = cast<MDTuple>(MD); in getFromMD() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DProfileSummary.cpp145 MDTuple *Tuple = dyn_cast_or_null<MDTuple>(MD); in getFromMD() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp111 const MDTuple *Tuple = dyn_cast<MDTuple>(MD); in EmitEndOfAsmFile() local

123