Lines Matching refs:test_b34

113 void test_b34(Functor&& f) {  in test_b34()  function
228 test_b34<int&>(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()
233 test_b34<int&&>(static_cast<Fn &&>(cl)); in bullet_three_four_tests()
234 test_b34<int const&&>(static_cast<Fn const&&>(cl)); in bullet_three_four_tests()
235 test_b34<int volatile&&>(static_cast<Fn volatile&&>(cl)); in bullet_three_four_tests()
236 test_b34<int const volatile&&>(static_cast<Fn const volatile&&>(cl)); in bullet_three_four_tests()
241 test_b34<int&>(cl); in bullet_three_four_tests()
242 test_b34<int const&>(static_cast<Fn const&>(cl)); in bullet_three_four_tests()
243 test_b34<int volatile&>(static_cast<Fn volatile&>(cl)); in bullet_three_four_tests()
244 test_b34<int const volatile&>(static_cast<Fn const volatile &>(cl)); in bullet_three_four_tests()
246 test_b34<int&&>(static_cast<Fn &&>(cl)); in bullet_three_four_tests()
247 test_b34<int const&&>(static_cast<Fn const&&>(cl)); in bullet_three_four_tests()
248 test_b34<int volatile&&>(static_cast<Fn volatile&&>(cl)); in bullet_three_four_tests()
249 test_b34<int const volatile&&>(static_cast<Fn const volatile&&>(cl)); in bullet_three_four_tests()
254 test_b34<int&>(std::reference_wrapper<Fn>(cl)); in bullet_three_four_tests()
255 test_b34<int const&>(std::reference_wrapper<Fn const>(cl)); in bullet_three_four_tests()
256 test_b34<int volatile&>(std::reference_wrapper<Fn volatile>(cl)); in bullet_three_four_tests()
257 test_b34<int const volatile&>(std::reference_wrapper<Fn const volatile>(cl)); in bullet_three_four_tests()
262 test_b34<int&>(std::reference_wrapper<Fn>(cl)); in bullet_three_four_tests()
263 test_b34<int const&>(std::reference_wrapper<Fn const>(cl)); in bullet_three_four_tests()
264 test_b34<int volatile&>(std::reference_wrapper<Fn volatile>(cl)); in bullet_three_four_tests()
265 test_b34<int const volatile&>(std::reference_wrapper<Fn const volatile>(cl)); in bullet_three_four_tests()
271 test_b34<int&>(cl); in bullet_three_four_tests()
272 test_b34<int const&>(static_cast<Fn const*>(cl)); in bullet_three_four_tests()
273 test_b34<int volatile&>(static_cast<Fn volatile*>(cl)); in bullet_three_four_tests()
274 test_b34<int const volatile&>(static_cast<Fn const volatile *>(cl)); in bullet_three_four_tests()
280 test_b34<int&>(cl); in bullet_three_four_tests()
281 test_b34<int const&>(static_cast<Fn const*>(cl)); in bullet_three_four_tests()
282 test_b34<int volatile&>(static_cast<Fn volatile*>(cl)); in bullet_three_four_tests()
283 test_b34<int const volatile&>(static_cast<Fn const volatile *>(cl)); in bullet_three_four_tests()