Searched refs:CallRet (Results 1 – 1 of 1) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/func.require/ |
D | invoke_helpers.h | 225 typedef void*& CallRet; typedef 237 , CallRet>::value), ""); in runTestImp() 239 CallRet ret = std::__invoke(ptr, object_cast(object)); in runTestImp() 247 , CallRet>::value), ""); in runTestImp() 249 CallRet ret = std::__invoke(ptr, object_cast(object), arg_cast(a0)); in runTestImp() 257 , CallRet>::value), ""); in runTestImp() 259 CallRet ret = std::__invoke(ptr, object_cast(object), arg_cast(a0), arg_cast(a1)); in runTestImp() 267 , CallRet>::value), ""); in runTestImp() 269 … CallRet ret = std::__invoke(ptr, object_cast(object), arg_cast(a0), arg_cast(a1), arg_cast(a2)); in runTestImp() 280 , CallRet>::value), ""); in runTestImp() [all …]
|