Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
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()
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 …]
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()
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()
Dranges_base.h952 using borrowed_iterator_t = __conditional_t<borrowed_range<_Range>, in _GLIBCXX_VISIBILITY() local
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20212492 * include/bits/ranges_base.h (borrowed_iterator_t): Likewise.
2520 * include/std/ranges (borrowed_iterator_t)
DChangeLog-20202992 (ranges::dangling, ranges::borrowed_iterator_t): Move to new
7706 (safe_iterator_t): Rename to borrowed_iterator_t.