| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | ranges_algo.h | 85 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 D | ranges_algobase.h | 142 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 D | ranges_uninitialized.h | 291 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 D | range_access.h | 919 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 D | concepts.h | 68 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 D | ranges_algo.h | 86 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 D | ranges_util.h | 454 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 D | ranges_algobase.h | 143 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 D | ranges_uninitialized.h | 291 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 D | ranges_base.h | 661 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 D | Action.h | 52 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 D | ranges | 71 concept input_range = see below;
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | ranges | 1446 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 D | ranges | 1490 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 D | OneRangesProposalStatus.csv | 44 …wableRange","[ranges.syn]: pt. 2, [range.range]",Christopher Di Bella,"input_range: `D100271 <http…
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2019 | 292 (output_range, input_range, forward_range, bidirectional_range)
|
| H A D | ChangeLog-2020 | 6994 a non-forward input_range.
|