Home
last modified time | relevance | path

Searched defs:mem_fun1_t (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dspec1.C6 mem_fun1_t(S (T::*pf)(double)) {} in mem_fun1_t() function
12 mem_fun1_t(void (T::*pf)(double)) {} in mem_fun1_t() function
/openbsd-src/gnu/llvm/libcxx/include/__functional/
H A Dmem_fun_ref.h43 _LIBCPP_INLINE_VISIBILITY explicit mem_fun1_t(_Sp (_Tp::*__p)(_Ap)) in mem_fun1_t() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_function.h571 explicit mem_fun1_t(_Ret (_Tp::*__pf)(_Arg)) : _M_f(__pf) {} in mem_fun1_t() function
652 explicit mem_fun1_t(void (_Tp::*__pf)(_Arg)) : _M_f(__pf) {} in mem_fun1_t() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_function.h651 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg)) in mem_fun1_t() function