Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__functional/
H A Dpointer_to_binary_function.h25 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_binary_function
30 _LIBCPP_INLINE_VISIBILITY explicit pointer_to_binary_function(_Result (*__f)(_Arg1, _Arg2)) in pointer_to_binary_function() function
38 pointer_to_binary_function<_Arg1,_Arg2,_Result>
40 {return pointer_to_binary_function<_Arg1,_Arg2,_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_binary_function.cxx1z.compile.fail.cpp25 typedef std::pointer_to_binary_function<int, short, double> F; in main()
H A Dpointer_to_binary_function.pass.cpp26 typedef std::pointer_to_binary_function<int, short, double> F; in main()
/llvm-project-15.0.7/libcxx/test/libcxx/depr/depr.function.objects/
H A Dadaptors.depr_in_cxx11.verify.cpp32 …typedef std::pointer_to_binary_function<int, int, int> PBF; // expected-warning {{'pointer_to_bina… in main()
H A Ddepr.adaptors.cxx1z.pass.cpp38 typedef std::pointer_to_binary_function<int, int, int> PBF; in main()
/llvm-project-15.0.7/libcxx/include/
H A Dfunctional284 class pointer_to_binary_function : public binary_function<Arg1, Arg2, Result>
287 explicit pointer_to_binary_function(Result (*f)(Arg1, Arg2));
292 pointer_to_binary_function<Arg1,Arg2,Result> ptr_fun(Result (*f)(Arg1,Arg2)); // deprecated in…
526 #include <__functional/pointer_to_binary_function.h>
H A DCMakeLists.txt327 __functional/pointer_to_binary_function.h
H A Dmodule.modulemap.in697 … module pointer_to_binary_function { private header "__functional/pointer_to_binary_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.gn388 "__functional/pointer_to_binary_function.h",