Searched refs:binary_function (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/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-src/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++11, removed in C++17 344 class mem_fun1_ref_t : public binary_function<T, A, S> // deprecated in C++11, removed in C++17 365 class const_mem_fun1_t : public binary_function<const T*, A, S> // deprecated in C++11, removed in C++17 386 class const_mem_fun1_ref_t : public binary_function<T, A, S> // deprecated in C++11, removed in C++17 411 : public binary_function<T1, T2, R> // iff sizeof...(ArgTypes) == 2 and 532 #include <__functional/binary_function [all...] |
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 |
|
H A D | module.modulemap.in |
|
H A D | map | 579 #include <__functional/binary_function.h>
|
/freebsd-src/lib/libc++/ |
H A D | Makefile | 751 FUN_HEADERS+= binary_function.h
|
H A D | module.modulemap |
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 805 SYMBOL(binary_function, std::, <functional>)
|