Home
last modified time | relevance | path

Searched refs:binary_function (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/include/__functional/
H A Doperations.h34 : 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 Dweak_result_type.h58 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 Dmem_fun_ref.h39 : 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 Dbinary_function.h22 struct _LIBCPP_TEMPLATE_VIS binary_function struct
H A Dbinary_negate.h26 : public binary_function<typename _Predicate::first_argument_type,
H A Dpointer_to_binary_function.h26 : public binary_function<_Arg1, _Arg2, _Result>
H A Dfunction.h85 : public binary_function<_A1, _A2, _Rp>
2221 : public binary_function<_A0, _A1, _Rp>
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfunctional27 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_base14 #include <__functional/binary_function.h>
H A Dmodule.modulemap414 module binary_function { private header "__functional/binary_function.h" }
H A Dmemory571 : binary_function<shared_ptr<T>, shared_ptr<T>, bool>
581 : binary_function<weak_ptr<T>, weak_ptr<T>, bool>
H A Dmap934 : public binary_function<value_type, value_type, bool>
1717 : public binary_function<value_type, value_type, bool>
H A D__config97 // In C++20 and later, don't derive std::plus from std::binary_function,
/freebsd-13.1/lib/libc++/
H A DMakefile353 FUN_HEADERS+= binary_function.h
/freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h1607 : 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 DOptionalObsoleteFiles.inc3928 OLD_FILES+=usr/include/c++/v1/__functional/binary_function.h