Home
last modified time | relevance | path

Searched refs:__iterator (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/include/__ranges/
H A Dtransform_view.h48 template<bool> class __iterator; variable
179 constexpr __iterator(__iterator<!_Const> __i)
262 friend constexpr bool operator==(const __iterator& __x, const __iterator& __y)
269 friend constexpr bool operator<(const __iterator& __x, const __iterator& __y)
276 friend constexpr bool operator>(const __iterator& __x, const __iterator& __y)
283 friend constexpr bool operator<=(const __iterator& __x, const __iterator& __y)
290 friend constexpr bool operator>=(const __iterator& __x, const __iterator& __y)
305 friend constexpr __iterator operator+(__iterator __i, difference_type __n)
312 friend constexpr __iterator operator+(difference_type __n, __iterator __i)
319 friend constexpr __iterator operator-(__iterator __i, difference_type __n)
[all …]
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Diterator579 #include <__iterator/access.h>
580 #include <__iterator/advance.h>
583 #include <__iterator/concepts.h>
585 #include <__iterator/data.h>
587 #include <__iterator/distance.h>
588 #include <__iterator/empty.h>
595 #include <__iterator/iterator.h>
597 #include <__iterator/iter_move.h>
600 #include <__iterator/next.h>
603 #include <__iterator/prev.h>
[all …]
H A Dmodule.modulemap479 module __iterator {
480 module access { private header "__iterator/access.h" }
482 private header "__iterator/advance.h"
487 module concepts { private header "__iterator/concepts.h" }
489 module data { private header "__iterator/data.h" }
491 module distance { private header "__iterator/distance.h" }
492 module empty { private header "__iterator/empty.h" }
501 module iterator { private header "__iterator/iterator.h" }
505 private header "__iterator/next.h"
511 private header "__iterator/prev.h"
[all …]
H A Dlist1135 iterator __iterator(size_type __n);
1200 list<_Tp, _Alloc>::__iterator(size_type __n)
1893 erase(__iterator(__n), end());
1950 erase(__iterator(__n), end());
H A Dspan132 #include <__iterator/wrap_iter.h>
H A D__string22 #include <__iterator/iterator_traits.h>
H A Dvector278 #include <__iterator/wrap_iter.h>
H A Dstring521 #include <__iterator/wrap_iter.h>
H A Dregex767 #include <__iterator/wrap_iter.h>
/freebsd-13.1/etc/mtree/
H A DBSD.include.dist26 __iterator
/freebsd-13.1/lib/libc++/
H A DMakefile383 ITDIR= ${CXXINCLUDEDIR}/__iterator
416 IT+= ${HDRDIR}/__iterator/${hdr}
/freebsd-13.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc3956 OLD_FILES+=usr/include/c++/v1/__iterator/access.h
3957 OLD_FILES+=usr/include/c++/v1/__iterator/advance.h
3960 OLD_FILES+=usr/include/c++/v1/__iterator/concepts.h
3962 OLD_FILES+=usr/include/c++/v1/__iterator/data.h
3964 OLD_FILES+=usr/include/c++/v1/__iterator/distance.h
3965 OLD_FILES+=usr/include/c++/v1/__iterator/empty.h
3974 OLD_FILES+=usr/include/c++/v1/__iterator/iterator.h
3977 OLD_FILES+=usr/include/c++/v1/__iterator/next.h
3980 OLD_FILES+=usr/include/c++/v1/__iterator/prev.h
3985 OLD_FILES+=usr/include/c++/v1/__iterator/size.h
[all …]