Home
last modified time | relevance | path

Searched refs:__fn (Results 1 – 25 of 135) sorted by relevance

123456

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dranges_uninitialized_algorithms.h47 struct __fn { struct
72 struct __fn { struct
92 struct __fn { struct
117 struct __fn { struct
137 struct __fn { struct
155 inline constexpr auto uninitialized_fill = __uninitialized_fill::__fn{}; argument
162 struct __fn { struct
185 struct __fn { struct
223 struct __fn { struct
254 struct __fn { struct
[all …]
H A Dranges_construct_at.h43 struct __fn { struct
53 inline constexpr auto construct_at = __construct_at::__fn{}; argument
60 struct __fn { struct
70 inline constexpr auto destroy_at = __destroy_at::__fn{}; argument
77 struct __fn { struct
94 inline constexpr auto destroy = __destroy::__fn{}; argument
101 struct __fn { struct
113 inline constexpr auto destroy_n = __destroy_n::__fn{}; argument
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Daccess.h57 struct __fn { struct
91 inline constexpr auto begin = __begin::__fn{}; argument
122 struct __fn { struct
149 inline constexpr auto end = __end::__fn{}; argument
157 struct __fn { struct
177 inline constexpr auto cbegin = __cbegin::__fn{};
185 struct __fn { struct
205 inline constexpr auto cend = __cend::__fn{};
H A Ddata.h52 struct __fn { struct
67 inline constexpr auto data = __data::__fn{}; argument
75 struct __fn { struct
95 inline constexpr auto cdata = __cdata::__fn{};
H A Drbegin.h59 struct __fn { struct
85 inline constexpr auto rbegin = __rbegin::__fn{}; argument
93 struct __fn { struct
113 inline constexpr auto crbegin = __crbegin::__fn{};
H A Drend.h61 class __fn {
89 inline constexpr auto rend = __rend::__fn{};
97 struct __fn { struct
117 inline constexpr auto crend = __crend::__fn{};
H A Dsize.h68 struct __fn { struct
107 inline constexpr auto size = __size::__fn{}; argument
115 struct __fn { struct
130 inline constexpr auto ssize = __ssize::__fn{}; argument
H A Dall.h39 struct __fn : __range_adaptor_closure<__fn> { struct
67 inline constexpr auto all = __all::__fn{}; argument
H A Drepeat_view.h64 struct __fn;
68 struct __fn;
75 friend struct views::__take::__fn;
76 friend struct views::__drop::__fn;
229 struct __fn {
247 inline constexpr auto repeat = __repeat::__fn{};
H A Dsingle_view.h86 struct __fn : __range_adaptor_closure<__fn> { struct
97 inline constexpr auto single = __single_view::__fn{};
H A Das_rvalue_view.h112 struct __fn : __range_adaptor_closure<__fn> { struct
131 inline constexpr auto as_rvalue = __as_rvalue::__fn{};
H A Dcommon_view.h114 struct __fn : __range_adaptor_closure<__fn> { struct
133 inline constexpr auto common = __common::__fn{};
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_starts_with.h36 struct __fn { struct
53 return __mismatch::__fn::__go( argument
72 return __mismatch::__fn::__go( argument
85 inline constexpr auto starts_with = __starts_with::__fn{};
H A Dranges_fill_n.h29 struct __fn { struct
43 inline constexpr auto fill_n = __fill_n::__fn{}; argument
H A Dranges_generate_n.h38 struct __fn { struct
55 inline constexpr auto generate_n = __generate_n::__fn{}; argument
H A Dranges_for_each_n.h40 struct __fn { struct
54 inline constexpr auto for_each_n = __for_each_n::__fn{}; argument
H A Dranges_fill.h32 struct __fn { struct
52 inline constexpr auto fill = __fill::__fn{}; argument
H A Dranges_reverse.h31 struct __fn { struct
71 inline constexpr auto reverse = __reverse::__fn{}; argument
H A Dranges_is_sorted.h35 struct __fn { struct
57 inline constexpr auto is_sorted = __is_sorted::__fn{}; argument
H A Dranges_shuffle.h44 struct __fn { struct
62 inline constexpr auto shuffle = __shuffle::__fn{}; argument
H A Dranges_clamp.h34 struct __fn { struct
56 inline constexpr auto clamp = __clamp::__fn{}; argument
H A Dranges_contains.h37 struct __fn { struct
56 inline constexpr auto contains = __contains::__fn{}; argument
/freebsd/contrib/llvm-project/libcxx/include/__concepts/
H A Dswappable.h55 struct __fn;
62 requires(_Tp (&__t)[_Size], _Up (&__u)[_Size], const __fn& __swap) {
71 struct __fn { struct
102 inline constexpr auto swap = __swap::__fn{}; argument
H A Dinvocable.h27 concept invocable = requires(_Fn&& __fn, _Args&&... __args) { in requires() argument
28 …std::invoke(std::forward<_Fn>(__fn), std::forward<_Args>(__args)...); // not required to be equali… in requires()
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dprev.h45 struct __fn { struct
68 inline constexpr auto prev = __prev::__fn{}; argument

123456