Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dtake_while_view.h51 class __sentinel; variable
111 friend class __sentinel<!_Const>; 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.h65 class __sentinel; variable
175 …_LIBCPP_HIDE_FROM_ABI constexpr explicit __sentinel(sentinel_t<_Base> __end) : __end_(std::move(__… in __sentinel() function
177 _LIBCPP_HIDE_FROM_ABI constexpr __sentinel(__sentinel<!_Const> __s) in __sentinel() function
H A Dfilter_view.h68 class __sentinel; variable
H A Delements_view.h71 class __sentinel; variable
H A Dtransform_view.h79 class __sentinel; variable
H A Dzip_view.h138 class __sentinel; in requires() local
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpartition.h51 __partition_impl(_BidirectionalIterator __first, _Sentinel __sentinel, _Predicate __pred, bidirecti… in __partition_impl()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dpartition.h50 __partition_impl(_BidirectionalIterator __first, _Sentinel __sentinel, _Predicate __pred, bidirecti… in __partition_impl()