Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/func.invoke/
Dinvoke.pass.cpp82 void test_b12(Functor&& f) { in test_b12() function
153 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
154 test_b12<int const&(NonCopyable&&) const &, int const&>(cl); in bullet_one_two_tests()
155 test_b12<int volatile&(NonCopyable&&) volatile &, int volatile&>(cl); in bullet_one_two_tests()
156 test_b12<int const volatile&(NonCopyable&&) const volatile &, int const volatile&>(cl); in bullet_one_two_tests()
158 test_b12<int&&(NonCopyable&&) &&, int&&>(std::move(cl)); in bullet_one_two_tests()
159 test_b12<int const&&(NonCopyable&&) const &&, int const&&>(std::move(cl)); in bullet_one_two_tests()
160 test_b12<int volatile&&(NonCopyable&&) volatile &&, int volatile&&>(std::move(cl)); in bullet_one_two_tests()
161test_b12<int const volatile&&(NonCopyable&&) const volatile &&, int const volatile&&>(std::move(cl… in bullet_one_two_tests()
165 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
[all …]