Searched refs:lazy_split_view (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/llvm/libcxx/include/__ranges/ |
| H A D | lazy_split_view.h | 64 class lazy_split_view : public view_interface<lazy_split_view<_View, _Pattern>> { 77 lazy_split_view() 81 constexpr lazy_split_view(_View __base, _Pattern __pattern) in lazy_split_view() function 88 constexpr lazy_split_view(_Range&& __r, range_value_t<_Range> __e) in lazy_split_view() function 143 using _Parent = __maybe_const<_Const, lazy_split_view>; 428 lazy_split_view(_Range&&, _Pattern&&) -> lazy_split_view<views::all_t<_Range>, views::all_t<_Patter… 431 lazy_split_view(_Range&&, range_value_t<_Range>) 432 -> lazy_split_view<views::all_t<_Range>, single_view<range_value_t<_Range>>>; 440 …noexcept(noexcept(lazy_split_view(std::forward<_Range>(__range), std::forward<_Pattern>(__pattern)… 441 …-> decltype( lazy_split_view(std::forward<_Range>(__range), std::forward<_Pattern>(__pattern)… [all …]
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | ranges | 266 class lazy_split_view; 363 #include <__ranges/lazy_split_view.h>
|
| H A D | CMakeLists.txt | 521 __ranges/lazy_split_view.h
|
| H A D | module.modulemap.in | 1259 module lazy_split_view { private header "__ranges/lazy_split_view.h" }
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | Cxx2bIssues.csv | 135 `3591 <https://wg21.link/LWG3591>`__,"``lazy_split_view<input_view>::inner-iterator::base() &&`` in… 136 `3592 <https://wg21.link/LWG3592>`__,"``lazy_split_view`` needs to check the simpleness of Pattern"… 137 `3593 <https://wg21.link/LWG3593>`__,"Several iterators' ``base() const &`` and ``lazy_split_view::…
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/ |
| H A D | BUILD.gn | 596 "__ranges/lazy_split_view.h",
|
| /openbsd-src/gnu/lib/libcxx/ |
| H A D | Makefile | 610 __ranges/lazy_split_view.h \
|
| /openbsd-src/distrib/sets/lists/comp/ |
| H A D | clang.amd64 | 554 ./usr/include/c++/v1/__ranges/lazy_split_view.h
|
| H A D | clang.macppc | 553 ./usr/include/c++/v1/__ranges/lazy_split_view.h
|
| H A D | clang.loongson | 553 ./usr/include/c++/v1/__ranges/lazy_split_view.h
|
| H A D | clang.octeon | 553 ./usr/include/c++/v1/__ranges/lazy_split_view.h
|
| H A D | clang.arm64 | 554 ./usr/include/c++/v1/__ranges/lazy_split_view.h
|
| H A D | clang.powerpc64 | 552 ./usr/include/c++/v1/__ranges/lazy_split_view.h
|
| H A D | clang.armv7 | 552 ./usr/include/c++/v1/__ranges/lazy_split_view.h
|
| H A D | clang.i386 | 552 ./usr/include/c++/v1/__ranges/lazy_split_view.h
|
| H A D | clang.sparc64 | 553 ./usr/include/c++/v1/__ranges/lazy_split_view.h
|