Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/func.require/
Dbullet_5.pass.cpp227 void runFunctorTestCase() { in runFunctorTestCase() function
232 void runFunctorTestCase() { in runFunctorTestCase() function
248 runFunctorTestCase <Sig, Arity, LValueCaster, ArgCaster>(); in runTestCase()
274 runFunctorTestCase<R(), 0, LValueCaster >(); in main()
275 runFunctorTestCase<R() const, 0, ConstCaster >(); in main()
276 runFunctorTestCase<R() volatile, 0, VolatileCaster >(); in main()
277 runFunctorTestCase<R() const volatile, 0, CVCaster >(); in main()
278 runFunctorTestCase<R(A&), 1, LValueCaster >(); in main()
279 runFunctorTestCase<R(A&) const, 1, ConstCaster >(); in main()
280 runFunctorTestCase<R(A&) volatile, 1, VolatileCaster >(); in main()
[all …]