Searched refs:__sent (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | subrange.h | 95 …CPP_HIDE_FROM_ABI constexpr subrange(__convertible_to_non_slicing<_Iter> auto __iter, _Sent __sent) in subrange() argument 97 : __begin_(std::move(__iter)), __end_(std::move(__sent)) {} in subrange() 100 …__convertible_to_non_slicing<_Iter> auto __iter, _Sent __sent, make_unsigned_t<iter_difference_t<_… in subrange() argument 102 : __begin_(std::move(__iter)), __end_(std::move(__sent)), __size_(__n) { in subrange()
|
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | unwrap_range.h | 37 _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/__cxx03/ |
| H A D | deque | 1014 __insert_bidirectional(const_iterator __p, _BiIter __f, _Sentinel __sent, size_type __n);
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | deque | 1205 __insert_bidirectional(const_iterator __p, _BiIter __f, _Sentinel __sent, size_type __n);
|