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 D | alloc_UTypes.pass.cpp | 36 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 D | UTypes.pass.cpp | 45 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 D | is_nothrow_constructible.pass.cpp | 80 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 D | p12.cpp | 7 template<class ...> struct Tuple { }; struct
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/experimental/utilities/tuple/tuple.apply/ |
H A D | large_arity.pass.cpp | 72 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 D | llvm-jitlistener.cpp | 129 Triple Tuple(TheModule->getTargetTriple()); in InitEE() local
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | p5.cpp | 390 template<typename...> struct Tuple {}; struct
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenRegisters.cpp | 584 std::vector<Init*> Tuple; in expand() local
|