Searched refs:pointer_to_binary_function (Results 1 – 10 of 10) sorted by relevance
/llvm-project/libcxx/include/__functional/ |
H A D | pointer_to_binary_function.h | 26 _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_binary_function : public __binary_function<_Arg1, _Arg2, _Re… 30 …_LIBCPP_HIDE_FROM_ABI explicit pointer_to_binary_function(_Result (*__f)(_Arg1, _Arg2)) : __f_(__f… in pointer_to_binary_function() function 35 _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI pointer_to_binary_function<_Arg1, _Arg2, _… 37 return pointer_to_binary_function<_Arg1, _Arg2, _Result>(__f); in ptr_fun()
|
/llvm-project/libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ |
H A D | pointer_to_binary_function.cxx1z.compile.fail.cpp | 25 typedef std::pointer_to_binary_function<int, short, double> F; in main()
|
H A D | pointer_to_binary_function.pass.cpp | 26 typedef std::pointer_to_binary_function<int, short, double> F; in main()
|
/llvm-project/libcxx/test/libcxx/depr/depr.function.objects/ |
H A D | adaptors.depr_in_cxx11.verify.cpp | 30 …typedef std::pointer_to_binary_function<int, int, int> PBF; // expected-warning {{'pointer_to_bina… in f()
|
H A D | depr.adaptors.cxx1z.pass.cpp | 39 typedef std::pointer_to_binary_function<int, int, int> PBF; in main()
|
/llvm-project/libcxx/include/ |
H A D | functional | 308 class pointer_to_binary_function : public binary_function<Arg1, Arg2, Result> 311 explicit pointer_to_binary_function(Result (*f)(Arg1, Arg2)); 316 pointer_to_binary_function<Arg1,Arg2,Result> ptr_fun(Result (*f)(Arg1,Arg2)); // deprecated in C++11, removed in C++17 546 # include <__functional/pointer_to_binary_function.h>
|
H A D | CMakeLists.txt | 422 __functional/pointer_to_binary_function.h 1471 __cxx03/__functional/pointer_to_binary_function.h
|
H A D | module.modulemap | 1367 module pointer_to_binary_function { header "__functional/pointer_to_binary_function.h" }
|
/llvm-project/libcxx/docs/ |
H A D | UsingLibcxx.rst |
|
/llvm-project/llvm/utils/gn/secondary/libcxx/include/ |
H A D | BUILD.gn | 811 "__cxx03/__functional/pointer_to_binary_function.h", 1385 "__functional/pointer_to_binary_function.h",
|