Home
last modified time | relevance | path

Searched refs:test_b5 (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.cpp136 void test_b5(Functor&& f) { in test_b5() function
291 test_b5<int &>(fn); in bullet_five_tests()
295 test_b5<int &>(fn); in bullet_five_tests()
300 test_b5<int&>(cl); in bullet_five_tests()
301 test_b5<int const&>(static_cast<Fn const&>(cl)); in bullet_five_tests()
302 test_b5<int volatile&>(static_cast<Fn volatile&>(cl)); in bullet_five_tests()
303 test_b5<int const volatile&>(static_cast<Fn const volatile &>(cl)); in bullet_five_tests()
305 test_b5<int&&>(static_cast<Fn &&>(cl)); in bullet_five_tests()
306 test_b5<int const&&>(static_cast<Fn const&&>(cl)); in bullet_five_tests()
307 test_b5<int volatile&&>(static_cast<Fn volatile&&>(cl)); in bullet_five_tests()
[all …]
H A Dinvoke_constexpr.pass.cpp133 constexpr void test_b5(Functor&& f) { in test_b5() function
254 test_b5<const int &>(fn); in bullet_five_tests()
258 test_b5<const int &>(fn); in bullet_five_tests()
263 test_b5<int&>(cl); in bullet_five_tests()
264 test_b5<int const&>(static_cast<Fn const&>(cl)); in bullet_five_tests()
266 test_b5<int&&>(static_cast<Fn &&>(cl)); in bullet_five_tests()
267 test_b5<int const&&>(static_cast<Fn const&&>(cl)); in bullet_five_tests()