Searched refs:__weak_result_type (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__functional/
H A Dweak_result_type.h37 // __weak_result_type
109 struct __weak_result_type struct in inherits:__weak_result_type_imp
117 struct __weak_result_type<_Rp ()> struct
125 struct __weak_result_type<_Rp (&)()> struct
133 struct __weak_result_type<_Rp (*)()> struct
143 struct __weak_result_type<_Rp (_A1)> struct in inherits:__unary_function
149 struct __weak_result_type<_Rp (&)(_A1)> struct in inherits:__unary_function
155 struct __weak_result_type<_Rp (*)(_A1)> struct in inherits:__unary_function
161 struct __weak_result_type<_Rp (_Cp::*)()> struct in inherits:__unary_function
167 struct __weak_result_type<_R struct in inherits:__unary_function
173 struct __weak_result_type<_Rp (_Cp::*)() volatile> struct in inherits:__unary_function
179 struct __weak_result_type<_Rp (_Cp::*)() const volatile> struct in inherits:__unary_function
187 struct __weak_result_type<_Rp (_A1, _A2)> struct in inherits:__binary_function
193 struct __weak_result_type<_Rp (*)(_A1, _A2)> struct in inherits:__binary_function
199 struct __weak_result_type<_Rp (&)(_A1, _A2)> struct in inherits:__binary_function
205 struct __weak_result_type<_Rp (_Cp::*)(_A1)> struct in inherits:__binary_function
211 struct __weak_result_type<_Rp (_Cp::*)(_A1) const> struct in inherits:__binary_function
217 struct __weak_result_type<_Rp (_Cp::*)(_A1) volatile> struct in inherits:__binary_function
223 struct __weak_result_type<_Rp (_Cp::*)(_A1) const volatile> struct in inherits:__binary_function
231 struct __weak_result_type<_Rp (_A1, _A2, _A3, _A4...)> struct
239 struct __weak_result_type<_Rp (&)(_A1, _A2, _A3, _A4...)> struct
247 struct __weak_result_type<_Rp (*)(_A1, _A2, _A3, _A4...)> struct
255 struct __weak_result_type<_Rp (_Cp::*)(_A1, _A2, _A3...)> struct
263 struct __weak_result_type<_Rp (_Cp::*)(_A1, _A2, _A3...) const> struct
271 struct __weak_result_type<_Rp (_Cp::*)(_A1, _A2, _A3...) volatile> struct
279 struct __weak_result_type<_Rp (_Cp::*)(_A1, _A2, _A3...) const volatile> struct
[all...]
H A Dmem_fn.h27 class __mem_fn : public __weak_result_type<_Tp>
H A Dreference_wrapper.h29 class _LIBCPP_TEMPLATE_VIS reference_wrapper : public __weak_result_type<_Tp>
H A Dbind.h267 class __bind : public __weak_result_type<typename decay<_Fp>::type>

Completed in 190 milliseconds