Home
last modified time | relevance | path

Searched refs:__map_iterator (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dattr-gsl-owner-pointer-std.cpp54 class __map_iterator {}; class
68 typedef __map_iterator<T> iterator;
/llvm-project-15.0.7/libcxx/include/
H A Dmap849 class _LIBCPP_TEMPLATE_VIS __map_iterator
864 __map_iterator() _NOEXCEPT {}
875 __map_iterator& operator++() {++__i_; return *this;}
877 __map_iterator operator++(int)
879 __map_iterator __t(*this);
885 __map_iterator& operator--() {--__i_; return *this;}
887 __map_iterator operator--(int)
889 __map_iterator __t(*this);
895 bool operator==(const __map_iterator& __x, const __map_iterator& __y)
899 bool operator!=(const __map_iterator& __x, const __map_iterator& __y)
[all …]
H A Ddeque329 typedef _MapPointer __map_iterator;
334 __map_iterator __m_iter_;
475 _LIBCPP_INLINE_VISIBILITY explicit __deque_iterator(__map_iterator __m, pointer __p) _NOEXCEPT
H A D__tree56 template <class _TreeIterator> class _LIBCPP_TEMPLATE_VIS __map_iterator;
884 template <class> friend class _LIBCPP_TEMPLATE_VIS __map_iterator;