Searched refs:Q_Volatile (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | bullet_1_2_3.pass.cpp | 197 void runTestDispatch(Q_Volatile, Tp& v) { in runTestDispatch() 280 TestCase<R() volatile, 0, Q_Volatile>::run(); in main() 284 TestCase<R(...) volatile, 0, Q_Volatile>::run(); in main() 288 TestCase<R(A&) volatile, 1, Q_Volatile>::run(); in main() 292 TestCase<R(A&, ...) volatile, 1, Q_Volatile>::run(); in main() 296 TestCase<R(A&, A&) volatile, 2, Q_Volatile>::run(); in main() 300 TestCase<R(A&, A&, ...) volatile, 2, Q_Volatile>::run(); in main() 304 TestCase<R(A&, A&, A&) volatile, 3, Q_Volatile>::run(); in main() 308 TestCase<R(A&, A&, A&, ...) volatile, 3, Q_Volatile>::run(); in main() 314 TestCase11<R() volatile &, 0, Q_Volatile>::run(); in main() [all …]
|
D | invoke_helpers.h | 35 struct Q_Volatile { struct 75 typedef Caster<Q_Volatile> VolatileCaster; 79 typedef Caster<Q_Volatile, true> MoveVolatileCaster;
|