Searched defs:TestCase11 (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_1_2_3.pass.cpp247 struct TestCase11 : public TestCaseImp<MemFun11, Sig, Arity, CV, RValue, true> {}; struct in inherits:TestCaseImp
312 TestCase11<R() &, 0, Q_None>::run();
313 TestCase11<R() const &, 0, Q_Const>::run();
314 TestCase11<R() volatile &, 0, Q_Volatile>::run();
315 TestCase11<R() const volatile &, 0, Q_CV>::run();
316 TestCase11<R(...) &, 0, Q_None>::run();
317 TestCase11<R(...) const &, 0, Q_Const>::run();
318 TestCase11<R(...) volatile &, 0, Q_Volatile>::run();
319 TestCase11<R(...) const volatile &, 0, Q_CV>::run();
320 TestCase11<
[all...]

Completed in 167 milliseconds