Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__functional/
H A Dmem_fun_ref.h88 mem_fun_ref(_Sp (_Tp::*__f)()) in mem_fun_ref() function
94 mem_fun_ref(_Sp (_Tp::*__f)(_Ap)) in mem_fun_ref() function
160 mem_fun_ref(_Sp (_Tp::*__f)() const) in mem_fun_ref() function
166 mem_fun_ref(_Sp (_Tp::*__f)(_Ap) const) in mem_fun_ref() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_function.h723 mem_fun_ref(_Ret (_Tp::*__f)()) in mem_fun_ref() function
728 mem_fun_ref(_Ret (_Tp::*__f)() const) in mem_fun_ref() function
743 mem_fun_ref(_Ret (_Tp::*__f)(_Arg)) in mem_fun_ref() function
748 mem_fun_ref(_Ret (_Tp::*__f)(_Arg) const) in mem_fun_ref() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_function.h704 inline mem_fun_ref_t<_Ret,_Tp> mem_fun_ref(_Ret (_Tp::*__f)()) in mem_fun_ref() function
708 inline const_mem_fun_ref_t<_Ret,_Tp> mem_fun_ref(_Ret (_Tp::*__f)() const) in mem_fun_ref() function
720 inline mem_fun1_ref_t<_Ret,_Tp,_Arg> mem_fun_ref(_Ret (_Tp::*__f)(_Arg)) in mem_fun_ref() function
725 mem_fun_ref(_Ret (_Tp::*__f)(_Arg) const) in mem_fun_ref() function