Searched refs:VolatileCaster (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/func.require/ |
D | bullet_5.pass.cpp | 276 runFunctorTestCase<R() volatile, 0, VolatileCaster >(); in main() 280 runFunctorTestCase<R(A&) volatile, 1, VolatileCaster >(); in main() 284 runFunctorTestCase<R(A&, A&) volatile, 2, VolatileCaster >(); in main() 288 runFunctorTestCase<R(A&, A&, A&) volatile, 3, VolatileCaster >(); in main() 294 runFunctorTestCase<R(CA&) volatile, 1, VolatileCaster, CC>(); in main() 298 runFunctorTestCase<R(CA&, CA&) volatile, 2, VolatileCaster, CC>(); in main() 302 runFunctorTestCase<R(CA&, CA&, CA&) volatile, 3, VolatileCaster, CC>(); in main() 309 runFunctorTestCase11<R() volatile &, 0, VolatileCaster >(); in main() 319 runFunctorTestCase11<R(A&&) volatile &, 1, VolatileCaster, MC>(); in main()
|
D | invoke_helpers.h | 66 typedef Caster<Q_Volatile> VolatileCaster; typedef
|