Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__ranges/
H A Dtake_while_view.h60 class __sentinel; variable
125 _LIBCPP_HIDE_FROM_ABI constexpr explicit __sentinel(sentinel_t<_Base> __end, const _Pred* __pred) in __sentinel() function
128 _LIBCPP_HIDE_FROM_ABI constexpr __sentinel(__sentinel<!_Const> __s) in __sentinel() function
H A Dtake_view.h61 template<bool> class __sentinel; variable
163 constexpr explicit __sentinel(sentinel_t<_Base> __end) : __end_(std::move(__end)) {} in __sentinel() function
166 constexpr __sentinel(__sentinel<!_Const> __s) in __sentinel() function
H A Delements_view.h68 class __sentinel; variable
H A Dfilter_view.h62 class __sentinel; variable
H A Dtransform_view.h64 template<bool> class __sentinel; variable
H A Dzip_view.h136 class __sentinel; in requires() local
/openbsd-src/gnu/llvm/libcxx/include/__algorithm/
H A Dpartition.h52 __partition_impl(_BidirectionalIterator __first, _Sentinel __sentinel, _Predicate __pred, in __partition_impl()