Home
last modified time | relevance | path

Searched refs:test_b34 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/utilities/function.objects/func.invoke/
H A Dinvoke.pass.cpp113 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()
[all …]
H A Dinvoke_constexpr.pass.cpp110 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()
[all …]