Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__functional/
H A Dpointer_to_unary_function.h25 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function
30 _LIBCPP_INLINE_VISIBILITY explicit pointer_to_unary_function(_Result (*__f)(_Arg)) in pointer_to_unary_function() function
38 pointer_to_unary_function<_Arg,_Result>
40 {return pointer_to_unary_function<_Arg,_Result>(__f);} in ptr_fun()
/llvm-project-15.0.7/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-15.0.7/libcxx/test/libcxx/depr/depr.function.objects/
H A Dadaptors.depr_in_cxx11.verify.cpp31 …typedef std::pointer_to_unary_function<int, int> PUF; // expected-warning {{'pointer_to_unary_func… in main()
H A Ddepr.adaptors.cxx1z.pass.cpp37 typedef std::pointer_to_unary_function<int, int> PUF; in main()
/llvm-project-15.0.7/libcxx/include/
H A Dfunctional273 class pointer_to_unary_function : public unary_function<Arg, Result>
276 explicit pointer_to_unary_function(Result (*f)(Arg));
281 pointer_to_unary_function<Arg,Result> ptr_fun(Result (*f)(Arg)); // deprecated in C++11, remov…
527 #include <__functional/pointer_to_unary_function.h>
H A DCMakeLists.txt328 __functional/pointer_to_unary_function.h
H A Dmodule.modulemap.in698 … module pointer_to_unary_function { private header "__functional/pointer_to_unary_function.h" }
/llvm-project-15.0.7/libcxx/docs/
H A DUsingLibcxx.rst282 `pointer_to_unary_function`, `pointer_to_binary_function`, `mem_fun_t`,
/llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn389 "__functional/pointer_to_unary_function.h",