Home
last modified time | relevance | path

Searched defs:__pf (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_function.h531 explicit mem_fun_t(_Ret (_Tp::*__pf)()) : _M_f(__pf) {} in mem_fun_t()
551 explicit mem_fun_ref_t(_Ret (_Tp::*__pf)()) : _M_f(__pf) {} in mem_fun_ref_t()
612 explicit mem_fun_t(void (_Tp::*__pf)()) : _M_f(__pf) {} in mem_fun_t()
632 explicit mem_fun_ref_t(void (_Tp::*__pf)()) : _M_f(__pf) {} in mem_fun_ref_t()
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_function.h587 mem_fun_t(_Ret (_Tp::*__pf)()) in mem_fun_t()
619 mem_fun_ref_t(_Ret (_Tp::*__pf)()) in mem_fun_ref_t()