Home
last modified time | relevance | path

Searched refs:__bounded_iter (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dbounded_iter.h51 struct __bounded_iter { struct
65 _LIBCPP_HIDE_FROM_ABI __bounded_iter() = default; argument
67 _LIBCPP_HIDE_FROM_ABI __bounded_iter(__bounded_iter const&) = default;
68 _LIBCPP_HIDE_FROM_ABI __bounded_iter(__bounded_iter&&) = default;
71 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR __bounded_iter(__bounded_iter<_OtherIterator> const& __oth… in __bounded_iter() argument
77 _LIBCPP_HIDE_FROM_ABI __bounded_iter& operator=(__bounded_iter const&) = default; argument
78 _LIBCPP_HIDE_FROM_ABI __bounded_iter& operator=(__bounded_iter&&) = default; argument
90 …_LIBCPP_CONSTEXPR_SINCE_CXX14 explicit __bounded_iter(_Iterator __current, _Iterator __begin, _Ite… in __bounded_iter() argument
99 friend _LIBCPP_CONSTEXPR __bounded_iter<_It> __make_bounded_iter(_It, _It, _It);
132 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 __bounded_iter& operator++() _NOEXCEPT {
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dspan240 using iterator = __bounded_iter<pointer>;
421 using iterator = __bounded_iter<pointer>;
H A Dstring_view284 using const_iterator = __bounded_iter<const_pointer>;
H A Dvector408 typedef __bounded_iter<__wrap_iter<pointer>> iterator;
409 typedef __bounded_iter<__wrap_iter<const_pointer>> const_iterator;
H A Dstring830 typedef __bounded_iter<__wrap_iter<pointer>> iterator;
831 typedef __bounded_iter<__wrap_iter<const_pointer>> const_iterator;