Home
last modified time | relevance | path

Searched refs:mem_fun1_ref_t (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libcxx/include/__functional/
H A Dmem_fun_ref.h63 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()
/llvm-project/libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
H A Dmem_fun1_ref_t.cxx1z.compile.fail.cpp33 typedef std::mem_fun1_ref_t<short, A, int> F; in main()
H A Dmem_fun1_ref_t.pass.cpp32 typedef std::mem_fun1_ref_t<short, A, int> F; in main()
/llvm-project/libcxx/test/libcxx/depr/depr.function.objects/
H A Dadaptors.depr_in_cxx11.verify.cpp44 …typedef std::mem_fun1_ref_t<int, Foo, int> MFR1; // expected-warning {{'mem_fun1_ref_t<int, Foo, i… in f()
/llvm-project/libcxx/include/
H A Dfunctional346 class mem_fun1_ref_t : public binary_function<T, A, S> // deprecated in C++11, removed in C++17
349 explicit mem_fun1_ref_t(S (T::*p)(A));
356 mem_fun1_ref_t<S,T,A> mem_fun_ref(S (T::*f)(A)); // deprecated in C++11, removed in C++17
/llvm-project/libcxx/docs/
H A DUsingLibcxx.rst
/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2181 SYMBOL(mem_fun1_ref_t, std::, <functional>)