Home
last modified time | relevance | path

Searched defs:_Arg (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_function.h444 explicit pointer_to_unary_function(_Result (*__x)(_Arg)) : _M_ptr(__x) {} in pointer_to_unary_function()
450 inline pointer_to_unary_function<_Arg, _Result> ptr_fun(_Result (*__x)(_Arg)) in ptr_fun()
571 explicit mem_fun1_t(_Ret (_Tp::*__pf)(_Arg)) : _M_f(__pf) {} in mem_fun1_t()
592 explicit mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg)) : _M_f(__pf) {} in mem_fun1_ref_t()
652 explicit mem_fun1_t(void (_Tp::*__pf)(_Arg)) : _M_f(__pf) {} in mem_fun1_t()
674 explicit mem_fun1_ref_t(void (_Tp::*__pf)(_Arg)) : _M_f(__pf) {} in mem_fun1_ref_t()
712 inline mem_fun1_t<_Ret,_Tp,_Arg> mem_fun(_Ret (_Tp::*__f)(_Arg)) in mem_fun()
720 inline mem_fun1_ref_t<_Ret,_Tp,_Arg> mem_fun_ref(_Ret (_Tp::*__f)(_Arg)) in mem_fun_ref()
/openbsd-src/gnu/llvm/libcxx/include/__functional/
H A Dpointer_to_unary_function.h30 _LIBCPP_INLINE_VISIBILITY explicit pointer_to_unary_function(_Result (*__f)(_Arg)) in pointer_to_unary_function()
39 ptr_fun(_Result (*__f)(_Arg)) in ptr_fun()
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_function.h489 pointer_to_unary_function(_Result (*__x)(_Arg)) in pointer_to_unary_function()
500 ptr_fun(_Result (*__x)(_Arg)) in ptr_fun()
651 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg)) in mem_fun1_t()
683 mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg)) in mem_fun1_ref_t()
733 mem_fun(_Ret (_Tp::*__f)(_Arg)) in mem_fun()
743 mem_fun_ref(_Ret (_Tp::*__f)(_Arg)) in mem_fun_ref()