Searched refs:disable_sized_sentinel_for (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/libcxx/include/__iterator/
H A Dconcepts.h104 inline constexpr bool disable_sized_sentinel_for = false; variable
109 !disable_sized_sentinel_for<remove_cv_t<_Sp>, remove_cv_t<_Ip> > &&
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Diterator_concepts.h600 inline constexpr bool disable_sized_sentinel_for = false; local
604 && !disable_sized_sentinel_for<remove_cv_t<_Sent>, remove_cv_t<_Iter>>
H A Dstl_iterator.h579 disable_sized_sentinel_for<reverse_iterator<_Iterator1>, local
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Diterator_concepts.h644 inline constexpr bool disable_sized_sentinel_for = false; local
648 && !disable_sized_sentinel_for<remove_cv_t<_Sent>, remove_cv_t<_Iter>>
H A Dstl_iterator.h657 disable_sized_sentinel_for<reverse_iterator<_Iterator1>, local

Completed in 88 milliseconds