Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__functional/
H A Dmem_fun_ref.h72 _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI mem_fun_ref_t<_Sp, _Tp> mem_fun_ref(_Sp (_… in mem_fun_ref() function
78 mem_fun_ref(_Sp (_Tp::*__f)(_Ap)) { in mem_fun_ref() function
132 mem_fun_ref(_Sp (_Tp::*__f)() const) { in mem_fun_ref() function
138 mem_fun_ref(_Sp (_Tp::*__f)(_Ap) const) { in mem_fun_ref() function
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dfunctional337 mem_fun_ref_t<S,T> mem_fun_ref(S (T::*f)()); // deprecated in C+…
339 mem_fun1_ref_t<S,T,A> mem_fun_ref(S (T::*f)(A)); // deprecated in C+…
379 const_mem_fun_ref_t<S,T> mem_fun_ref(S (T::*f)() const); // deprecated in C+…
381 const_mem_fun1_ref_t<S,T,A> mem_fun_ref(S (T::*f)(A) const); // deprecated in C+…
534 #include <__functional/mem_fun_ref.h>
H A Dlibcxx.imp410 { include: [ "<__functional/mem_fun_ref.h>", "private", "<functional>", "public" ] },
H A Dmodule.modulemap.in1376 … std_private_functional_mem_fun_ref [system] { header "__functional/mem_fun_ref.h" }
/freebsd-14.2/lib/libc++/
H A DMakefile781 FUN_HEADERS+= mem_fun_ref.h
H A Dmodule.modulemap1376 … std_private_functional_mem_fun_ref [system] { header "__functional/mem_fun_ref.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2139 SYMBOL(mem_fun_ref, std::, <functional>)