Searched refs:binary_function (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | binary_function.h | 24 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binary_function { struct 45 using __binary_function = binary_function<_Arg1, _Arg2, _Result>; argument
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | functional | 27 struct binary_function 37 : public binary_function<T1, T2, R> // if wrapping a binary functor 194 : public binary_function<typename Predicate::first_argument_type, 291 class pointer_to_binary_function : public binary_function<Arg1, Arg2, Result> 310 class mem_fun1_t : public binary_function<T*, A, S> // deprecated in C+… 329 class mem_fun1_ref_t : public binary_function<T, A, S> // deprecated in C+… 350 class const_mem_fun1_t : public binary_function<const T*, A, S> // deprecated in C+… 371 class const_mem_fun1_ref_t : public binary_function<T, A, S> // deprecated in C+… 396 : public binary_function<T1, T2, R> // iff sizeof...(ArgTypes) == 2 and 519 #include <__functional/binary_function.h>
|
| H A D | memory | 787 : binary_function<shared_ptr<T>, shared_ptr<T>, bool> 797 : binary_function<weak_ptr<T>, weak_ptr<T>, bool>
|
| H A D | libcxx.imp | 394 { include: [ "<__functional/binary_function.h>", "private", "<functional>", "public" ] },
|
| H A D | module.modulemap.in | 1345 …_private_functional_binary_function [system] { header "__functional/binary_function.h" }
|
| H A D | map | 580 #include <__functional/binary_function.h>
|
| /freebsd-14.2/lib/libc++/ |
| H A D | Makefile | 765 FUN_HEADERS+= binary_function.h
|
| H A D | module.modulemap | 1345 …_private_functional_binary_function [system] { header "__functional/binary_function.h" }
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 805 SYMBOL(binary_function, std::, <functional>)
|