Searched refs:filter_view (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | filter_view.h | 57 class _LIBCPP_ABI_LLVM18_NO_UNIQUE_ADDRESS filter_view : public view_interface<filter_view<_View, _… 71 _LIBCPP_HIDE_FROM_ABI filter_view() 75 …_LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 filter_view(_View __base, _Pred __pre… in filter_view() function 111 filter_view(_Range&&, _Pred) -> filter_view<views::all_t<_Range>, _Pred>; 129 class filter_view<_View, _Pred>::__iterator : public __filter_iterator_category<_View> { 132 _LIBCPP_NO_UNIQUE_ADDRESS filter_view* __parent_ = nullptr; 148 _LIBCPP_HIDE_FROM_ABI constexpr __iterator(filter_view& __parent, iterator_t<_View> __current) 213 class filter_view<_View, _Pred>::__sentinel { 233 noexcept(noexcept(filter_view(std::forward<_Range>(__range), std::forward<_Pred>(__pred)))) 234 -> decltype(filter_view(std::forward<_Range>(__range), std::forward<_Pred>(__pred))) { [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | ranges | 189 class filter_view; 396 #include <__ranges/filter_view.h>
|
| H A D | libcxx.imp | 620 { include: [ "<__ranges/filter_view.h>", "private", "<ranges>", "public" ] },
|
| H A D | module.modulemap.in | 1670 header "__ranges/filter_view.h"
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | ranges.inc | 166 using std::ranges::filter_view;
|
| /freebsd-14.2/lib/libc++/ |
| H A D | Makefile | 1063 RNG_HEADERS+= filter_view.h
|
| H A D | module.modulemap | 1670 header "__ranges/filter_view.h"
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 3598 SYMBOL(filter_view, std::ranges::, <ranges>)
|