Home
last modified time | relevance | path

Searched refs:__sent (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dsubrange.h94 …CPP_HIDE_FROM_ABI constexpr subrange(__convertible_to_non_slicing<_Iter> auto __iter, _Sent __sent) in subrange() argument
96 : __begin_(std::move(__iter)), __end_(std::move(__sent)) {} in subrange()
99 …__convertible_to_non_slicing<_Iter> auto __iter, _Sent __sent, make_unsigned_t<iter_difference_t<_… in subrange() argument
101 : __begin_(std::move(__iter)), __end_(std::move(__sent)), __size_(__n) { in subrange()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dunwrap_range.h37 _LIBCPP_HIDE_FROM_ABI static constexpr auto __unwrap(_Iter __first, _Sent __sent) in __unwrap()
40 auto __last = ranges::next(__first, __sent);
/freebsd/contrib/llvm-project/libcxx/include/
H A Ddeque1182 __insert_bidirectional(const_iterator __p, _BiIter __f, _Sentinel __sent, size_type __n);