Home
last modified time | relevance | path

Searched refs:borrowed_range (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_util.h276 requires borrowed_range<_Rng> in _GLIBCXX_VISIBILITY()
287 requires borrowed_range<_Rng> in _GLIBCXX_VISIBILITY()
297 template<borrowed_range _Rng> in _GLIBCXX_VISIBILITY()
390 template<borrowed_range _Rng> in _GLIBCXX_VISIBILITY()
397 template<borrowed_range _Rng> in _GLIBCXX_VISIBILITY()
429 using borrowed_subrange_t = __conditional_t<borrowed_range<_Range>, in _GLIBCXX_VISIBILITY()
H A Dranges_base.h591 concept borrowed_range in _GLIBCXX_VISIBILITY() local
952 using borrowed_iterator_t = __conditional_t<borrowed_range<_Range>, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__ranges/
H A Dconcepts.h40 concept borrowed_range = range<_Range> && variable
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dspan208 && (ranges::borrowed_range<_Range> || is_const_v<element_type>)
445 // Opt-in to borrowed_range concept
H A Dspanstream252 requires ranges::borrowed_range<_Ros>
291 requires ranges::borrowed_range<_Ros>
H A Dstring_view798 // Opt-in to borrowed_range concept
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dspan213 && (ranges::borrowed_range<_Range> || is_const_v<element_type>)
450 // Opt-in to borrowed_range concept
H A Dranges78 && (borrowed_range<_Tp> || view<remove_cvref_t<_Tp>>);
272 requires borrowed_range<_Rng>
281 requires borrowed_range<_Rng>
289 template<borrowed_range _Rng>
382 template<borrowed_range _Rng>
389 template<borrowed_range _Rng>
436 using borrowed_iterator_t = conditional_t<borrowed_range<_Range>,
441 using borrowed_subrange_t = conditional_t<borrowed_range<_Range>,
H A Dstring_view752 // Opt-in to borrowed_range concept
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drange_access.h880 concept borrowed_range in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dstring_view689 // Opt-in to borrowed_range concept
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dstring_view694 // Opt-in to borrowed_range concept
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20207561 (ranges::data): Require lvalue or borrowed_range.
7701 (safe_range): Rename to borrowed_range.