Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/func.require/
Dbullet_5.pass.cpp276 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()
Dinvoke_helpers.h66 typedef Caster<Q_Volatile> VolatileCaster; typedef