Home
last modified time | relevance | path

Searched refs:utuple (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Dconstruct_piecewise_pair.pass.cpp44 std::tuple<TTuple...> ttuple, std::tuple<UTuple...> utuple) in doTest() argument
53 A.construct(ptr, std::piecewise_construct, std::move(ttuple), std::move(utuple)); in doTest()
64 void test_pmr_uses_allocator(std::tuple<TTypes...> ttuple, std::tuple<UTypes...> utuple) in test_pmr_uses_allocator() argument
70 std::move(ttuple), std::move(utuple)))); in test_pmr_uses_allocator()
76 std::move(ttuple), std::move(utuple)))); in test_pmr_uses_allocator()
82 std::move(ttuple), std::move(utuple)))); in test_pmr_uses_allocator()
88 std::move(ttuple), std::move(utuple)))); in test_pmr_uses_allocator()
99 std::move(ttuple), std::move(utuple)))); in test_pmr_not_uses_allocator()
105 std::move(ttuple), std::move(utuple)))); in test_pmr_not_uses_allocator()
111 std::move(ttuple), std::move(utuple)))); in test_pmr_not_uses_allocator()
[all …]
/llvm-project-15.0.7/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_greater/
H A Dcmp_greater.pass.cpp76 constexpr void test2(const std::tuple<Ts...>&, const UTuple& utuple) { in test2() argument
77 (test2_impl<Ts>(utuple) , ...); in test2()
/llvm-project-15.0.7/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_less/
H A Dcmp_less.pass.cpp77 constexpr void test2(const std::tuple<Ts...>&, const UTuple& utuple) { in test2() argument
78 (test2_impl<Ts>(utuple) , ...); in test2()
/llvm-project-15.0.7/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_less_equal/
H A Dcmp_less_equal.pass.cpp77 constexpr void test2(const std::tuple<Ts...>&, const UTuple& utuple) { in test2() argument
78 (test2_impl<Ts>(utuple) , ...); in test2()
/llvm-project-15.0.7/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_greater_equal/
H A Dcmp_greater_equal.pass.cpp78 constexpr void test2(const std::tuple<Ts...>&, const UTuple& utuple) { in test2() argument
79 (test2_impl<Ts>(utuple) , ...); in test2()
/llvm-project-15.0.7/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_equal/
H A Dcmp_equal.pass.cpp85 constexpr void test2(const std::tuple<Ts...>&, const UTuple& utuple) { in test2() argument
86 (test2_impl<Ts>(utuple) , ...); in test2()
/llvm-project-15.0.7/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_not_equal/
H A Dcmp_not_equal.pass.cpp84 constexpr void test2(const std::tuple<Ts...>&, const UTuple& utuple) { in test2() argument
85 (test2_impl<Ts>(utuple) , ...); in test2()