Searched refs:pointer_to_unary_function (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__functional/ |
| H A D | pointer_to_unary_function.h | 25 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 D | pointer_to_unary_function.cxx1z.compile.fail.cpp | 25 typedef std::pointer_to_unary_function<int, double> F; in main()
|
| H A D | pointer_to_unary_function.pass.cpp | 26 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 D | adaptors.depr_in_cxx11.verify.cpp | 31 …typedef std::pointer_to_unary_function<int, int> PUF; // expected-warning {{'pointer_to_unary_func… in main()
|
| H A D | depr.adaptors.cxx1z.pass.cpp | 37 typedef std::pointer_to_unary_function<int, int> PUF; in main()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | functional | 273 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 D | CMakeLists.txt | 328 __functional/pointer_to_unary_function.h
|
| H A D | module.modulemap.in | 698 … module pointer_to_unary_function { private header "__functional/pointer_to_unary_function.h" }
|
| /llvm-project-15.0.7/libcxx/docs/ |
| H A D | UsingLibcxx.rst | 282 `pointer_to_unary_function`, `pointer_to_binary_function`, `mem_fun_t`,
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/include/ |
| H A D | BUILD.gn | 389 "__functional/pointer_to_unary_function.h",
|