Searched refs:first_argument_type (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | binder2nd.h | 26 : public __unary_function<typename _Operation::first_argument_type, typename _Operation::result_type> { 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_type& __y) const { 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 _LIBCPP_HIDE_FROM_ABI binder1st(const _Operation& __x, const typename _Operation::first_argument_type __y) in binder1st()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | functional | 29 typedef Arg1 first_argument_type; 203 : public binary_function<typename Predicate::first_argument_type, 209 bool operator()(const typename Predicate::first_argument_type& x, 267 typename Operation::first_argument_type value; 269 binder1st(const Operation& x, const typename Operation::first_argument_type y); 279 : public unary_function<typename Operation::first_argument_type, 287 …typename Operation::result_type operator()( typename Operation::first_argument_type& x) const; 288 …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/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | propagate_const | 416 typedef experimental::propagate_const<_Tp> first_argument_type; 427 typedef experimental::propagate_const<_Tp> first_argument_type; 438 typedef experimental::propagate_const<_Tp> first_argument_type; 449 typedef experimental::propagate_const<_Tp> first_argument_type; 460 typedef experimental::propagate_const<_Tp> first_argument_type; 471 typedef experimental::propagate_const<_Tp> first_argument_type;
|