Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dtake_while_view.h125 _LIBCPP_HIDE_FROM_ABI friend constexpr bool operator==(const iterator_t<_Base>& __x, const __sentinel function
60 class __sentinel; global() variable
128 _LIBCPP_HIDE_FROM_ABI constexpr __sentinel(__sentinel<!_Const> __s) __sentinel() function
[all...]
H A Dtake_view.h66 class __sentinel; variable
176 …_LIBCPP_HIDE_FROM_ABI constexpr explicit __sentinel(sentinel_t<_Base> __end) : __end_(std::move(__… in __sentinel() function
178 _LIBCPP_HIDE_FROM_ABI constexpr __sentinel(__sentinel<!_Const> __s) in __sentinel() function
H A Dfilter_view.h65 class __sentinel; global() variable
H A Delements_view.h71 class __sentinel; variable
H A Dtransform_view.h77 class __sentinel; variable
H A Dzip_view.h149 class __sentinel; in requires() local
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpartition.h51 _BidirectionalIterator __original_last = _IterOps<_AlgPolicy>::next(__first, __sentinel); in __partition_impl() argument