Home
last modified time | relevance | path

Searched refs:disable_sized_sentinel_for (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Diterator.cppm
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dconcepts.h115 inline constexpr bool disable_sized_sentinel_for = false; variable
119 sentinel_for<_Sp, _Ip> && !disable_sized_sentinel_for<remove_cv_t<_Sp>, remove_cv_t<_Ip>> &&
H A Dreverse_iterator.h308 inline constexpr bool disable_sized_sentinel_for<reverse_iterator<_Iter1>, reverse_iterator<_Iter2>…
H A Dmove_iterator.h335 inline constexpr bool disable_sized_sentinel_for<move_iterator<_Iter1>, move_iterator<_Iter2>> = tr…
/freebsd/contrib/llvm-project/libcxx/include/
H A Diterator77 inline constexpr bool disable_sized_sentinel_for = false;
310 inline constexpr bool disable_sized_sentinel_for<reverse_iterator<Iterator1>,
480 inline constexpr bool disable_sized_sentinel_for<move_iterator<Iterator1>, // since C++20
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1046 SYMBOL(disable_sized_sentinel_for, std::, <iterator>)