Lines Matching refs:test_b12

87 void test_b12(Functor&& f) {  in test_b12()  function
158 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
159 test_b12<int const&(NonCopyable&&) const &, int const&>(cl); in bullet_one_two_tests()
160 test_b12<int volatile&(NonCopyable&&) volatile &, int volatile&>(cl); in bullet_one_two_tests()
161 test_b12<int const volatile&(NonCopyable&&) const volatile &, int const volatile&>(cl); in bullet_one_two_tests()
163 test_b12<int&&(NonCopyable&&) &&, int&&>(std::move(cl)); in bullet_one_two_tests()
164 test_b12<int const&&(NonCopyable&&) const &&, int const&&>(std::move(cl)); in bullet_one_two_tests()
165 test_b12<int volatile&&(NonCopyable&&) volatile &&, int volatile&&>(std::move(cl)); in bullet_one_two_tests()
166test_b12<int const volatile&&(NonCopyable&&) const volatile &&, int const volatile&&>(std::move(cl… in bullet_one_two_tests()
170 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
171 test_b12<int const&(NonCopyable&&) const &, int const&>(cl); in bullet_one_two_tests()
172 test_b12<int volatile&(NonCopyable&&) volatile &, int volatile&>(cl); in bullet_one_two_tests()
173 test_b12<int const volatile&(NonCopyable&&) const volatile &, int const volatile&>(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()
177 test_b12<int volatile&&(NonCopyable&&) volatile &&, int volatile&&>(std::move(cl)); in bullet_one_two_tests()
178test_b12<int const volatile&&(NonCopyable&&) const volatile &&, int const volatile&&>(std::move(cl… in bullet_one_two_tests()
183 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
184 test_b12<int const&(NonCopyable&&) const &, int const&>(cl); in bullet_one_two_tests()
185 test_b12<int volatile&(NonCopyable&&) volatile &, int volatile&>(cl); in bullet_one_two_tests()
186 test_b12<int const volatile&(NonCopyable&&) const volatile &, int const volatile&>(cl); in bullet_one_two_tests()
188 test_b12<int&(NonCopyable&&) &, int&>(std::move(cl)); in bullet_one_two_tests()
189 test_b12<int const&(NonCopyable&&) const &, int const&>(std::move(cl)); in bullet_one_two_tests()
190 test_b12<int volatile&(NonCopyable&&) volatile &, int volatile&>(std::move(cl)); in bullet_one_two_tests()
191test_b12<int const volatile&(NonCopyable&&) const volatile &, int const volatile&>(std::move(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()
198 test_b12<int volatile&(NonCopyable&&) volatile &, int volatile&>(cl); in bullet_one_two_tests()
199 test_b12<int const volatile&(NonCopyable&&) const volatile &, int const volatile&>(cl); in bullet_one_two_tests()
201 test_b12<int&(NonCopyable&&) &, int&>(std::move(cl)); in bullet_one_two_tests()
202 test_b12<int const&(NonCopyable&&) const &, int const&>(std::move(cl)); in bullet_one_two_tests()
203 test_b12<int volatile&(NonCopyable&&) volatile &, int volatile&>(std::move(cl)); in bullet_one_two_tests()
204test_b12<int const volatile&(NonCopyable&&) const volatile &, int const volatile&>(std::move(cl)); in bullet_one_two_tests()
209 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
210 test_b12<int const&(NonCopyable&&) const &, int const&>(cl); in bullet_one_two_tests()
211 test_b12<int volatile&(NonCopyable&&) volatile &, int volatile&>(cl); in bullet_one_two_tests()
212 test_b12<int const volatile&(NonCopyable&&) const volatile &, int const volatile&>(cl); in bullet_one_two_tests()
217 test_b12<int&(NonCopyable&&) &, int&>(cl); in bullet_one_two_tests()
218 test_b12<int const&(NonCopyable&&) const &, int const&>(cl); in bullet_one_two_tests()
219 test_b12<int volatile&(NonCopyable&&) volatile &, int volatile&>(cl); in bullet_one_two_tests()
220 test_b12<int const volatile&(NonCopyable&&) const volatile &, int const volatile&>(cl); in bullet_one_two_tests()