Home
last modified time | relevance | path

Searched refs:input_range (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h85 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
113 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
141 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
190 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
252 template<input_range _Range, typename _Tp, typename _Proj = identity> in _GLIBCXX_VISIBILITY()
281 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
309 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
343 template<input_range _Range1, forward_range _Range2, in _GLIBCXX_VISIBILITY()
379 template<input_range _Range, typename _Tp, typename _Proj = identity> in _GLIBCXX_VISIBILITY()
409 template<input_range _Range, in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_algobase.h142 template<input_range _Range1, input_range _Range2, in _GLIBCXX_VISIBILITY()
310 template<input_range _Range, weakly_incrementable _Out> in _GLIBCXX_VISIBILITY()
335 template<input_range _Range, weakly_incrementable _Out> in _GLIBCXX_VISIBILITY()
H A Dranges_uninitialized.h291 template<input_range _IRange, __detail::__nothrow_forward_range _ORange> in _GLIBCXX_VISIBILITY()
381 template<input_range _IRange, __detail::__nothrow_forward_range _ORange> in _GLIBCXX_VISIBILITY()
H A Drange_access.h919 concept input_range = range<_Tp> && input_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY() local
924 = input_range<_Tp> && forward_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__ranges/
H A Dconcepts.h68 concept input_range = range<_Tp> && input_iterator<iterator_t<_Tp> >; variable
71 concept forward_range = input_range<_Tp> && forward_iterator<iterator_t<_Tp> >;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h86 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
114 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
142 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
191 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
260 template<input_range _Range1, forward_range _Range2, in _GLIBCXX_VISIBILITY()
296 template<input_range _Range, typename _Tp, typename _Proj = identity> in _GLIBCXX_VISIBILITY()
326 template<input_range _Range, in _GLIBCXX_VISIBILITY()
656 template<input_range _Range, weakly_incrementable _Out, in _GLIBCXX_VISIBILITY()
691 template<input_range _Range1, input_range _Range2> in _GLIBCXX_VISIBILITY()
751 template<input_range _Range, weakly_incrementable _Out, in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_util.h454 template<input_range _Range, typename _Tp, typename _Proj = identity> in _GLIBCXX_VISIBILITY()
483 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
511 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
571 template<input_range _Range1, input_range _Range2, in _GLIBCXX_VISIBILITY()
H A Dranges_algobase.h143 template<input_range _Range1, input_range _Range2, in _GLIBCXX_VISIBILITY()
309 template<input_range _Range, weakly_incrementable _Out> in _GLIBCXX_VISIBILITY()
334 template<input_range _Range, weakly_incrementable _Out> in _GLIBCXX_VISIBILITY()
H A Dranges_uninitialized.h291 template<input_range _IRange, __detail::__nothrow_forward_range _ORange> in _GLIBCXX_VISIBILITY()
381 template<input_range _IRange, __detail::__nothrow_forward_range _ORange> in _GLIBCXX_VISIBILITY()
H A Dranges_base.h661 concept input_range = range<_Tp> && input_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY() local
666 = input_range<_Tp> && forward_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h52 using input_range = llvm::iterator_range<input_iterator>; variable
152 input_range inputs() { return input_range(input_begin(), input_end()); } in inputs()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dranges71 concept input_range = see below;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dranges1446 template<input_range _Vp,
1648 template<input_range _Vp, copy_constructible _Fp>
2169 requires input_range<_Vp> && is_object_v<_Pred>
2374 requires input_range<_Vp> && is_object_v<_Pred>
2440 template<input_range _Vp>
2441 requires view<_Vp> && input_range<range_reference_t<_Vp>>
2743 requires input_range<const _Vp>
2763 requires input_range<const _Vp>
2832 template<input_range _Vp, forward_range _Pattern>
3141 template<input_range _Range>
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dranges1490 template<input_range _Vp,
1712 template<input_range _Vp, copy_constructible _Fp>
2324 requires input_range<_Vp> && is_object_v<_Pred>
2598 requires input_range<_Vp> && is_object_v<_Pred>
2684 template<input_range _Vp>
2685 requires view<_Vp> && input_range<range_reference_t<_Vp>>
2983 requires input_range<const _Vp>
3003 requires input_range<const _Vp>
3088 template<input_range _Vp, forward_range _Pattern>
3409 template<input_range _Range>
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DOneRangesProposalStatus.csv44 …wableRange","[ranges.syn]: pt. 2, [range.range]",Christopher Di Bella,"input_range: `D100271 <http…
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2019292 (output_range, input_range, forward_range, bidirectional_range)
H A DChangeLog-20206994 a non-forward input_range.