Home
last modified time | relevance | path

Searched refs:iterator_t (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/libcxx/include/__ranges/
H A Dconcepts.h49 using range_difference_t = iter_difference_t<iterator_t<_Rp> >;
52 using range_value_t = iter_value_t<iterator_t<_Rp> >;
55 using range_reference_t = iter_reference_t<iterator_t<_Rp> >;
58 using range_rvalue_reference_t = iter_rvalue_reference_t<iterator_t<_Rp> >;
68 concept input_range = range<_Tp> && input_iterator<iterator_t<_Tp> >;
71 concept forward_range = input_range<_Tp> && forward_iterator<iterator_t<_Tp> >;
74 concept bidirectional_range = forward_range<_Tp> && bidirectional_iterator<iterator_t<_Tp> >;
78 bidirectional_range<_Tp> && random_access_iterator<iterator_t<_Tp> >;
81 concept common_range = range<_Tp> && same_as<iterator_t<_Tp>, sentinel_t<_Tp> >;
H A Daccess.h99 using iterator_t = decltype(ranges::begin(declval<_Tp&>())); variable
108 typename iterator_t<_Tp>; in requires()
109 { _VSTD::__decay_copy(_VSTD::forward<_Tp>(__t).end()) } -> sentinel_for<iterator_t<_Tp> >; in requires()
121 typename iterator_t<_Tp>;
122 { _VSTD::__decay_copy(end(_VSTD::forward<_Tp>(__t))) } -> sentinel_for<iterator_t<_Tp> >;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h86 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
114 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
142 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
191 indirectly_unary_invocable<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
254 projected<iterator_t<_Range>, _Proj>, in _GLIBCXX_VISIBILITY()
282 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
310 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
346 requires indirectly_comparable<iterator_t<_Range1>, iterator_t<_Range2>, in _GLIBCXX_VISIBILITY()
381 projected<iterator_t<_Range>, _Proj>, in _GLIBCXX_VISIBILITY()
411 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
[all …]
H A Drange_access.h884 using iterator_t = std::__detail::__range_iter_t<_Tp>; in _GLIBCXX_VISIBILITY() local
890 using range_difference_t = iter_difference_t<iterator_t<_Range>>; in _GLIBCXX_VISIBILITY()
893 using range_value_t = iter_value_t<iterator_t<_Range>>; in _GLIBCXX_VISIBILITY()
896 using range_reference_t = iter_reference_t<iterator_t<_Range>>; in _GLIBCXX_VISIBILITY()
900 = iter_rvalue_reference_t<iterator_t<_Range>>; in _GLIBCXX_VISIBILITY()
915 = range<_Range> && output_iterator<iterator_t<_Range>, _Tp>; in _GLIBCXX_VISIBILITY()
919 concept input_range = range<_Tp> && input_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
924 = input_range<_Tp> && forward_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
929 = forward_range<_Tp> && bidirectional_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
934 = bidirectional_range<_Tp> && random_access_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_algobase.h145 requires indirectly_comparable<iterator_t<_Range1>, iterator_t<_Range2>, in _GLIBCXX_VISIBILITY()
311 requires indirectly_copyable<iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
336 requires indirectly_movable<iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
454 requires indirectly_copyable<iterator_t<_Range>, _Iter> in _GLIBCXX_VISIBILITY()
479 requires indirectly_movable<iterator_t<_Range>, _Iter> in _GLIBCXX_VISIBILITY()
H A Dranges_uninitialized.h66 && __nothrow_input_iterator<iterator_t<_Range>> in _GLIBCXX_VISIBILITY()
67 && __nothrow_sentinel<sentinel_t<_Range>, iterator_t<_Range>>); in _GLIBCXX_VISIBILITY()
78 && __nothrow_forward_iterator<iterator_t<_Range>>); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_util.h49 && same_as<iterator_t<_Range>, iterator_t<const _Range>> in _GLIBCXX_VISIBILITY()
121 requires contiguous_iterator<iterator_t<_Derived>> in _GLIBCXX_VISIBILITY()
127 && contiguous_iterator<iterator_t<const _Derived>> in _GLIBCXX_VISIBILITY()
133 && sized_sentinel_for<sentinel_t<_Derived>, iterator_t<_Derived>> in _GLIBCXX_VISIBILITY()
140 iterator_t<const _Derived>> in _GLIBCXX_VISIBILITY()
277 && __detail::__convertible_to_non_slicing<iterator_t<_Rng>, _It> in _GLIBCXX_VISIBILITY()
288 && __detail::__convertible_to_non_slicing<iterator_t<_Rng>, _It> in _GLIBCXX_VISIBILITY()
298 requires __detail::__convertible_to_non_slicing<iterator_t<_Rng>, _It> in _GLIBCXX_VISIBILITY()
392 -> subrange<iterator_t<_Rng>, sentinel_t<_Rng>, in _GLIBCXX_VISIBILITY()
394 || sized_sentinel_for<sentinel_t<_Rng>, iterator_t<_Rng>>) in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_algo.h87 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
115 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
143 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
192 indirectly_unary_invocable<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
263 requires indirectly_comparable<iterator_t<_Range1>, iterator_t<_Range2>, in _GLIBCXX_VISIBILITY()
298 projected<iterator_t<_Range>, _Proj>, in _GLIBCXX_VISIBILITY()
328 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
418 requires indirectly_comparable<iterator_t<_Range>, const _Tp*, in _GLIBCXX_VISIBILITY()
494 requires indirectly_comparable<iterator_t<_Range1>, iterator_t<_Range2>, in _GLIBCXX_VISIBILITY()
535 projected<iterator_t<_Range>, _Proj>, in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_base.h595 using iterator_t = std::__detail::__range_iter_t<_Tp>; in _GLIBCXX_VISIBILITY() local
601 using range_difference_t = iter_difference_t<iterator_t<_Range>>; in _GLIBCXX_VISIBILITY()
604 using range_value_t = iter_value_t<iterator_t<_Range>>; in _GLIBCXX_VISIBILITY()
607 using range_reference_t = iter_reference_t<iterator_t<_Range>>; in _GLIBCXX_VISIBILITY()
611 = iter_rvalue_reference_t<iterator_t<_Range>>; in _GLIBCXX_VISIBILITY()
657 = range<_Range> && output_iterator<iterator_t<_Range>, _Tp>; in _GLIBCXX_VISIBILITY()
661 concept input_range = range<_Tp> && input_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
666 = input_range<_Tp> && forward_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
671 = forward_range<_Tp> && bidirectional_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
676 = bidirectional_range<_Tp> && random_access_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_algobase.h146 requires indirectly_comparable<iterator_t<_Range1>, iterator_t<_Range2>, in _GLIBCXX_VISIBILITY()
310 requires indirectly_copyable<iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
335 requires indirectly_movable<iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
451 requires indirectly_copyable<iterator_t<_Range>, _Iter> in _GLIBCXX_VISIBILITY()
476 requires indirectly_movable<iterator_t<_Range>, _Iter> in _GLIBCXX_VISIBILITY()
H A Dranges_uninitialized.h66 && __nothrow_input_iterator<iterator_t<_Range>> in _GLIBCXX_VISIBILITY()
67 && __nothrow_sentinel<sentinel_t<_Range>, iterator_t<_Range>>); in _GLIBCXX_VISIBILITY()
78 && __nothrow_forward_iterator<iterator_t<_Range>>); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dranges39 using iterator_t = decltype(ranges::begin(declval<T&>()));
41 using iterator_t = decltype(ranges::begin(declval<T&>()));
45 using range_difference_t = iter_difference_t<iterator_t<R>>;
47 using range_value_t = iter_value_t<iterator_t<R>>;
49 using range_reference_t = iter_reference_t<iterator_t<R>>;
51 using range_rvalue_reference_t = iter_rvalue_reference_t<iterator_t<R>>;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dranges84 && same_as<iterator_t<_Range>, iterator_t<const _Range>>
133 data() requires contiguous_iterator<iterator_t<_Derived>>
139 && contiguous_iterator<iterator_t<const _Derived>>
145 && sized_sentinel_for<sentinel_t<_Derived>, iterator_t<_Derived>>
152 iterator_t<const _Derived>>
273 && __detail::__convertible_to_non_slicing<iterator_t<_Rng>, _It>
282 && __detail::__convertible_to_non_slicing<iterator_t<_Rng>, _It>
290 requires __detail::__convertible_to_non_slicing<iterator_t<_Rng>, _It>
384 -> subrange<iterator_t<_Rng>, sentinel_t<_Rng>,
386 || sized_sentinel_for<sentinel_t<_Rng>, iterator_t<_Rng>>)
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dranges1139 constexpr iterator_t<_Range>
1202 constexpr iterator_t<_Range>
1377 constexpr iterator_t<_Range>
1385 _M_set(const _Range&, const iterator_t<_Range>&) const
1391 : protected __non_propagating_cache<iterator_t<_Range>>
1397 constexpr iterator_t<_Range>
1405 _M_set(const _Range&, const iterator_t<_Range>& __it)
1416 <= sizeof(iterator_t<_Range>))
1448 constexpr iterator_t<_Range>
1456 _M_set(_Range& __r, const iterator_t<_Range>& __it)
[all …]
/netbsd-src/external/bsd/elftosb/dist/common/
H A DOperation.h121 typedef operation_list_t::iterator iterator_t; //!< Iterator over operations. typedef
136 inline iterator_t begin() { return m_operations.begin(); } in begin()
138 inline iterator_t end() { return m_operations.end(); } in end()
H A DEncoreBootImage.h777 typedef command_list_t::iterator iterator_t; typedef
810 iterator_t begin() { return m_commands.begin(); } in begin()
811 iterator_t end() { return m_commands.end(); } in end()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dstore.h465 typedef map_t::iterator iterator_t;
496 iterator_t begin () const { return m_map.begin (); }
497 iterator_t end () const { return m_map.end (); }
545 typedef map_t::iterator iterator_t;
645 iterator_t begin () const { return m_map.begin (); }
646 iterator_t end () const { return m_map.end (); }
H A Dprogram-state.h107 typedef map_t::iterator iterator_t; typedef
165 iterator_t begin () const { return m_map.begin (); } in begin()
166 iterator_t end () const { return m_map.end (); } in end()
H A Dregion-model-reachability.cc195 for (compound_svalue::iterator_t iter = compound_sval->begin (); in handle_sval()
261 for (compound_svalue::iterator_t iter = compound_sval->begin (); in handle_parm()
H A Dsvalue.h1227 typedef binding_map::iterator_t iterator_t;
1274 iterator_t begin () const { return m_map.begin (); }
1275 iterator_t end () const { return m_map.end (); }
H A Dsvalue.cc1735 for (iterator_t iter = begin (); iter != end (); ++iter) in compound_svalue()
1780 for (binding_map::iterator_t iter = m_map.begin (); in accept()
1796 for (binding_map::iterator_t iter = map.begin (); in calc_complexity()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dprogram-state.h140 typedef map_t::iterator iterator_t;
204 iterator_t begin () const { return m_map.begin (); }
205 iterator_t end () const { return m_map.end (); }
H A Dregion-model.h979 typedef map_t::iterator iterator_t; typedef
1026 iterator_t begin () { return m_map.begin (); } in begin()
1027 iterator_t end () { return m_map.end (); } in end()
1354 typedef map_t::iterator iterator_t; typedef
1394 iterator_t begin () { return m_map.begin (); } in begin()
1395 iterator_t end () { return m_map.end (); } in end()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DEncoreBootImageGenerator.cpp147 OperationSequence::iterator_t it = sequence.begin(); in processOperationSection()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DOneRangesProposalStatus.csv38 [ranges.syn]: pt. 2,"iterator_t, sentinel_t, and safe_iterator_t",[range.access],Christopher Di Bel…

12