Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/include/__ranges/
H A Dsize.h32 inline constexpr bool disable_sized_range = false; variable
40 concept __size_enabled = !disable_sized_range<remove_cvref_t<_Tp>>;
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dranges55 inline constexpr bool disable_sized_range = false;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_base.h47 inline constexpr bool disable_sized_range = false; in _GLIBCXX_VISIBILITY() local
366 concept __member_size = !disable_sized_range<remove_cvref_t<_Tp>> in _GLIBCXX_VISIBILITY()
377 && !disable_sized_range<remove_cvref_t<_Tp>> in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drange_access.h345 inline constexpr bool disable_sized_range = false; in _GLIBCXX_VISIBILITY() local
658 concept __member_size = !disable_sized_range<remove_cvref_t<_Tp>> in _GLIBCXX_VISIBILITY()
670 && !disable_sized_range<remove_cvref_t<_Tp>> in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx2aStatusIssuesStatus.csv216 …4>`__","``sized_range``\ and ``ranges::size``\ redundantly use ``disable_sized_range``\ ","Pragu…
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2019233 (ranges::disable_sized_range): Remove duplicate definition.
291 (range_rvalue_reference_t, __forwarding_range, disable_sized_range)
953 * include/bits/range_access.h (ranges::disable_sized_range)
991 * include/bits/range_access.h (ranges::disable_sized_range)