Home
last modified time | relevance | path

Searched defs:__fn (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Daccess.h56 struct __fn { struct
58 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp (&__t)[]) const noexcept in operator()
65 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp (&__t)[_Np]) const noexcept in operator()
90 inline constexpr auto begin = __begin::__fn{}; argument
120 struct __fn { struct
122 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp (&__t)[_Np]) const noexcept in operator()
147 inline constexpr auto end = __end::__fn{}; argument
155 struct __fn { struct
183 struct __fn { struct
H A Dsize.h68 struct __fn { struct
71 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr size_t operator()(_Tp (&&)[_Sz]) const noexcept { in operator()
77 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr size_t operator()(_Tp (&)[_Sz]) const noexcept { in operator()
83 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __integer_like auto operator()(_Tp&& __t) const in operator()
107 inline constexpr auto size = __size::__fn{}; argument
115 struct __fn { struct
130 inline constexpr auto ssize = __ssize::__fn{}; argument
H A Drbegin.h58 struct __fn { struct
84 inline constexpr auto rbegin = __rbegin::__fn{}; argument
92 struct __fn { struct
H A Dall.h39 struct __fn : __range_adaptor_closure<__fn> { struct
66 inline constexpr auto all = __all::__fn{}; argument
H A Ddata.h52 struct __fn { struct
67 inline constexpr auto data = __data::__fn{}; argument
75 struct __fn { struct
H A Dempty.h43 struct __fn { struct
63 inline constexpr auto empty = __empty::__fn{}; argument
H A Dcounted.h43 struct __fn { struct
46 __go(_It __it, in __go()
H A Ddrop_while_view.h106 struct __fn { struct
125 inline constexpr auto drop_while = __drop_while::__fn{}; argument
H A Dtake_while_view.h140 struct __fn { struct
159 inline constexpr auto take_while = __take_while::__fn{}; argument
H A Dchunk_by_view.h206 struct __fn { struct
224 inline constexpr auto chunk_by = __chunk_by::__fn{}; argument
H A Drend.h96 struct __fn { struct
H A Das_rvalue_view.h112 struct __fn : __range_adaptor_closure<__fn> { struct
H A Dcommon_view.h114 struct __fn : __range_adaptor_closure<__fn> { struct
H A Dsingle_view.h89 struct __fn : __range_adaptor_closure<__fn> { struct
H A Distream_view.h112 struct __fn { struct
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Diter_swap.h55 struct __fn { struct
59 _LIBCPP_HIDE_FROM_ABI constexpr void operator()(_T1&& __x, _T2&& __y) const in operator()
89 inline constexpr auto iter_swap = __iter_swap::__fn{}; argument
H A Diter_move.h61 struct __fn { struct
88 inline constexpr auto iter_move = __iter_move::__fn{}; argument
/freebsd/contrib/llvm-project/libcxx/include/__compare/
H A Dcompare_strong_order_fallback.h31 struct __fn { struct
41 requires is_same_v<decay_t<_Tp>, decay_t<_Up>> && requires(_Tp&& __t, _Up&& __u) { in requires()
65 inline constexpr auto compare_strong_order_fallback = __compare_strong_order_fallback::__fn{}; argument
H A Dcompare_partial_order_fallback.h31 struct __fn { struct
41 requires is_same_v<decay_t<_Tp>, decay_t<_Up>> && requires(_Tp&& __t, _Up&& __u) { in requires()
68 inline constexpr auto compare_partial_order_fallback = __compare_partial_order_fallback::__fn{}; argument
H A Dcompare_weak_order_fallback.h31 struct __fn { struct
41 requires is_same_v<decay_t<_Tp>, decay_t<_Up>> && requires(_Tp&& __t, _Up&& __u) { in requires()
66 inline constexpr auto compare_weak_order_fallback = __compare_weak_order_fallback::__fn{}; argument
H A Dweak_order.h35 struct __fn { struct
48 …DE_FROM_ABI static constexpr weak_ordering __go(_Tp&& __t, _Up&& __u, __priority_tag<2>) noexcept { in __go()
H A Dstrong_order.h42 struct __fn { struct
55 …_FROM_ABI static constexpr strong_ordering __go(_Tp&& __t, _Up&& __u, __priority_tag<1>) noexcept { in __go()
H A Dpartial_order.h33 struct __fn { struct
/freebsd/contrib/llvm-project/libcxx/include/__concepts/
H A Dswappable.h70 struct __fn { struct
75 _LIBCPP_HIDE_FROM_ABI constexpr void operator()(_Tp&& __t, _Up&& __u) const in operator()
101 inline constexpr auto swap = __swap::__fn{}; argument
H A Dinvocable.h27 concept invocable = requires(_Fn&& __fn, _Args&&... __args) { in requires() argument

12