Home
last modified time | relevance | path

Searched defs:_Iter (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_iterator_concept.h29 using _Iter = __remove_cvref_t<_IterMaybeQualified>; __get_iterator_concept() local
H A Dmismatch.h145 using _Iter = __aliasing_iterator<_Tp*, __get_as_integer_type_t<_Tp>>; in __mismatch() local
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dsubrange.h215 _LIBCPP_HIDE_FROM_ABI constexpr auto get(const subrange<_Iter, _Sent, _Kind>& __subrange) { in get()
224 _LIBCPP_HIDE_FROM_ABI constexpr auto get(subrange<_Iter, _Sent, _Kind>&& __subrange) { in get()
H A Dtake_view.h167 …using _Iter = counted_iterator<iterator_t<__maybe_const<_Ot… variable