Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
233 test_b34<int&&>(static_cast<Fn &&>(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()
246 test_b34<int&&>(static_cast<Fn &&>(cl)); in bullet_three_four_tests()
254 test_b34<int&>(std::reference_wrapper<Fn>(cl)); in bullet_three_four_tests()
262 test_b34<int&>(std::reference_wrapper<Fn>(cl)); in bullet_three_four_tests()
271 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()
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()
224 test_b34<int&>(std::reference_wrapper<Fn>(cl)); in bullet_three_four_tests()
230 test_b34<int&>(std::reference_wrapper<Fn>(cl)); in bullet_three_four_tests()
237 test_b34<int&>(cl); in bullet_three_four_tests()
[all …]