Home
last modified time | relevance | path

Searched refs:__ranges (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/
H A Dranges380 #include <__ranges/access.h>
381 #include <__ranges/all.h>
385 #include <__ranges/concepts.h>
386 #include <__ranges/counted.h>
388 #include <__ranges/data.h>
392 #include <__ranges/empty.h>
401 #include <__ranges/rbegin.h>
403 #include <__ranges/rend.h>
407 #include <__ranges/size.h>
412 #include <__ranges/to.h>
[all …]
H A Dlibcxx.imp603 { include: [ "<__ranges/access.h>", "private", "<ranges>", "public" ] },
604 { include: [ "<__ranges/all.h>", "private", "<ranges>", "public" ] },
608 { include: [ "<__ranges/concepts.h>", "private", "<ranges>", "public" ] },
610 { include: [ "<__ranges/counted.h>", "private", "<ranges>", "public" ] },
612 { include: [ "<__ranges/data.h>", "private", "<ranges>", "public" ] },
616 { include: [ "<__ranges/empty.h>", "private", "<ranges>", "public" ] },
630 { include: [ "<__ranges/rbegin.h>", "private", "<ranges>", "public" ] },
632 { include: [ "<__ranges/rend.h>", "private", "<ranges>", "public" ] },
636 { include: [ "<__ranges/size.h>", "private", "<ranges>", "public" ] },
641 { include: [ "<__ranges/to.h>", "private", "<ranges>", "public" ] },
[all …]
H A Dmodule.modulemap.in1643 header "__ranges/all.h"
1652 header "__ranges/concepts.h"
1657 header "__ranges/counted.h"
1670 header "__ranges/filter_view.h"
1676 header "__ranges/istream_view.h"
1679 header "__ranges/join_view.h"
1684 header "__ranges/lazy_split_view.h"
1698 header "__ranges/size.h"
1703 header "__ranges/subrange.h"
1712 module std_private_ranges_to [system] { header "__ranges/to.h" }
[all …]
H A Dstack122 #include <__ranges/access.h>
123 #include <__ranges/concepts.h>
124 #include <__ranges/container_compatible_range.h>
125 #include <__ranges/from_range.h>
H A Dspan139 #include <__ranges/concepts.h>
140 #include <__ranges/data.h>
141 #include <__ranges/enable_borrowed_range.h>
142 #include <__ranges/enable_view.h>
143 #include <__ranges/size.h>
H A Dstring_view219 #include <__ranges/concepts.h>
220 #include <__ranges/data.h>
221 #include <__ranges/enable_borrowed_range.h>
222 #include <__ranges/enable_view.h>
223 #include <__ranges/size.h>
H A Dqueue267 #include <__ranges/access.h>
268 #include <__ranges/concepts.h>
269 #include <__ranges/container_compatible_range.h>
270 #include <__ranges/from_range.h>
H A Dforward_list218 #include <__ranges/access.h>
219 #include <__ranges/concepts.h>
220 #include <__ranges/container_compatible_range.h>
221 #include <__ranges/from_range.h>
H A Dlist224 #include <__ranges/access.h>
225 #include <__ranges/concepts.h>
226 #include <__ranges/container_compatible_range.h>
227 #include <__ranges/from_range.h>
H A Ddeque207 #include <__ranges/access.h>
208 #include <__ranges/concepts.h>
209 #include <__ranges/container_compatible_range.h>
210 #include <__ranges/from_range.h>
211 #include <__ranges/size.h>
H A Dset530 #include <__ranges/concepts.h>
531 #include <__ranges/container_compatible_range.h>
532 #include <__ranges/from_range.h>
H A Dvector341 #include <__ranges/access.h>
342 #include <__ranges/concepts.h>
343 #include <__ranges/container_compatible_range.h>
344 #include <__ranges/from_range.h>
345 #include <__ranges/size.h>
H A Dunordered_set549 #include <__ranges/concepts.h>
550 #include <__ranges/container_compatible_range.h>
551 #include <__ranges/from_range.h>
H A Dmap591 #include <__ranges/concepts.h>
592 #include <__ranges/container_compatible_range.h>
593 #include <__ranges/from_range.h>
H A Dstring595 #include <__ranges/access.h>
596 #include <__ranges/concepts.h>
597 #include <__ranges/container_compatible_range.h>
598 #include <__ranges/from_range.h>
599 #include <__ranges/size.h>
/freebsd/lib/libc/locale/
H A Drune.c173 rl->__runetype_ext.__ranges = (_RuneEntry *)rl->__variable; in _Read_RuneMagi()
174 rl->__variable = rl->__runetype_ext.__ranges + in _Read_RuneMagi()
177 rl->__maplower_ext.__ranges = (_RuneEntry *)rl->__variable; in _Read_RuneMagi()
178 rl->__variable = rl->__maplower_ext.__ranges + in _Read_RuneMagi()
182 rl->__variable = rl->__mapupper_ext.__ranges + in _Read_RuneMagi()
187 rr = rl->__runetype_ext.__ranges; in _Read_RuneMagi()
207 rr = rl->__maplower_ext.__ranges; in _Read_RuneMagi()
215 rr = rl->__mapupper_ext.__ranges; in _Read_RuneMagi()
232 rl->__runetype_ext.__ranges = NULL; in _Read_RuneMagi()
235 rl->__maplower_ext.__ranges = NULL; in _Read_RuneMagi()
[all …]
H A Dnextwctype.c59 if (rr->__ranges != NULL && wc < rr->__ranges[0].__min) { in nextwctype_l()
60 wc = rr->__ranges[0].__min; in nextwctype_l()
65 base = rr->__ranges; in nextwctype_l()
87 while (++re < rr->__ranges + rr->__nranges) { in nextwctype_l()
H A Dtolower.c58 base = rr->__ranges; in ___tolower_l()
H A Dtoupper.c58 base = rr->__ranges; in ___toupper_l()
H A Drunetype.c58 base = rr->__ranges; in ___runetype_l()
/freebsd/lib/libc++/
H A Dmodule.modulemap1643 header "__ranges/all.h"
1652 header "__ranges/concepts.h"
1657 header "__ranges/counted.h"
1670 header "__ranges/filter_view.h"
1676 header "__ranges/istream_view.h"
1679 header "__ranges/join_view.h"
1684 header "__ranges/lazy_split_view.h"
1698 header "__ranges/size.h"
1703 header "__ranges/subrange.h"
1712 module std_private_ranges_to [system] { header "__ranges/to.h" }
[all …]
H A DMakefile1044 RNGDIR= ${CXXINCLUDEDIR}/__ranges
1089 RNG+= ${HDRDIR}/__ranges/${hdr}
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/
H A Dlibdispatch.h131 unique_ptr<__merge_range_t[], decltype(__destroy)> __ranges( in __parallel_merge()
145 if (!__ranges) in __parallel_merge()
149 __merge_range_t* __r = __ranges.get(); in __parallel_merge()
184 auto __first_iters = __ranges[__index]; in __parallel_merge()
185 auto __last_iters = __ranges[__index + 1]; in __parallel_merge()
/freebsd/include/
H A Drunetype.h56 _RuneEntry *__ranges; /* Pointer to the ranges */ member
/freebsd/etc/mtree/
H A DBSD.include.dist77 __ranges

12