Lines Matching refs:test_b5
136 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()
308 test_b5<int const volatile&&>(static_cast<Fn const volatile&&>(cl)); in bullet_five_tests()