Lines Matching refs:test_b34
110 constexpr void test_b34(Functor&& f) { in test_b34() function
206 test_b34<int&>(cl); in bullet_three_four_tests()
207 test_b34<int const&>(static_cast<Fn const&>(cl)); in bullet_three_four_tests()
209 test_b34<int&&>(static_cast<Fn &&>(cl)); in bullet_three_four_tests()
210 test_b34<int const&&>(static_cast<Fn const&&>(cl)); in bullet_three_four_tests()
215 test_b34<int&>(cl); in bullet_three_four_tests()
216 test_b34<int const&>(static_cast<Fn const&>(cl)); in bullet_three_four_tests()
218 test_b34<int&&>(static_cast<Fn &&>(cl)); in bullet_three_four_tests()
219 test_b34<int const&&>(static_cast<Fn const&&>(cl)); in bullet_three_four_tests()
224 test_b34<int&>(std::reference_wrapper<Fn>(cl)); in bullet_three_four_tests()
225 test_b34<int const&>(std::reference_wrapper<Fn const>(cl)); in bullet_three_four_tests()
230 test_b34<int&>(std::reference_wrapper<Fn>(cl)); in bullet_three_four_tests()
231 test_b34<int const&>(std::reference_wrapper<Fn const>(cl)); in bullet_three_four_tests()
237 test_b34<int&>(cl); in bullet_three_four_tests()
238 test_b34<int const&>(static_cast<Fn const*>(cl)); in bullet_three_four_tests()
244 test_b34<int&>(cl); in bullet_three_four_tests()
245 test_b34<int const&>(static_cast<Fn const*>(cl)); in bullet_three_four_tests()