Searched refs:filter_view (Results 1 – 10 of 10) sorted by relevance
| /freebsd/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 { 219 …_LIBCPP_HIDE_FROM_ABI constexpr explicit __sentinel(filter_view& __parent) : __end_(ranges::end(__… 233 noexcept(noexcept(filter_view(std::forward<_Range>(__range), std::forward<_Pred>(__pred)))) [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | ranges | 194 class filter_view; 412 # include <__ranges/filter_view.h>
|
| H A D | module.modulemap.in | 1886 module filter_view { 1887 header "__ranges/filter_view.h"
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | ranges.cppm | |
| H A D | ranges.inc | 180 using std::ranges::filter_view;
|
| /freebsd/lib/libc++/ |
| H A D | module.modulemap | 1886 module filter_view { 1887 header "__ranges/filter_view.h"
|
| H A D | libcxx.imp | 697 { include: [ "<__ranges/filter_view.h>", "private", "<ranges>", "public" ] },
|
| H A D | Makefile | 1986 RNG_HEADERS+= filter_view.h
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | module.modulemap | 1724 header "__ranges/filter_view.h"
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 3681 SYMBOL(filter_view, std::ranges::, <ranges>)
|