Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__functional/
H A Dmem_fun_ref.h113 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_ref_t : public __unary_functio…
117 _LIBCPP_HIDE_FROM_ABI explicit const_mem_fun_ref_t(_Sp (_Tp::*__p)() const) : __p_(__p) {} in const_mem_fun_ref_t() function
131 _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI const_mem_fun_ref_t<_Sp, _Tp>
133 return const_mem_fun_ref_t<_Sp, _Tp>(__f); in mem_fun_ref()
/src/contrib/llvm-project/libcxx/include/
H A Dfunctional378 class const_mem_fun_ref_t : public unary_function<T, S> // deprecated in C+…
381 explicit const_mem_fun_ref_t(S (T::*p)() const);
394 const_mem_fun_ref_t<S,T> mem_fun_ref(S (T::*f)() const); // deprecated in C+…
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc937 SYMBOL(const_mem_fun_ref_t, std::, <functional>)