Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/func.invoke/
Dinvoke.pass.cpp107 void test_b34(Functor&& f) { in test_b34() function
196 test_b34<int&>(cl); in bullet_three_four_tests()
197 test_b34<int const&>(static_cast<Fn const&>(cl)); in bullet_three_four_tests()
198 test_b34<int volatile&>(static_cast<Fn volatile&>(cl)); in bullet_three_four_tests()
199 test_b34<int const volatile&>(static_cast<Fn const volatile &>(cl)); in bullet_three_four_tests()
201 test_b34<int&&>(static_cast<Fn &&>(cl)); in bullet_three_four_tests()
202 test_b34<int const&&>(static_cast<Fn const&&>(cl)); in bullet_three_four_tests()
203 test_b34<int volatile&&>(static_cast<Fn volatile&&>(cl)); in bullet_three_four_tests()
204 test_b34<int const volatile&&>(static_cast<Fn const volatile&&>(cl)); in bullet_three_four_tests()
209 test_b34<int&>(cl); in bullet_three_four_tests()
[all …]