| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
| H A D | facet.cc | 32 typedef std::istreambuf_iterator<char> input_iterator; typedef 82 class gnu_money_get_in: public std::money_get<char, input_iterator> 87 : std::money_get<char, input_iterator>(refs) { } in gnu_money_get_in() 106 class gnu_num_get_in: public std::num_get<char, input_iterator> 111 : std::num_get<char, input_iterator>(refs) { } in gnu_num_get_in() 130 class gnu_time_get_in: public std::time_get<char, input_iterator> 135 : std::time_get<char, input_iterator>(refs) { } in gnu_time_get_in()
|
| /openbsd-src/gnu/llvm/libcxx/include/__algorithm/ |
| H A D | ranges_unique_copy.h | 48 concept __can_reread_from_output = (input_iterator<_OutIter> && same_as<iter_value_t<_InIter>, iter… 65 template <input_iterator _InIter, 72 … (input_iterator<_OutIter> && same_as<iter_value_t<_InIter>, iter_value_t<_OutIter>>) || 91 (input_iterator<_OutIter> && same_as<range_value_t<_Range>, iter_value_t<_OutIter>>) ||
|
| H A D | ranges_swap_ranges.h | 38 template <input_iterator _I1, sentinel_for<_I1> _S1, 39 input_iterator _I2, sentinel_for<_I2> _S2>
|
| H A D | ranges_includes.h | 39 input_iterator _Iter1, 41 input_iterator _Iter2,
|
| H A D | ranges_set_difference.h | 46 input_iterator _InIter1, 48 input_iterator _InIter2,
|
| H A D | ranges_transform.h | 85 template <input_iterator _InIter, sentinel_for<_InIter> _Sent, 111 template <input_iterator _InIter1, sentinel_for<_InIter1> _Sent1, 112 input_iterator _InIter2, sentinel_for<_InIter2> _Sent2,
|
| H A D | ranges_lexicographical_compare.h | 53 template <input_iterator _Iter1, sentinel_for<_Iter1> _Sent1, 54 input_iterator _Iter2, sentinel_for<_Iter2> _Sent2,
|
| H A D | ranges_equal.h | 57 template <input_iterator _Iter1, sentinel_for<_Iter1> _Sent1, 58 input_iterator _Iter2, sentinel_for<_Iter2> _Sent2,
|
| H A D | ranges_mismatch.h | 54 template <input_iterator _I1, sentinel_for<_I1> _S1, 55 input_iterator _I2, sentinel_for<_I2> _S2,
|
| H A D | ranges_set_intersection.h | 44 input_iterator _InIter1, 46 input_iterator _InIter2,
|
| H A D | ranges_set_union.h | 47 input_iterator _InIter1, 49 input_iterator _InIter2,
|
| H A D | ranges_set_symmetric_difference.h | 44 input_iterator _InIter1, 46 input_iterator _InIter2,
|
| H A D | ranges_merge.h | 76 input_iterator _InIter1, 78 input_iterator _InIter2,
|
| H A D | ranges_iterator_concept.h | 39 else if constexpr (input_iterator<_Iter>) in __get_iterator_concept()
|
| H A D | ranges_for_each_n.h | 39 template <input_iterator _Iter,
|
| H A D | ranges_count.h | 35 template <input_iterator _Iter, sentinel_for<_Iter> _Sent, class _Type, class _Proj = identity>
|
| H A D | ranges_find_if_not.h | 36 template <input_iterator _Ip, sentinel_for<_Ip> _Sp, class _Proj = identity,
|
| H A D | ranges_find.h | 36 template <input_iterator _Ip, sentinel_for<_Ip> _Sp, class _Tp, class _Proj = identity>
|
| H A D | ranges_copy.h | 40 template <input_iterator _InIter, sentinel_for<_InIter> _Sent, weakly_incrementable _OutIter>
|
| /openbsd-src/gnu/llvm/libcxx/include/__iterator/ |
| H A D | mergeable.h | 30 input_iterator<_Input1> && 31 input_iterator<_Input2> &&
|
| H A D | concepts.h | 138 concept input_iterator = 156 input_iterator<_Ip> && 197 concept __has_arrow = input_iterator<_Ip> && (is_pointer_v<_Ip> || requires(_Ip __i) { __i.operator…
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | algorithm | 64 template <input_iterator I1, sentinel_for<_I1> S1, input_iterator I2, sentinel_for<_I2> S2, 84 template<input_iterator I, sentinel_for<I> S, class Proj = identity, 93 template<input_iterator I, sentinel_for<I> S, class Proj = identity, 136 template<input_iterator I, sentinel_for<I> S, weakly_incrementable O, 148 template<input_iterator I1, sentinel_for<I1> S1, input_iterator I2, sentinel_for<I2> S2, 165 template<input_iterator I, sentinel_for<I> S, class T, class Proj = identity> 175 template<input_iterator I, sentinel_for<I> S, class Proj = identity, 229 template<input_iterator I, sentinel_for<I> S, weakly_incrementable O> 237 template<input_iterator I, weakly_incrementable O> 242 template<input_iterator I, sentinel_for<I> S, weakly_incrementable O, class Proj = identity, [all …]
|
| /openbsd-src/gnu/llvm/libcxx/include/__memory/ |
| H A D | ranges_uninitialized_algorithms.h | 190 template <input_iterator _InputIterator, 227 template <input_iterator _InputIterator, 255 template <input_iterator _InputIterator, 292 template <input_iterator _InputIterator,
|
| H A D | concepts.h | 39 input_iterator<_Ip> &&
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Action.h | 50 using input_iterator = ActionList::iterator; variable 52 using input_range = llvm::iterator_range<input_iterator>; 154 input_iterator input_begin() { return Inputs.begin(); } in input_begin() 155 input_iterator input_end() { return Inputs.end(); } in input_end()
|