Searched refs:first_argument_type (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | binder2nd.h | 26 …: public __unary_function<typename _Operation::first_argument_type, typename _Operation::result_ty… 35 operator()(typename _Operation::first_argument_type& __x) const { in operator() 39 operator()(const typename _Operation::first_argument_type& __x) const { in operator()
|
| H A D | binary_negate.h | 26 : public __binary_function<typename _Predicate::first_argument_type, 36 …const typename _Predicate::first_argument_type& __x, const typename _Predicate::second_argument_ty… in operator()
|
| H A D | binary_function.h | 25 typedef _Arg1 first_argument_type; typedef 35 using first_argument_type _LIBCPP_DEPRECATED_IN_CXX17 = _Arg1;
|
| H A D | binder1st.h | 29 typename _Operation::first_argument_type value; 32 …_HIDE_FROM_ABI binder1st(const _Operation& __x, const typename _Operation::first_argument_type __y) in binder1st()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | functional | 29 typedef Arg1 first_argument_type; 194 : public binary_function<typename Predicate::first_argument_type, 200 bool operator()(const typename Predicate::first_argument_type& x, 252 typename Operation::first_argument_type value; 254 binder1st(const Operation& x, const typename Operation::first_argument_type y); 264 : public unary_function<typename Operation::first_argument_type, 272 …typename Operation::result_type operator()( typename Operation::first_argument_type& x) const; 273 …typename Operation::result_type operator()(const typename Operation::first_argument_type& x) const;
|
| H A D | map | 54 typedef value_type first_argument_type; // deprecated in C++17, removed in C++20 339 typedef value_type first_argument_type; // deprecated in C++17, removed in C++20
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | propagate_const | 425 typedef experimental::propagate_const<_Tp> first_argument_type; 436 typedef experimental::propagate_const<_Tp> first_argument_type; 447 typedef experimental::propagate_const<_Tp> first_argument_type; 458 typedef experimental::propagate_const<_Tp> first_argument_type; 469 typedef experimental::propagate_const<_Tp> first_argument_type; 480 typedef experimental::propagate_const<_Tp> first_argument_type;
|