| /freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | access.h | 56 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 D | size.h | 68 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 D | rbegin.h | 58 struct __fn { struct 84 inline constexpr auto rbegin = __rbegin::__fn{}; argument 92 struct __fn { struct
|
| H A D | all.h | 39 struct __fn : __range_adaptor_closure<__fn> { struct 66 inline constexpr auto all = __all::__fn{}; argument
|
| H A D | data.h | 52 struct __fn { struct 67 inline constexpr auto data = __data::__fn{}; argument 75 struct __fn { struct
|
| H A D | empty.h | 43 struct __fn { struct 63 inline constexpr auto empty = __empty::__fn{}; argument
|
| H A D | counted.h | 43 struct __fn { struct 46 __go(_It __it, in __go()
|
| H A D | drop_while_view.h | 106 struct __fn { struct 125 inline constexpr auto drop_while = __drop_while::__fn{}; argument
|
| H A D | take_while_view.h | 140 struct __fn { struct 159 inline constexpr auto take_while = __take_while::__fn{}; argument
|
| H A D | chunk_by_view.h | 206 struct __fn { struct 224 inline constexpr auto chunk_by = __chunk_by::__fn{}; argument
|
| H A D | rend.h | 96 struct __fn { struct
|
| H A D | as_rvalue_view.h | 112 struct __fn : __range_adaptor_closure<__fn> { struct
|
| H A D | common_view.h | 114 struct __fn : __range_adaptor_closure<__fn> { struct
|
| H A D | single_view.h | 89 struct __fn : __range_adaptor_closure<__fn> { struct
|
| H A D | istream_view.h | 112 struct __fn { struct
|
| /freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | iter_swap.h | 55 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 D | iter_move.h | 61 struct __fn { struct 88 inline constexpr auto iter_move = __iter_move::__fn{}; argument
|
| /freebsd/contrib/llvm-project/libcxx/include/__compare/ |
| H A D | compare_strong_order_fallback.h | 31 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 D | compare_partial_order_fallback.h | 31 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 D | compare_weak_order_fallback.h | 31 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 D | weak_order.h | 35 struct __fn { struct 48 …DE_FROM_ABI static constexpr weak_ordering __go(_Tp&& __t, _Up&& __u, __priority_tag<2>) noexcept { in __go()
|
| H A D | strong_order.h | 42 struct __fn { struct 55 …_FROM_ABI static constexpr strong_ordering __go(_Tp&& __t, _Up&& __u, __priority_tag<1>) noexcept { in __go()
|
| H A D | partial_order.h | 33 struct __fn { struct
|
| /freebsd/contrib/llvm-project/libcxx/include/__concepts/ |
| H A D | swappable.h | 70 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 D | invocable.h | 27 concept invocable = requires(_Fn&& __fn, _Args&&... __args) { in requires() argument
|