Searched refs:Q_CV (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/func.require/ |
D | bullet_1_and_2.pass.cpp | 195 void runTestDispatch(Q_CV, Tp& v) { in runTestDispatch() 230 TestCase<R() const volatile, 0, Q_CV>::run(); in main() 234 TestCase<R(...) const volatile, 0, Q_CV>::run(); in main() 238 TestCase<R(A&) const volatile, 1, Q_CV>::run(); in main() 242 TestCase<R(A&, ...) const volatile, 1, Q_CV>::run(); in main() 246 TestCase<R(A&, A&) const volatile, 2, Q_CV>::run(); in main() 250 TestCase<R(A&, A&, ...) const volatile, 2, Q_CV>::run(); in main() 254 TestCase<R(A&, A&, A&) const volatile, 3, Q_CV>::run(); in main() 258 TestCase<R(A&, A&, A&, ...) const volatile, 3, Q_CV>::run(); in main() 264 TestCase11<R() const volatile &, 0, Q_CV>::run(); in main() [all …]
|
D | invoke_helpers.h | 31 struct Q_CV { struct 67 typedef Caster<Q_CV> CVCaster; 71 typedef Caster<Q_CV, true> MoveCVCaster;
|