Searched refs:second_argument_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__functional/
H A Dbinary_negate.h27 typename _Predicate::second_argument_type,
36 const typename _Predicate::first_argument_type& __x, const typename _Predicate::second_argument_type& __y) const {
H A Dbinary_function.h26 typedef _Arg2 second_argument_type; typedef in struct:binary_function
36 using second_argument_type _LIBCPP_DEPRECATED_IN_CXX17 = _Arg2;
H A Dbinder1st.h26 : public __unary_function<typename _Operation::second_argument_type, typename _Operation::result_type> {
35 operator()(typename _Operation::second_argument_type& __x) const {
39 operator()(const typename _Operation::second_argument_type& __x) const {
H A Dbinder2nd.h29 typename _Operation::second_argument_type value;
32 _LIBCPP_HIDE_FROM_ABI binder2nd(const _Operation& __x, const typename _Operation::second_argument_type __y)

Completed in 57 milliseconds