Searched refs:CallRet (Results 1 – 1 of 1) sorted by relevance
/external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | invoke_helpers.h | 268 typedef void*& CallRet; typedef 281 , CallRet>::value), ""); in runTestImp() 283 CallRet ret = std::__invoke(ptr, object_cast(object)); in runTestImp() 290 , CallRet>::value), ""); in runTestImp() 292 CallRet ret = std::__invoke_constexpr(ptr, object_cast(object)); in runTestImp() 303 , CallRet>::value), ""); in runTestImp() 305 CallRet ret = std::__invoke(ptr, object_cast(object), arg_cast(a0)); in runTestImp() 312 , CallRet>::value), ""); in runTestImp() 314 CallRet ret = std::__invoke_constexpr(ptr, object_cast(object), arg_cast(a0)); in runTestImp() 325 , CallRet>::value), ""); in runTestImp() [all …]
|