Home
last modified time | relevance | path

Searched refs:const_mem_fun_t (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__functional/
H A Dmem_fun_ref.h83 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t : public __unary_function<co…
87 _LIBCPP_HIDE_FROM_ABI explicit const_mem_fun_t(_Sp (_Tp::*__p)() const) : __p_(__p) {} in const_mem_fun_t() function
102 _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI const_mem_fun_t<_Sp, _Tp> mem_fun(_Sp (_Tp… in mem_fun()
103 return const_mem_fun_t<_Sp, _Tp>(__f); in mem_fun()
/src/contrib/llvm-project/libcxx/include/
H A Dfunctional357 class const_mem_fun_t : public unary_function<const T*, S> // deprecated in C+…
360 explicit const_mem_fun_t(S (T::*p)() const);
373 const_mem_fun_t<S,T> mem_fun(S (T::*f)() const); // deprecated in C+…
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc938 SYMBOL(const_mem_fun_t, std::, <functional>)