Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__functional/
H A Doperations.h41 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp first_argument_type; typedef
78 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp first_argument_type;
115 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp first_argument_type;
152 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp first_argument_type;
189 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp first_argument_type;
264 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp first_argument_type;
332 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp first_argument_type;
369 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp first_argument_type;
408 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp first_argument_type;
445 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp first_argument_type;
[all …]
H A Dbinder2nd.h26 : public unary_function<typename __Operation::first_argument_type,
37 ( typename __Operation::first_argument_type& __x) const in operator()
40 (const typename __Operation::first_argument_type& __x) const in operator()
H A Dbinary_negate.h26 : public binary_function<typename _Predicate::first_argument_type,
36 bool operator()(const typename _Predicate::first_argument_type& __x, in operator()
H A Dbinder1st.h31 typename __Operation::first_argument_type value;
34 const typename __Operation::first_argument_type __y) in binder1st()
H A Dbinary_function.h24 typedef _Arg1 first_argument_type; typedef
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfunctional29 typedef Arg1 first_argument_type;
189 : public binary_function<typename Predicate::first_argument_type,
195 bool operator()(const typename Predicate::first_argument_type& x,
242 typename Operation::first_argument_type value;
244 binder1st(const Operation& x, const typename Operation::first_argument_type y);
254 : public unary_function<typename Operation::first_argument_type,
262 …typename Operation::result_type operator()( typename Operation::first_argument_type& x) const;
263 …typename Operation::result_type operator()(const typename Operation::first_argument_type& x) const;
H A Dmap54 typedef value_type first_argument_type; // deprecated in C++17, removed in C++20
299 typedef value_type first_argument_type; // deprecated in C++17, removed in C++20
946 _LIBCPP_DEPRECATED_IN_CXX17 typedef value_type first_argument_type;
1730 _LIBCPP_DEPRECATED_IN_CXX17 typedef value_type first_argument_type;
/freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/
H A Dpropagate_const499 typedef experimental::fundamentals_v2::propagate_const<_Tp> first_argument_type;
512 typedef experimental::fundamentals_v2::propagate_const<_Tp> first_argument_type;
525 typedef experimental::fundamentals_v2::propagate_const<_Tp> first_argument_type;
538 typedef experimental::fundamentals_v2::propagate_const<_Tp> first_argument_type;
551 typedef experimental::fundamentals_v2::propagate_const<_Tp> first_argument_type;
564 typedef experimental::fundamentals_v2::propagate_const<_Tp> first_argument_type;
/freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h1613 _LIBCPP_DEPRECATED_IN_CXX17 typedef shared_ptr<_Tp> first_argument_type;
1637 _LIBCPP_DEPRECATED_IN_CXX17 typedef weak_ptr<_Tp> first_argument_type;