Lines Matching refs:test_b12

84 constexpr void test_b12(Functor&& f) {  in test_b12()  function
155 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
156 test_b12<int const&(NonCopyable&&) const &, int const&>(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()
163 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
164 test_b12<int const&(NonCopyable&&) const &, int const&>(cl); in bullet_one_two_tests()
166 test_b12<int&&(NonCopyable&&) &&, int&&>(std::move(cl)); in bullet_one_two_tests()
167 test_b12<int const&&(NonCopyable&&) const &&, int const&&>(std::move(cl)); in bullet_one_two_tests()
172 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
173 test_b12<int const&(NonCopyable&&) const &, int const&>(cl); in bullet_one_two_tests()
175 test_b12<int&(NonCopyable&&) &, int&>(std::move(cl)); in bullet_one_two_tests()
176 test_b12<int const&(NonCopyable&&) const &, int const&>(std::move(cl)); in bullet_one_two_tests()
181 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
182 test_b12<int const&(NonCopyable&&) const &, int const&>(cl); in bullet_one_two_tests()
184 test_b12<int&(NonCopyable&&) &, int&>(std::move(cl)); in bullet_one_two_tests()
185 test_b12<int const&(NonCopyable&&) const &, int const&>(std::move(cl)); in bullet_one_two_tests()
190 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
191 test_b12<int const&(NonCopyable&&) const &, int const&>(cl); in bullet_one_two_tests()
196 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
197 test_b12<int const&(NonCopyable&&) const &, int const&>(cl); in bullet_one_two_tests()