Home
last modified time | relevance | path

Searched refs:pointer_to_unary_function (Results 1 – 10 of 10) sorted by relevance

/llvm-project/libcxx/include/__functional/
H A Dpointer_to_unary_function.h26 _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function : public __unary_function<_Arg, _Result> {
30 _LIBCPP_HIDE_FROM_ABI explicit pointer_to_unary_function(_Result (*__f)(_Arg)) : __f_(__f) {} in pointer_to_unary_function() function
35 _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI pointer_to_unary_function<_Arg, _Result>
37 return pointer_to_unary_function<_Arg, _Result>(__f); in ptr_fun()
/llvm-project/libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/
H A Dpointer_to_unary_function.cxx1z.compile.fail.cpp25 typedef std::pointer_to_unary_function<int, double> F; in main()
H A Dpointer_to_unary_function.pass.cpp26 typedef std::pointer_to_unary_function<int, double> F; in main()
/llvm-project/libcxx/test/libcxx/depr/depr.function.objects/
H A Dadaptors.depr_in_cxx11.verify.cpp29 …typedef std::pointer_to_unary_function<int, int> PUF; // expected-warning {{'pointer_to_unary_func… in f()
H A Ddepr.adaptors.cxx1z.pass.cpp38 typedef std::pointer_to_unary_function<int, int> PUF; in main()
/llvm-project/libcxx/include/
H A Dfunctional297 class pointer_to_unary_function : public unary_function<Arg, Result>
300 explicit pointer_to_unary_function(Result (*f)(Arg));
305 pointer_to_unary_function<Arg,Result> ptr_fun(Result (*f)(Arg)); // deprecated in C++11, removed in C++17
547 # include <__functional/pointer_to_unary_function.h>
H A DCMakeLists.txt423 __functional/pointer_to_unary_function.h
1472 __cxx03/__functional/pointer_to_unary_function.h
H A Dmodule.modulemap1368 module pointer_to_unary_function { header "__functional/pointer_to_unary_function.h" }
/llvm-project/libcxx/docs/
H A DUsingLibcxx.rst
/llvm-project/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn812 "__cxx03/__functional/pointer_to_unary_function.h",
1386 "__functional/pointer_to_unary_function.h",