| /freebsd-13.1/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | operations.h | 34 : binary_function<_Tp, _Tp, _Tp> 71 : binary_function<_Tp, _Tp, _Tp> 108 : binary_function<_Tp, _Tp, _Tp> 145 : binary_function<_Tp, _Tp, _Tp> 182 : binary_function<_Tp, _Tp, _Tp> 257 : binary_function<_Tp, _Tp, _Tp> 325 : binary_function<_Tp, _Tp, _Tp> 362 : binary_function<_Tp, _Tp, _Tp> 401 : binary_function<_Tp, _Tp, bool> 438 : binary_function<_Tp, _Tp, bool> [all …]
|
| H A D | weak_result_type.h | 58 static binary_function<_A1, _A2, _Rp> 59 __test(const volatile binary_function<_A1, _A2, _Rp>*); 176 : public binary_function<_A1, _A2, _Rp> 182 : public binary_function<_A1, _A2, _Rp> 188 : public binary_function<_A1, _A2, _Rp> 194 : public binary_function<_Cp*, _A1, _Rp> 200 : public binary_function<const _Cp*, _A1, _Rp> 206 : public binary_function<volatile _Cp*, _A1, _Rp> 212 : public binary_function<const volatile _Cp*, _A1, _Rp>
|
| H A D | mem_fun_ref.h | 39 : public binary_function<_Tp*, _Ap, _Sp> 75 : public binary_function<_Tp, _Ap, _Sp> 111 : public binary_function<const _Tp*, _Ap, _Sp> 147 : public binary_function<_Tp, _Ap, _Sp>
|
| H A D | binary_function.h | 22 struct _LIBCPP_TEMPLATE_VIS binary_function struct
|
| H A D | binary_negate.h | 26 : public binary_function<typename _Predicate::first_argument_type,
|
| H A D | pointer_to_binary_function.h | 26 : public binary_function<_Arg1, _Arg2, _Result>
|
| H A D | function.h | 85 : public binary_function<_A1, _A2, _Rp> 2221 : public binary_function<_A0, _A1, _Rp>
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | functional | 27 struct binary_function 37 : public binary_function<T1, T2, R> // if wraping a binary functor 189 : public binary_function<typename Predicate::first_argument_type, 281 class pointer_to_binary_function : public binary_function<Arg1, Arg2, Result> 300 class mem_fun1_t : public binary_function<T*, A, S> // deprecated in C++11, removed in C++17 319 class mem_fun1_ref_t : public binary_function<T, A, S> // deprecated in C++11, removed in C++17 338 class const_mem_fun1_t : public binary_function<const T*, A, S> // deprecated in C++11, remove… 357 class const_mem_fun1_ref_t : public binary_function<T, A, S> // deprecated in C++11, removed i… 381 : public binary_function<T1, T2, R> // iff sizeof...(ArgTypes) == 2 and 493 #include <__functional/binary_function.h> // TODO: deprecate
|
| H A D | __functional_base | 14 #include <__functional/binary_function.h>
|
| H A D | module.modulemap | 414 module binary_function { private header "__functional/binary_function.h" }
|
| H A D | memory | 571 : binary_function<shared_ptr<T>, shared_ptr<T>, bool> 581 : binary_function<weak_ptr<T>, weak_ptr<T>, bool>
|
| H A D | map | 934 : public binary_function<value_type, value_type, bool> 1717 : public binary_function<value_type, value_type, bool>
|
| H A D | __config | 97 // In C++20 and later, don't derive std::plus from std::binary_function,
|
| /freebsd-13.1/lib/libc++/ |
| H A D | Makefile | 353 FUN_HEADERS+= binary_function.h
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | shared_ptr.h | 1607 : binary_function<shared_ptr<_Tp>, shared_ptr<_Tp>, bool> 1631 : binary_function<weak_ptr<_Tp>, weak_ptr<_Tp>, bool>
|
| /freebsd-13.1/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 3928 OLD_FILES+=usr/include/c++/v1/__functional/binary_function.h
|