Home
last modified time | relevance | path

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

/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dalloc_UTypes.pass.cpp36 typedef std::tuple<MoveOnly, NoDefault> Tuple; in test_default_constructible_extension_sfinae() typedef
49 typedef std::tuple<MoveOnly, MoveOnly, NoDefault> Tuple; in test_default_constructible_extension_sfinae() typedef
63 typedef std::tuple<MoveOnly, NoDefault> Tuple; in test_default_constructible_extension_sfinae() typedef
77 typedef std::tuple<MoveOnly, int> Tuple; in test_default_constructible_extension_sfinae() typedef
H A DUTypes.pass.cpp45 typedef std::tuple<MoveOnly, NoDefault> Tuple; in test_default_constructible_extension_sfinae() typedef
58 typedef std::tuple<MoveOnly, MoveOnly, NoDefault> Tuple; in test_default_constructible_extension_sfinae() typedef
72 typedef std::tuple<MoveOnly, NoDefault> Tuple; in test_default_constructible_extension_sfinae() typedef
86 typedef std::tuple<MoveOnly, int> Tuple; in test_default_constructible_extension_sfinae() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_nothrow_constructible.pass.cpp80 struct Tuple { struct
81 Tuple(Empty&&) noexcept {} in Tuple() argument
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp7 template<class ...> struct Tuple { }; struct
/minix3/external/bsd/libc++/dist/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
H A Dlarge_arity.pass.cpp72 using Tuple = make_tuple_t<int, Size>; in test_all() typedef
119 using Tuple = make_tuple_t<int, Size>; in test_one() typedef
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp129 Triple Tuple(TheModule->getTargetTriple()); in InitEE() local
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp390 template<typename...> struct Tuple {}; struct
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp584 std::vector<Init*> Tuple; in expand() local