Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/include/__ranges/
H A Dconcepts.h74 concept bidirectional_range = forward_range<_Tp> && bidirectional_iterator<iterator_t<_Tp> >; variable
78 bidirectional_range<_Tp> && random_access_iterator<iterator_t<_Tp> >;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dranges171 requires bidirectional_range<_Derived> && common_range<_Derived>
179 requires bidirectional_range<const _Derived>
1460 if constexpr (bidirectional_range<_Vp>)
1529 operator--() requires bidirectional_range<_Vp>
1538 operator--(int) requires bidirectional_range<_Vp>
1704 else if constexpr (bidirectional_range<_Base>)
1772 operator--() requires bidirectional_range<_Base>
1779 operator--(int) requires bidirectional_range<_Base>
2533 && bidirectional_range<_Base>
2534 && bidirectional_range<range_reference_t<_Base>>)
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dranges77 concept bidirectional_range = see below;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dranges1504 if constexpr (bidirectional_range<_Vp>)
1573 operator--() requires bidirectional_range<_Vp>
1582 operator--(int) requires bidirectional_range<_Vp>
1768 else if constexpr (bidirectional_range<_Base>)
1836 operator--() requires bidirectional_range<_Base>
1843 operator--(int) requires bidirectional_range<_Base>
2775 && bidirectional_range<_Base>
2776 && bidirectional_range<range_reference_t<_Base>>
2866 requires _S_ref_is_glvalue && bidirectional_range<_Base>
2867 && bidirectional_range<range_reference_t<_Base>>
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dranges_algobase.h453 template<bidirectional_range _Range, bidirectional_iterator _Iter> in _GLIBCXX_VISIBILITY()
478 template<bidirectional_range _Range, bidirectional_iterator _Iter> in _GLIBCXX_VISIBILITY()
H A Drange_access.h928 concept bidirectional_range in _GLIBCXX_VISIBILITY() local
934 = bidirectional_range<_Tp> && random_access_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
H A Dranges_algo.h1526 template<bidirectional_range _Range> in _GLIBCXX_VISIBILITY()
1559 template<bidirectional_range _Range, weakly_incrementable _Out> in _GLIBCXX_VISIBILITY()
2590 template<bidirectional_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
2797 template<bidirectional_range _Range, in _GLIBCXX_VISIBILITY()
3686 template<bidirectional_range _Range, typename _Comp = ranges::less, in _GLIBCXX_VISIBILITY()
3748 template<bidirectional_range _Range, typename _Comp = ranges::less, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_algobase.h450 template<bidirectional_range _Range, bidirectional_iterator _Iter> in _GLIBCXX_VISIBILITY()
475 template<bidirectional_range _Range, bidirectional_iterator _Iter> in _GLIBCXX_VISIBILITY()
H A Dranges_util.h159 requires bidirectional_range<_Derived> && common_range<_Derived> in _GLIBCXX_VISIBILITY()
167 requires bidirectional_range<const _Derived> in _GLIBCXX_VISIBILITY()
H A Dranges_base.h670 concept bidirectional_range in _GLIBCXX_VISIBILITY() local
676 = bidirectional_range<_Tp> && random_access_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
H A Dranges_algo.h1316 template<bidirectional_range _Range> in _GLIBCXX_VISIBILITY()
1349 template<bidirectional_range _Range, weakly_incrementable _Out> in _GLIBCXX_VISIBILITY()
2382 template<bidirectional_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
2589 template<bidirectional_range _Range, in _GLIBCXX_VISIBILITY()
3478 template<bidirectional_range _Range, typename _Comp = ranges::less, in _GLIBCXX_VISIBILITY()
3540 template<bidirectional_range _Range, typename _Comp = ranges::less, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DOneRangesProposalStatus.csv46 bidirectional_range: `D100278 <https://llvm.org/D100278>`_",
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2019292 (output_range, input_range, forward_range, bidirectional_range)
834 (ranges::bidirectional_range, ranges::random_access_range)