Home
last modified time | relevance | path

Searched refs:random_access_range (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dranges186 template<random_access_range _Range = _Derived>
191 template<random_access_range _Range = const _Derived>
1391 template<random_access_range _Range>
1702 if constexpr (random_access_range<_Base>)
1787 operator+=(difference_type __n) requires random_access_range<_Base>
1794 operator-=(difference_type __n) requires random_access_range<_Base>
1802 requires random_access_range<_Base>
1812 requires random_access_range<_Base>
1817 requires random_access_range<_Base>
1822 requires random_access_range<_Base>
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dranges1414 template<random_access_range _Range>
1766 if constexpr (random_access_range<_Base>)
1851 operator+=(difference_type __n) requires random_access_range<_Base>
1858 operator-=(difference_type __n) requires random_access_range<_Base>
1866 requires random_access_range<_Base>
1876 requires random_access_range<_Base>
1881 requires random_access_range<_Base>
1886 requires random_access_range<_Base>
1891 requires random_access_range<_Base>
1897 requires random_access_range<_Base>
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__ranges/
H A Dconcepts.h77 concept random_access_range = variable
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h1824 template<random_access_range _Range, typename _Gen> in _GLIBCXX_VISIBILITY()
1853 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
1881 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
1909 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
1937 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
1973 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
2003 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
2032 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
2060 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
2101 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
[all …]
H A Drange_access.h933 concept random_access_range in _GLIBCXX_VISIBILITY() local
939 = random_access_range<_Tp> && contiguous_iterator<iterator_t<_Tp>> in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h1615 template<random_access_range _Range, typename _Gen> in _GLIBCXX_VISIBILITY()
1644 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
1672 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
1700 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
1728 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
1764 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
1794 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
1823 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
1851 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
1892 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_util.h174 template<random_access_range _Range = _Derived> in _GLIBCXX_VISIBILITY()
179 template<random_access_range _Range = const _Derived> in _GLIBCXX_VISIBILITY()
H A Dranges_base.h675 concept random_access_range in _GLIBCXX_VISIBILITY() local
681 = random_access_range<_Tp> && contiguous_iterator<iterator_t<_Tp>> in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2019293 (random_access_range, contiguous_range, common_range): Move here from
834 (ranges::bidirectional_range, ranges::random_access_range)