Searched refs:sized_sentinel_for (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dranges_uninitialized.h269 if constexpr (sized_sentinel_for<_ISent, _Iter> argument
270 && sized_sentinel_for<_OSent, _Out>
318 if constexpr (sized_sentinel_for<_Sent, _Out>
356 if constexpr (sized_sentinel_for<_ISent, _Iter> argument
357 && sized_sentinel_for<_OSent, _Out>
409 if constexpr (sized_sentinel_for<_Sent, _Out>
H A Dranges_algobase.h99 else if constexpr (sized_sentinel_for<_Sent1, _Iter1> argument
100 && sized_sentinel_for<_Sent2, _Iter2>)
251 else if constexpr (sized_sentinel_for<_Sent, _Iter>)
388 else if constexpr (sized_sentinel_for<_Sent, _Iter>)
573 if constexpr (sized_sentinel_for<_Sent, _Out>)
H A Drange_access.h683 -> sized_sentinel_for<decltype(_Begin{}(std::forward<_Tp>(__t)))>;
997 else if constexpr (sized_sentinel_for<_Sent, _It>)
1010 if constexpr (sized_sentinel_for<_Sent, _It>)
1080 if constexpr (sized_sentinel_for<_Sent, _It>)
H A Dstl_iterator.h577 requires (!sized_sentinel_for<_Iterator1, _Iterator2>)
1492 template<sized_sentinel_for<_Iterator> _Sent>
1497 template<sized_sentinel_for<_Iterator> _Sent>
1975 template<sized_sentinel_for<_It> _It2, sized_sentinel_for<_It> _Sent2>
1976 requires sized_sentinel_for<_Sent, _It2>
H A Diterator_concepts.h603 concept sized_sentinel_for = sentinel_for<_Sent, _Iter> local
641 && totally_ordered<_Iter> && sized_sentinel_for<_Iter, _Iter>
H A Dranges_algo.h581 if constexpr (sized_sentinel_for<_Sent, _Iter>
771 = (sized_sentinel_for<_Sent1, _Iter1>
772 && sized_sentinel_for<_Sent2, _Iter2>);
3535 = (sized_sentinel_for<_Sent1, _Iter1>
3536 && sized_sentinel_for<_Sent2, _Iter2>);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_uninitialized.h269 if constexpr (sized_sentinel_for<_ISent, _Iter> argument
270 && sized_sentinel_for<_OSent, _Out>
318 if constexpr (sized_sentinel_for<_Sent, _Out>
356 if constexpr (sized_sentinel_for<_ISent, _Iter> argument
357 && sized_sentinel_for<_OSent, _Out>
409 if constexpr (sized_sentinel_for<_Sent, _Out>
H A Dranges_util.h133 && sized_sentinel_for<sentinel_t<_Derived>, iterator_t<_Derived>>
139 && sized_sentinel_for<sentinel_t<const _Derived>,
225 subrange_kind _Kind = sized_sentinel_for<_Sent, _It>
227 requires (_Kind == subrange_kind::sized || !sized_sentinel_for<_Sent, _It>)
232 = _Kind == subrange_kind::sized && !sized_sentinel_for<_Sent, _It>;
394 || sized_sentinel_for<sentinel_t<_Rng>, iterator_t<_Rng>>)
H A Dranges_algobase.h100 else if constexpr (sized_sentinel_for<_Sent1, _Iter1> argument
101 && sized_sentinel_for<_Sent2, _Iter2>)
252 else if constexpr (sized_sentinel_for<_Sent, _Iter>)
387 else if constexpr (sized_sentinel_for<_Sent, _Iter>)
568 if constexpr (sized_sentinel_for<_Sent, _Out>)
H A Dranges_base.h390 { _End{}(__t) } -> sized_sentinel_for<decltype(_Begin{}(__t))>;
754 else if constexpr (sized_sentinel_for<_Sent, _It>)
767 if constexpr (sized_sentinel_for<_Sent, _It>)
829 requires (!sized_sentinel_for<_Sent, _It>)
842 template<input_or_output_iterator _It, sized_sentinel_for<_It> _Sent>
H A Dstl_iterator.h655 requires (!sized_sentinel_for<_Iterator1, _Iterator2>)
1645 template<sized_sentinel_for<_Iterator> _Sent>
1651 template<sized_sentinel_for<_Iterator> _Sent>
2152 template<sized_sentinel_for<_It> _It2, sized_sentinel_for<_It> _Sent2>
2153 requires sized_sentinel_for<_Sent, _It2>
H A Diterator_concepts.h647 concept sized_sentinel_for = sentinel_for<_Sent, _Iter> local
685 && totally_ordered<_Iter> && sized_sentinel_for<_Iter, _Iter>
H A Dranges_algo.h371 if constexpr (sized_sentinel_for<_Sent, _Iter>
561 = (sized_sentinel_for<_Sent1, _Iter1>
562 && sized_sentinel_for<_Sent2, _Iter2>);
3327 = (sized_sentinel_for<_Sent1, _Iter1>
3328 && sized_sentinel_for<_Sent2, _Iter2>);
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__iterator/
H A Dconcepts.h107 concept sized_sentinel_for = variable
146 sized_sentinel_for<_Ip, _Ip> &&
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__ranges/
H A Dsize.h63 { ranges::end(__t) } -> sized_sentinel_for<decltype(ranges::begin(declval<_Tp>()))>;

Completed in 140 milliseconds