Searched refs:mem_fun1_ref_t (Results 1 – 7 of 7) sorted by relevance
/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()
|
/llvm-project/libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/ |
H A D | mem_fun1_ref_t.cxx1z.compile.fail.cpp | 33 typedef std::mem_fun1_ref_t<short, A, int> F; in main()
|
H A D | mem_fun1_ref_t.pass.cpp | 32 typedef std::mem_fun1_ref_t<short, A, int> F; in main()
|
/llvm-project/libcxx/test/libcxx/depr/depr.function.objects/ |
H A D | adaptors.depr_in_cxx11.verify.cpp | 44 …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 D | functional | 346 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 D | UsingLibcxx.rst |
|
/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 2181 SYMBOL(mem_fun1_ref_t, std::, <functional>)
|