Searched defs:runTestImp (Results 1 – 1 of 1) sorted by relevance
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/ |
H A D | invoke_helpers.h | 276 void runTestImp(Int<0>, MethodPtr ptr, ObjectT& object) { in runTestImp() function 288 void runTestImp(Int<1>, MethodPtr ptr, ObjectT& object) { in runTestImp() function 300 void runTestImp(Int<2>, MethodPtr ptr, ObjectT& object) { in runTestImp() function 312 void runTestImp(Int<3>, MethodPtr ptr, ObjectT& object) { in runTestImp() function 327 void runTestImp(Int<0>, ObjectT& object) { in runTestImp() function 339 void runTestImp(Int<1>, ObjectT& object) { in runTestImp() function 351 void runTestImp(Int<2>, ObjectT& object) { in runTestImp() function 363 void runTestImp(Int<3>, ObjectT& object) { in runTestImp() function
|