Searched refs:test_b34 (Results 1 – 1 of 1) sorted by relevance
108 void test_b34(Functor&& f) { in test_b34() function223 test_b34<int&>(cl); in bullet_three_four_tests()224 test_b34<int const&>(static_cast<Fn const&>(cl)); in bullet_three_four_tests()225 test_b34<int volatile&>(static_cast<Fn volatile&>(cl)); in bullet_three_four_tests()226 test_b34<int const volatile&>(static_cast<Fn const volatile &>(cl)); in bullet_three_four_tests()228 test_b34<int&&>(static_cast<Fn &&>(cl)); in bullet_three_four_tests()229 test_b34<int const&&>(static_cast<Fn const&&>(cl)); in bullet_three_four_tests()230 test_b34<int volatile&&>(static_cast<Fn volatile&&>(cl)); in bullet_three_four_tests()231 test_b34<int const volatile&&>(static_cast<Fn const volatile&&>(cl)); in bullet_three_four_tests()236 test_b34<int&>(cl); in bullet_three_four_tests()[all …]