Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__functional/
H A Dmem_fun_ref.h122 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun1_ref_t : public __binary_funct…
126 _LIBCPP_HIDE_FROM_ABI explicit const_mem_fun1_ref_t(_Sp (_Tp::*__p)(_Ap) const) : __p_(__p) {} in const_mem_fun1_ref_t() function
137 _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI const_mem_fun1_ref_t<_Sp, _Tp, _Ap>
139 return const_mem_fun1_ref_t<_Sp, _Tp, _Ap>(__f); in mem_fun_ref()
/src/contrib/llvm-project/libcxx/include/
H A Dfunctional386 class const_mem_fun1_ref_t : public binary_function<T, A, S> // deprecated in C+…
389 explicit const_mem_fun1_ref_t(S (T::*p)(A) const);
396 const_mem_fun1_ref_t<S,T,A> mem_fun_ref(S (T::*f)(A) const); // deprecated in C+…
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc935 SYMBOL(const_mem_fun1_ref_t, std::, <functional>)