Searched refs:test_b5 (Results 1 – 2 of 2) sorted by relevance
136 void test_b5(Functor&& f) { in test_b5() function291 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 …]
133 constexpr void test_b5(Functor&& f) { in test_b5() function254 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()