Searched refs:second_argument_type (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__functional/ |
| H A D | binder1st.h | 24 …: public __unary_function<typename _Operation::second_argument_type, typename _Operation::result_t… 33 operator()(typename _Operation::second_argument_type& __x) const { in operator() 37 operator()(const typename _Operation::second_argument_type& __x) const { in operator()
|
| H A D | binary_function.h | 24 typedef _Arg2 second_argument_type; typedef 31 using second_argument_type = _Arg2; member
|
| H A D | binary_negate.h | 25 typename _Predicate::second_argument_type, 33 … const typename _Predicate::second_argument_type& __y) const { in operator()
|
| H A D | binder2nd.h | 27 typename _Operation::second_argument_type value; 30 …HIDE_FROM_ABI binder2nd(const _Operation& __x, const typename _Operation::second_argument_type __y) in binder2nd()
|
| /freebsd/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | binder1st.h | 26 …: public __unary_function<typename _Operation::second_argument_type, typename _Operation::result_t… 35 operator()(typename _Operation::second_argument_type& __x) const { in operator() 39 operator()(const typename _Operation::second_argument_type& __x) const { in operator()
|
| H A D | binary_negate.h | 27 typename _Predicate::second_argument_type, 36 … _Predicate::first_argument_type& __x, const typename _Predicate::second_argument_type& __y) const… in operator()
|
| H A D | binary_function.h | 26 typedef _Arg2 second_argument_type; typedef 36 using second_argument_type _LIBCPP_DEPRECATED_IN_CXX17 = _Arg2;
|
| H A D | binder2nd.h | 29 typename _Operation::second_argument_type value; 32 …HIDE_FROM_ABI binder2nd(const _Operation& __x, const typename _Operation::second_argument_type __y) in binder2nd()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | functional | 30 typedef Arg2 second_argument_type; 204 typename Predicate::second_argument_type, 210 const typename Predicate::second_argument_type& y) const; 264 : public unary_function<typename Operation::second_argument_type, 272 …typename Operation::result_type operator()( typename Operation::second_argument_type& x) cons… 273 …typename Operation::result_type operator()(const typename Operation::second_argument_type& x) cons… 286 typename Operation::second_argument_type value; 288 binder2nd(const Operation& x, const typename Operation::second_argument_type y);
|
| H A D | map | 55 typedef value_type second_argument_type; // deprecated in C++17, removed in C++20 340 typedef value_type second_argument_type; // deprecated in C++17, removed in C++20
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | functional | 30 typedef Arg2 second_argument_type; 204 typename Predicate::second_argument_type, 210 const typename Predicate::second_argument_type& y) const; 262 : public unary_function<typename Operation::second_argument_type, 270 …typename Operation::result_type operator()( typename Operation::second_argument_type& x) cons… 271 …typename Operation::result_type operator()(const typename Operation::second_argument_type& x) cons… 284 typename Operation::second_argument_type value; 286 binder2nd(const Operation& x, const typename Operation::second_argument_type y);
|
| H A D | map | 55 typedef value_type second_argument_type; // deprecated in C++17, removed in C++20 340 typedef value_type second_argument_type; // deprecated in C++17, removed in C++20
|
| /freebsd/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | propagate_const | 422 typedef experimental::propagate_const<_Tp> second_argument_type; 433 typedef experimental::propagate_const<_Tp> second_argument_type; 444 typedef experimental::propagate_const<_Tp> second_argument_type; 455 typedef experimental::propagate_const<_Tp> second_argument_type; 466 typedef experimental::propagate_const<_Tp> second_argument_type; 477 typedef experimental::propagate_const<_Tp> second_argument_type;
|