/freebsd/contrib/llvm-project/libcxx/include/__memory/ |
H A D | ranges_uninitialized_algorithms.h | 44 struct __fn { global() struct 64 operator__fn global() argument 71 struct __fn { global() struct 84 operator__fn global() argument 91 struct __fn { global() struct 111 operator__fn global() argument 118 struct __fn { global() struct 131 operator__fn global() argument 138 struct __fn { global() struct 158 operator__fn global() argument 165 struct __fn { global() struct 179 operator__fn global() argument 189 struct __fn { global() struct 216 operator__fn global() argument 226 struct __fn { global() struct 244 operator__fn global() argument 254 struct __fn { global() struct 281 operator__fn global() argument 291 struct __fn { global() struct 310 operator__fn global() argument [all...] |
H A D | ranges_construct_at.h | 43 struct __fn { struct 56 operator__fn global() argument 63 struct __fn { global() struct 74 operator__fn global() argument 81 struct __fn { global() struct 100 operator__fn global() argument 107 struct __fn { global() struct 119 operator__fn global() argument
|
/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 | 67 struct __fn { struct 70 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr size_t operator()(_Tp (&&)[_Sz]) const noexcept { in operator() 76 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr size_t operator()(_Tp (&)[_Sz]) const noexcept { in operator() 82 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __integer_like auto operator()(_Tp&& __t) const in operator() 106 inline constexpr auto size = __size::__fn{}; argument 114 struct __fn { struct 129 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
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | ranges_find_last.h | 76 struct __fn { struct 78 struct __op { 103 struct __fn { argument 105 struct __op { 133 struct __fn { struct 135 struct __op { 163 inline constexpr auto find_last = __find_last::__fn{}; argument
|
H A D | ranges_transform.h | 42 struct __fn { global() struct 46 __unary__fn __unary() argument 65 __binary__fn __binary() argument 91 operator__fn operator() argument 98 operator__fn operator() argument 112 operator__fn operator() argument 164 operator__fn global() argument
|
H A D | ranges_ends_with.h | 40 struct __fn { struct 42 _LIBCPP_HIDE_FROM_ABI static constexpr bool __ends_with_fn_impl_bidirectional( in __ends_with_fn_impl_bidirectional() 59 _LIBCPP_HIDE_FROM_ABI static constexpr bool __ends_with_fn_impl( in __ends_with_fn_impl() 99 static _LIBCPP_HIDE_FROM_ABI constexpr bool __ends_with_fn_impl_with_offset( in __ends_with_fn_impl_with_offset() 136 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()( in operator() 155 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()( in operator()
|
H A D | ranges_unique_copy.h | 49 struct __fn { global() struct 51 __get_algo_tag__fn __get_algo_tag() argument 62 __algo_tag_t__fn global() argument 74 operator__fn operator() argument 107 operator__fn global() argument
|
H A D | ranges_generate.h | 34 struct __fn { global() struct 36 __generate_fn_impl__fn __generate_fn_impl() argument 60 operator__fn global() argument
|
H A D | ranges_partial_sort.h | 43 struct __fn { global() struct 69 operator__fn global() argument
|
H A D | ranges_any_of.h | 34 struct __fn { struct 36 …BI constexpr static bool __any_of_impl(_Iter __first, _Sent __last, _Pred& __pred, _Proj& __proj) { in __any_of_impl() 64 inline constexpr auto any_of = __any_of::__fn{}; argument
|
H A D | ranges_all_of.h | 34 struct __fn { struct 36 …BI constexpr static bool __all_of_impl(_Iter __first, _Sent __last, _Pred& __pred, _Proj& __proj) { in __all_of_impl() 64 inline constexpr auto all_of = __all_of::__fn{}; argument
|
H A D | ranges_find.h | 40 struct __fn { struct 43 __find_unwrap(_Iter __first, _Sent __last, const _Tp& __value, _Proj& __proj) { in __find_unwrap() 70 inline constexpr auto find = __find::__fn{}; argument
|
H A D | ranges_none_of.h | 34 struct __fn { struct 37 __none_of_impl(_Iter __first, _Sent __last, _Pred& __pred, _Proj& __proj) { in __none_of_impl() 65 inline constexpr auto none_of = __none_of::__fn{}; argument
|
H A D | ranges_is_partitioned.h | 35 struct __fn { struct 38 __is_partitioned_impl(_Iter __first, _Sent __last, _Pred& __pred, _Proj& __proj) { in __is_partitioned_impl() 76 inline constexpr auto is_partitioned = __is_partitioned::__fn{}; argument
|
H A D | ranges_is_permutation.h | 37 struct __fn { struct 39 _LIBCPP_HIDE_FROM_ABI constexpr static bool __is_permutation_func_impl( in __is_permutation_func_impl() 59 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()( in operator() 97 inline constexpr auto is_permutation = __is_permutation::__fn{}; argument
|
H A D | ranges_lexicographical_compare.h | 35 struct __fn { struct 37 _LIBCPP_HIDE_FROM_ABI constexpr static bool __lexicographical_compare_impl( in __lexicographical_compare_impl() 63 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()( in operator() 96 inline constexpr auto lexicographical_compare = __lexicographical_compare::__fn{}; argument
|
H A D | ranges_for_each.h | 37 struct __fn { global() struct 41 __for_each_impl__fn __for_each_impl() argument 68 operator__fn global() argument
|
H A D | ranges_partition.h | 45 struct __fn { in __partition_fn_impl() argument 42 struct __fn { global() struct 75 operator__fn global() argument
|
H A D | ranges_copy_if.h | 40 struct __fn { in __copy_if_impl() argument 37 struct __fn { global() struct 74 operator__fn global() argument
|
H A D | ranges_inplace_merge.h | 44 struct __fn { in __inplace_merge_impl() argument 41 struct __fn { global() struct 71 operator__fn global() argument
|
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | next.h | 45 struct __fn { global() struct 48 operator__fn operator() argument 76 operator__fn global() argument
|
H A D | prev.h | 44 struct __fn { global() struct 69 operator__fn global() argument
|
H A D | advance.h | 81 struct __fn { struct 84 …IBCPP_HIDE_FROM_ABI static constexpr void __advance_forward(_Ip& __i, iter_difference_t<_Ip> __n) { in __advance_forward() 92 …BCPP_HIDE_FROM_ABI static constexpr void __advance_backward(_Ip& __i, iter_difference_t<_Ip> __n) { in __advance_backward() 102 _LIBCPP_HIDE_FROM_ABI constexpr void operator()(_Ip& __i, iter_difference_t<_Ip> __n) const { in operator() 127 _LIBCPP_HIDE_FROM_ABI constexpr void operator()(_Ip& __i, _Sp __bound_sentinel) const { in operator() 153 operator()(_Ip& __i, iter_difference_t<_Ip> __n, _Sp __bound_sentinel) const { in operator()
|