Searched refs:binary_function (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__functional/ |
H A D | binary_function.h | 24 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binary_function { struct 44 using __binary_function = binary_function<_Arg1, _Arg2, _Result>; argument
|
/freebsd/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 203 : public binary_function<typename Predicate::first_argument_type, 306 class pointer_to_binary_function : public binary_function<Arg1, Arg2, Result> 325 class mem_fun1_t : public binary_function<T*, A, S> // deprecated in C+… 344 class mem_fun1_ref_t : public binary_function<T, A, S> // deprecated in C+… 365 class const_mem_fun1_t : public binary_function<const T*, A, S> // deprecated in C+… 386 class const_mem_fun1_ref_t : public binary_function<T, A, S> // deprecated in C+… 411 : public binary_function<T1, T2, R> // iff sizeof...(ArgTypes) == 2 and 532 #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 | module.modulemap | 1331 …_private_functional_binary_function [system] { header "__functional/binary_function.h" }
|
H A D | map | 579 #include <__functional/binary_function.h>
|
/freebsd/lib/libc++/ |
H A D | Makefile | 751 FUN_HEADERS+= binary_function.h
|
H A D | libcxx.imp | 384 { include: [ "<__functional/binary_function.h>", "private", "<functional>", "public" ] },
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 805 SYMBOL(binary_function, std::, <functional>)
|