Searched refs:mem_fun1_ref_t (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | mem_fun_ref.h | 63 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun1_ref_t : public __binary_function<_T… 67 _LIBCPP_HIDE_FROM_ABI explicit mem_fun1_ref_t(_Sp (_Tp::*__p)(_Ap)) : __p_(__p) {} in mem_fun1_ref_t() function 77 _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI mem_fun1_ref_t<_Sp, _Tp, _Ap> 79 return mem_fun1_ref_t<_Sp, _Tp, _Ap>(__f); in mem_fun_ref()
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | functional | 344 class mem_fun1_ref_t : public binary_function<T, A, S> // deprecated in C+… 347 explicit mem_fun1_ref_t(S (T::*p)(A)); 354 mem_fun1_ref_t<S,T,A> mem_fun_ref(S (T::*f)(A)); // deprecated in C+…
|
| /src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2137 SYMBOL(mem_fun1_ref_t, std::, <functional>)
|