Searched refs:CVCaster (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | bullet_7.pass.cpp | 277 runFunctorTestCase<R() const volatile, 0, CVCaster >(); in main() 281 runFunctorTestCase<R(A&) const volatile, 1, CVCaster >(); in main() 285 runFunctorTestCase<R(A&, A&) const volatile, 2, CVCaster >(); in main() 289 runFunctorTestCase<R(A&, A&, A&) const volatile, 3, CVCaster >(); in main() 295 runFunctorTestCase<R(CA&) const volatile, 1, CVCaster, CC>(); in main() 299 runFunctorTestCase<R(CA&, CA&) const volatile, 2, CVCaster, CC>(); in main() 303 runFunctorTestCase<R(CA&, CA&, CA&) const volatile, 3, CVCaster, CC>(); in main() 310 runFunctorTestCase11<R() const volatile &, 0, CVCaster >(); in main() 320 runFunctorTestCase11<R(A&&) const volatile &, 1, CVCaster, MC>(); in main()
|
D | invoke_helpers.h | 76 typedef Caster<Q_CV> CVCaster; typedef
|