Home
last modified time | relevance | path

Searched refs:borrowed_iterator_t (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_uninitialized.h91 constexpr borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
162 borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
220 borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
294 uninitialized_copy_result<borrowed_iterator_t<_IRange>, in _GLIBCXX_VISIBILITY()
295 borrowed_iterator_t<_ORange>> in _GLIBCXX_VISIBILITY()
384 uninitialized_move_result<borrowed_iterator_t<_IRange>, in _GLIBCXX_VISIBILITY()
385 borrowed_iterator_t<_ORange>> in _GLIBCXX_VISIBILITY()
459 borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
544 constexpr borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
H A Dranges_algo.h194 constexpr for_each_result<borrowed_iterator_t<_Range>, _Fun> in _GLIBCXX_VISIBILITY()
265 constexpr borrowed_iterator_t<_Range1> in _GLIBCXX_VISIBILITY()
537 constexpr borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
661 constexpr copy_if_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
693 constexpr swap_ranges_result<borrowed_iterator_t<_Range1>, in _GLIBCXX_VISIBILITY()
694 borrowed_iterator_t<_Range2>> in _GLIBCXX_VISIBILITY()
756 constexpr unary_transform_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
793 constexpr binary_transform_result<borrowed_iterator_t<_Range1>, in _GLIBCXX_VISIBILITY()
794 borrowed_iterator_t<_Range2>, _Out> in _GLIBCXX_VISIBILITY()
831 constexpr borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_algobase.h311 constexpr copy_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
336 constexpr move_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
452 constexpr copy_backward_result<borrowed_iterator_t<_Range>, _Iter> in _GLIBCXX_VISIBILITY()
477 constexpr move_backward_result<borrowed_iterator_t<_Range>, _Iter> in _GLIBCXX_VISIBILITY()
589 constexpr borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
H A Dranges_util.h458 constexpr borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
486 constexpr borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
514 constexpr borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
H A Dranges_base.h952 using borrowed_iterator_t = __conditional_t<borrowed_range<_Range>, in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dranges_uninitialized.h91 constexpr borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
162 borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
220 borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
294 uninitialized_copy_result<borrowed_iterator_t<_IRange>, in _GLIBCXX_VISIBILITY()
295 borrowed_iterator_t<_ORange>> in _GLIBCXX_VISIBILITY()
384 uninitialized_move_result<borrowed_iterator_t<_IRange>, in _GLIBCXX_VISIBILITY()
385 borrowed_iterator_t<_ORange>> in _GLIBCXX_VISIBILITY()
459 borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
544 constexpr borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
H A Dranges_algo.h193 constexpr for_each_result<borrowed_iterator_t<_Range>, _Fun> in _GLIBCXX_VISIBILITY()
256 constexpr borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
284 constexpr borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
312 constexpr borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
348 constexpr borrowed_iterator_t<_Range1> in _GLIBCXX_VISIBILITY()
747 constexpr borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
871 constexpr copy_if_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
903 constexpr swap_ranges_result<borrowed_iterator_t<_Range1>, in _GLIBCXX_VISIBILITY()
904 borrowed_iterator_t<_Range2>> in _GLIBCXX_VISIBILITY()
966 constexpr unary_transform_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_algobase.h312 constexpr copy_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
337 constexpr move_result<borrowed_iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
455 constexpr copy_backward_result<borrowed_iterator_t<_Range>, _Iter> in _GLIBCXX_VISIBILITY()
480 constexpr move_backward_result<borrowed_iterator_t<_Range>, _Iter> in _GLIBCXX_VISIBILITY()
594 constexpr borrowed_iterator_t<_Range> in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dranges436 using borrowed_iterator_t = conditional_t<borrowed_range<_Range>,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20202992 (ranges::dangling, ranges::borrowed_iterator_t): Move to new
7706 (safe_iterator_t): Rename to borrowed_iterator_t.
H A DChangeLog-20212492 * include/bits/ranges_base.h (borrowed_iterator_t): Likewise.
2520 * include/std/ranges (borrowed_iterator_t)