Home
last modified time | relevance | path

Searched defs:__sentinel (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__ranges/
H A Dtake_while_view.h51 class __sentinel; variable
116 _LIBCPP_HIDE_FROM_ABI constexpr explicit __sentinel(sentinel_t<_Base> __end, const _Pred* __pred) in __sentinel() function
119 _LIBCPP_HIDE_FROM_ABI constexpr __sentinel(__sentinel<!_Const> __s) in __sentinel() function
H A Dtake_view.h66 class __sentinel; variable
176 _LIBCPP_HIDE_FROM_ABI constexpr explicit __sentinel(sentinel_t<_Base> __end) : __end_(std::move(__end)) {} in __sentinel() function
178 _LIBCPP_HIDE_FROM_ABI constexpr __sentinel(__sentinel<!_Const> __s) in __sentinel() function
[all...]
H A Delements_view.h71 class __sentinel; variable
[all...]
H A Dfilter_view.h68 class __sentinel; variable
H A Dtransform_view.h77 class __sentinel; variable
[all...]
H A Dzip_view.h148 class __sentinel; requires() local
[all...]
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpartition.h50 __partition_impl(_BidirectionalIterator __first, _Sentinel __sentinel, _Predicate __pred, bidirecti… in __partition_impl()