Searched refs:runFunctionTestCase (Results 1 – 1 of 1) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/func.require/ |
D | bullet_5.pass.cpp | 219 void runFunctionTestCase() { in runFunctionTestCase() function 247 runFunctionTestCase<Sig, Arity, ArgCaster>(); in runTestCase() 264 runFunctionTestCase<R(...), 0, LValueCaster >(); in main() 265 runFunctionTestCase<R(A&, ...), 1, LValueCaster >(); in main() 266 runFunctionTestCase<R(A&, A&, ...), 2, LValueCaster >(); in main() 267 runFunctionTestCase<R(A&, A&, A&, ...), 3, LValueCaster >(); in main()
|