Home
last modified time | relevance | path

Searched refs:test_b12 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.invoke/
H A Dinvoke.pass.cpp87 void test_b12(Functor&& f) { in test_b12() function
158 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
163 test_b12<int&&(NonCopyable&&) &&, int&&>(std::move(cl)); in bullet_one_two_tests()
170 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
175 test_b12<int&&(NonCopyable&&) &&, int&&>(std::move(cl)); in bullet_one_two_tests()
183 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
188 test_b12<int&(NonCopyable&&) &, int&>(std::move(cl)); in bullet_one_two_tests()
196 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
201 test_b12<int&(NonCopyable&&) &, int&>(std::move(cl)); in bullet_one_two_tests()
209 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
[all …]
H A Dinvoke_constexpr.pass.cpp84 constexpr void test_b12(Functor&& f) { in test_b12() function
155 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
158 test_b12<int&&(NonCopyable&&) &&, int&&>(std::move(cl)); in bullet_one_two_tests()
163 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
166 test_b12<int&&(NonCopyable&&) &&, int&&>(std::move(cl)); in bullet_one_two_tests()
172 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
175 test_b12<int&(NonCopyable&&) &, int&>(std::move(cl)); in bullet_one_two_tests()
181 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
184 test_b12<int&(NonCopyable&&) &, int&>(std::move(cl)); in bullet_one_two_tests()
190 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
[all …]