Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/func.invoke/
Dinvoke.pass.cpp131 void test_b5(Functor&& f) { in test_b5() function
286 test_b5<int &>(fn); in bullet_five_tests()
290 test_b5<int &>(fn); in bullet_five_tests()
295 test_b5<int&>(cl); in bullet_five_tests()
296 test_b5<int const&>(static_cast<Fn const&>(cl)); in bullet_five_tests()
297 test_b5<int volatile&>(static_cast<Fn volatile&>(cl)); in bullet_five_tests()
298 test_b5<int const volatile&>(static_cast<Fn const volatile &>(cl)); in bullet_five_tests()
300 test_b5<int&&>(static_cast<Fn &&>(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()
[all …]