/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | ranges | 386 # include <__ranges/access.h> 387 # include <__ranges/all.h> 388 # include <__ranges/common_view.h> 389 # include <__ranges/concepts.h> 390 # include <__ranges/counted.h> 391 # include <__ranges/dangling.h> 392 # include <__ranges/data.h> 393 # include <__ranges/drop_view.h> 394 # include <__ranges/drop_while_view.h> 395 # include <__ranges/elements_view.h> [all …]
|
H A D | module.modulemap | 1695 module std_private_ranges_access [system] { header "__ranges/access.h" } 1697 header "__ranges/all.h" 1702 module std_private_ranges_as_rvalue_view [system] { header "__ranges/as_rvalue_view.h" } 1703 module std_private_ranges_chunk_by_view [system] { header "__ranges/chunk_by_view.h" } 1704 module std_private_ranges_common_view [system] { header "__ranges/common_view.h" } 1706 header "__ranges/concepts.h" 1709 module std_private_ranges_container_compatible_range [system] { header "__ranges/container_compatib… 1711 header "__ranges/counted.h" 1714 module std_private_ranges_dangling [system] { header "__ranges/dangling.h" } 1715 module std_private_ranges_data [system] { header "__ranges/data.h" } [all …]
|
H A D | stack | 122 #include <__ranges/access.h> 123 #include <__ranges/concepts.h> 124 #include <__ranges/container_compatible_range.h> 125 #include <__ranges/from_range.h>
|
H A D | span | 159 #include <__ranges/concepts.h> 160 #include <__ranges/data.h> 161 #include <__ranges/enable_borrowed_range.h> 162 #include <__ranges/enable_view.h> 163 #include <__ranges/size.h>
|
H A D | string_view | 221 #include <__ranges/concepts.h> 222 #include <__ranges/data.h> 223 #include <__ranges/enable_borrowed_range.h> 224 #include <__ranges/enable_view.h> 225 #include <__ranges/size.h>
|
H A D | queue | 268 #include <__ranges/access.h> 269 #include <__ranges/concepts.h> 270 #include <__ranges/container_compatible_range.h> 271 #include <__ranges/from_range.h>
|
H A D | forward_list | 216 #include <__ranges/access.h> 217 #include <__ranges/concepts.h> 218 #include <__ranges/container_compatible_range.h> 219 #include <__ranges/from_range.h>
|
H A D | list | 223 #include <__ranges/access.h> 224 #include <__ranges/concepts.h> 225 #include <__ranges/container_compatible_range.h> 226 #include <__ranges/from_range.h>
|
H A D | deque | 208 #include <__ranges/access.h> 209 #include <__ranges/concepts.h> 210 #include <__ranges/container_compatible_range.h> 211 #include <__ranges/from_range.h> 212 #include <__ranges/size.h>
|
H A D | set | 529 #include <__ranges/concepts.h> 530 #include <__ranges/container_compatible_range.h> 531 #include <__ranges/from_range.h>
|
H A D | vector | 343 #include <__ranges/access.h> 344 #include <__ranges/concepts.h> 345 #include <__ranges/container_compatible_range.h> 346 #include <__ranges/from_range.h> 347 #include <__ranges/size.h>
|
H A D | unordered_set | 548 #include <__ranges/concepts.h> 549 #include <__ranges/container_compatible_range.h> 550 #include <__ranges/from_range.h>
|
H A D | map | 590 #include <__ranges/concepts.h> 591 #include <__ranges/container_compatible_range.h> 592 #include <__ranges/from_range.h>
|
H A D | unordered_map | 600 #include <__ranges/concepts.h> 601 #include <__ranges/container_compatible_range.h> 602 #include <__ranges/from_range.h>
|
H A D | string | 615 #include <__ranges/access.h> 616 #include <__ranges/concepts.h> 617 #include <__ranges/container_compatible_range.h> 618 #include <__ranges/from_range.h> 619 #include <__ranges/size.h>
|
/freebsd/lib/libc/locale/ |
H A D | rune.c | 173 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() 181 rl->__mapupper_ext.__ranges = (_RuneEntry *)rl->__variable; 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() [all …]
|
H A D | nextwctype.c | 59 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 D | toupper.c | 58 base = rr->__ranges; in ___toupper_l()
|
H A D | tolower.c | 58 base = rr->__ranges; in ___tolower_l()
|
H A D | runetype.c | 58 base = rr->__ranges; in ___runetype_l()
|
/freebsd/lib/libc++/ |
H A D | libcxx.imp | 620 { include: [ "<__ranges/access.h>", "private", "<ranges>", "public" ] }, 621 { include: [ "<__ranges/all.h>", "private", "<ranges>", "public" ] }, 622 { include: [ "<__ranges/as_rvalue_view.h>", "private", "<ranges>", "public" ] }, 623 { include: [ "<__ranges/chunk_by_view.h>", "private", "<ranges>", "public" ] }, 624 { include: [ "<__ranges/common_view.h>", "private", "<ranges>", "public" ] }, 625 { include: [ "<__ranges/concepts.h>", "private", "<ranges>", "public" ] }, 626 { include: [ "<__ranges/container_compatible_range.h>", "private", "<ranges>", "public" ] }, 627 { include: [ "<__ranges/counted.h>", "private", "<ranges>", "public" ] }, 628 { include: [ "<__ranges/dangling.h>", "private", "<ranges>", "public" ] }, 629 { include: [ "<__ranges/data.h>", "private", "<ranges>", "public" ] }, [all …]
|
H A D | Makefile | 1090 RNGDIR= ${CXXINCLUDEDIR}/__ranges 1135 RNG+= ${HDRDIR}/__ranges/${hdr}
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/ |
H A D | libdispatch.h | 141 unique_ptr<__merge_range_t[], decltype(__destroy)> __ranges( 155 if (!__ranges) 159 __merge_range_t* __r = __ranges.get(); 194 auto __first_iters = __ranges[__index]; 195 auto __last_iters = __ranges[__index + 1];
|
/freebsd/include/ |
H A D | runetype.h | 56 _RuneEntry *__ranges; /* Pointer to the ranges */ member
|
/freebsd/etc/mtree/ |
H A D | BSD.include.dist | 83 __ranges
|