Searched refs:test_b5 (Results 1 – 1 of 1) sorted by relevance
130 void test_b5(Functor&& f) { in test_b5() function243 test_b5<int &>(fn); in bullet_five_tests()247 test_b5<int &>(fn); in bullet_five_tests()252 test_b5<int&>(cl); in bullet_five_tests()253 test_b5<int const&>(static_cast<Fn const&>(cl)); in bullet_five_tests()254 test_b5<int volatile&>(static_cast<Fn volatile&>(cl)); in bullet_five_tests()255 test_b5<int const volatile&>(static_cast<Fn const volatile &>(cl)); in bullet_five_tests()257 test_b5<int&&>(static_cast<Fn &&>(cl)); in bullet_five_tests()258 test_b5<int const&&>(static_cast<Fn const&&>(cl)); in bullet_five_tests()259 test_b5<int volatile&&>(static_cast<Fn volatile&&>(cl)); in bullet_five_tests()[all …]