Searched refs:Q_Volatile (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/func.require/ |
D | bullet_1_and_2.pass.cpp | 188 void runTestDispatch(Q_Volatile, Tp& v) { in runTestDispatch() 229 TestCase<R() volatile, 0, Q_Volatile>::run(); in main() 233 TestCase<R(...) volatile, 0, Q_Volatile>::run(); in main() 237 TestCase<R(A&) volatile, 1, Q_Volatile>::run(); in main() 241 TestCase<R(A&, ...) volatile, 1, Q_Volatile>::run(); in main() 245 TestCase<R(A&, A&) volatile, 2, Q_Volatile>::run(); in main() 249 TestCase<R(A&, A&, ...) volatile, 2, Q_Volatile>::run(); in main() 253 TestCase<R(A&, A&, A&) volatile, 3, Q_Volatile>::run(); in main() 257 TestCase<R(A&, A&, A&, ...) volatile, 3, Q_Volatile>::run(); in main() 263 TestCase11<R() volatile &, 0, Q_Volatile>::run(); in main() [all …]
|
D | invoke_helpers.h | 26 struct Q_Volatile { struct 66 typedef Caster<Q_Volatile> VolatileCaster; 70 typedef Caster<Q_Volatile, true> MoveVolatileCaster;
|