Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__functional/
H A Dinvoke.h263 template <class _Ret, class _ClassType>
397 template <class _Ret, class _Fp, class ..._Args>
411 …typename conditional< is_void<_Ret>::value, true_type, __is_core_convertible<_Result, _Ret> >::typ…
423 template <class _Ret, class _Fp, class ..._Args>
435 template <class _Ret, class _Fp, class ..._Args>
446 is_void<_Ret>::value,
447 _Ret, _Fp, _Args...
465 template <class _Ret, bool = is_void<_Ret>::value>
469 static _Ret __call(_Args&&... __args) {
474 template <class _Ret>
[all …]
H A Dfunction.h111 template <class _Ret, class _Class>
113 bool __not_null(_Ret _Class::*__ptr) { return __ptr; }
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-function-mocker.h54 #define GMOCK_INTERNAL_MOCK_METHOD_ARG_3(_Ret, _MethodName, _Args) \ argument
55 GMOCK_INTERNAL_MOCK_METHOD_ARG_4(_Ret, _MethodName, _Args, ())
57 #define GMOCK_INTERNAL_MOCK_METHOD_ARG_4(_Ret, _MethodName, _Args, _Spec) \ argument
61 GMOCK_PP_NARG0 _Args, GMOCK_INTERNAL_SIGNATURE(_Ret, _Args)); \
67 (GMOCK_INTERNAL_SIGNATURE(_Ret, _Args)))
213 #define GMOCK_INTERNAL_SIGNATURE(_Ret, _Args) \ argument
214 GMOCK_PP_IF(GMOCK_PP_IS_BEGIN_PARENS(_Ret), GMOCK_PP_REMOVE_PARENS, \
216 (_Ret)(GMOCK_PP_FOR_EACH(GMOCK_INTERNAL_GET_TYPE, _, _Args))
/llvm-project-15.0.7/libcxx/include/__coroutine/
H A Dcoroutine_traits.h43 template <class _Ret, class... _Args>
45 : public __coroutine_traits_sfinae<_Ret>
/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Drotate.h195 using _Ret = pair<_Iterator, _Iterator>; in __rotate() local
199 return _Ret(__last_iter, __last_iter); in __rotate()
201 return _Ret(std::move(__first), std::move(__last_iter)); in __rotate()
207 return _Ret(std::move(__result), std::move(__last_iter)); in __rotate()
/llvm-project-15.0.7/clang/test/PCH/
H A Dcxx-templates.h75 template <class _Ret, class _Tp>
80 mem_fun_t(_Ret (_Tp::*__pf)())
84 _Ret (_Tp::*_M_f)();
/llvm-project-15.0.7/libcxx/include/__chrono/
H A Dtime_point.h229 …ypedef time_point<_Clock, typename common_type<_Duration1, duration<_Rep2, _Period2> >::type> _Ret;
230 return _Ret(__lhs.time_since_epoch() -__rhs);
/llvm-project-15.0.7/libcxx/include/experimental/
H A Dcoroutine75 template <typename _Ret, typename... _Args>
77 : public __coroutine_traits_sfinae<_Ret>