Home
last modified time | relevance | path

Searched refs:second_argument_type (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/include/__functional/
H A Doperations.h42 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp second_argument_type; typedef
79 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp second_argument_type;
116 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp second_argument_type;
153 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp second_argument_type;
190 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp second_argument_type;
265 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp second_argument_type;
333 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp second_argument_type;
370 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp second_argument_type;
409 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp second_argument_type;
446 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp second_argument_type;
[all …]
H A Dbinder1st.h26 : public unary_function<typename __Operation::second_argument_type,
37 (typename __Operation::second_argument_type& __x) const in operator()
40 (const typename __Operation::second_argument_type& __x) const in operator()
H A Dbinary_negate.h27 typename _Predicate::second_argument_type,
37 const typename _Predicate::second_argument_type& __y) const in operator()
H A Dbinder2nd.h31 typename __Operation::second_argument_type value;
34 binder2nd(const __Operation& __x, const typename __Operation::second_argument_type __y) in binder2nd()
H A Dbinary_function.h25 typedef _Arg2 second_argument_type; typedef
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfunctional30 typedef Arg2 second_argument_type;
190 typename Predicate::second_argument_type,
196 const typename Predicate::second_argument_type& y) const;
237 : public unary_function<typename Operation::second_argument_type,
245 …typename Operation::result_type operator()( typename Operation::second_argument_type& x) cons…
246 …typename Operation::result_type operator()(const typename Operation::second_argument_type& x) cons…
259 typename Operation::second_argument_type value;
261 binder2nd(const Operation& x, const typename Operation::second_argument_type y);
H A Dmap55 typedef value_type second_argument_type; // deprecated in C++17, removed in C++20
300 typedef value_type second_argument_type; // deprecated in C++17, removed in C++20
947 _LIBCPP_DEPRECATED_IN_CXX17 typedef value_type second_argument_type;
1731 _LIBCPP_DEPRECATED_IN_CXX17 typedef value_type second_argument_type;
/freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/
H A Dpropagate_const500 typedef experimental::fundamentals_v2::propagate_const<_Tp> second_argument_type;
513 typedef experimental::fundamentals_v2::propagate_const<_Tp> second_argument_type;
526 typedef experimental::fundamentals_v2::propagate_const<_Tp> second_argument_type;
539 typedef experimental::fundamentals_v2::propagate_const<_Tp> second_argument_type;
552 typedef experimental::fundamentals_v2::propagate_const<_Tp> second_argument_type;
565 typedef experimental::fundamentals_v2::propagate_const<_Tp> second_argument_type;
/freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h1614 _LIBCPP_DEPRECATED_IN_CXX17 typedef shared_ptr<_Tp> second_argument_type;
1638 _LIBCPP_DEPRECATED_IN_CXX17 typedef weak_ptr<_Tp> second_argument_type;