/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | stl_iterator.h | 972 class __normal_iterator 991 _GLIBCXX_CONSTEXPR __normal_iterator() _GLIBCXX_NOEXCEPT 995 __normal_iterator(const _Iterator& __i) _GLIBCXX_NOEXCEPT 1001 __normal_iterator(const __normal_iterator<_Iter, 1019 __normal_iterator& 1027 __normal_iterator 1029 { return __normal_iterator(_M_current++); } 1033 __normal_iterator& 1041 __normal_iterator 1043 { return __normal_iterator(_M_current--); } [all …]
|
H A D | stl_vector.h | 419 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator; in _GLIBCXX_VISIBILITY() 420 typedef __gnu_cxx::__normal_iterator<const_pointer, vector> in _GLIBCXX_VISIBILITY()
|
H A D | fs_path.h | 861 _S_convert(__gnu_cxx::__normal_iterator<_Iter, _Cont> __first, in _GLIBCXX_VISIBILITY() 862 __gnu_cxx::__normal_iterator<_Iter, _Cont> __last) in _GLIBCXX_VISIBILITY()
|
H A D | regex_compiler.h | 213 __is_contiguous_iter<__gnu_cxx::__normal_iterator<_Tp*, _Cont>> in _GLIBCXX_VISIBILITY()
|
H A D | ranges_algobase.h | 55 __is_normal_iterator<__gnu_cxx::__normal_iterator<_Iterator, in _GLIBCXX_VISIBILITY()
|
H A D | stl_algobase.h | 899 __fill_a1(::__gnu_cxx::__normal_iterator<_Ite, _Cont> __first, in _GLIBCXX_VISIBILITY() 900 ::__gnu_cxx::__normal_iterator<_Ite, _Cont> __last, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | stl_iterator.h | 1043 class __normal_iterator 1068 _GLIBCXX_CONSTEXPR __normal_iterator() _GLIBCXX_NOEXCEPT 1072 __normal_iterator(const _Iterator& __i) _GLIBCXX_NOEXCEPT 1079 __normal_iterator(const __normal_iterator<_Iter, _Container>& __i) 1085 __normal_iterator(const __normal_iterator<_Iter, 1104 __normal_iterator& 1112 __normal_iterator 1114 { return __normal_iterator(_M_current++); } 1118 __normal_iterator& 1126 __normal_iterator [all …]
|
H A D | stl_vector.h | 455 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator; in _GLIBCXX_VISIBILITY() 456 typedef __gnu_cxx::__normal_iterator<const_pointer, vector> in _GLIBCXX_VISIBILITY()
|
H A D | ranges_algobase.h | 56 __is_normal_iterator<__gnu_cxx::__normal_iterator<_Iterator, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
H A D | concept-inst.cc | 86 __normal_iterator<char const*, std::string> > ); 89 __normal_iterator<char*, std::string> > ); 93 __normal_iterator<wchar_t const*, 98 __normal_iterator<wchar_t*,
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
H A D | concept-inst.cc | 86 __normal_iterator<char const*, std::string> > ); 89 __normal_iterator<char*, std::string> > ); 93 __normal_iterator<wchar_t const*, 98 __normal_iterator<wchar_t*,
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | vstring_util.h | 67 __normal_iterator<pointer, __gnu_cxx:: in _GLIBCXX_VISIBILITY() 72 __normal_iterator<const_pointer, __gnu_cxx:: in _GLIBCXX_VISIBILITY() 79 __normal_iterator<pointer, __gnu_cxx:: in _GLIBCXX_VISIBILITY() 84 __normal_iterator<const_pointer, __gnu_cxx:: in _GLIBCXX_VISIBILITY()
|
H A D | vstring.h | 75 typedef __gnu_cxx::__normal_iterator<pointer, __versa_string> iterator; in _GLIBCXX_VISIBILITY() 76 typedef __gnu_cxx::__normal_iterator<const_pointer, __versa_string> in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | vstring_util.h | 67 __normal_iterator<pointer, __gnu_cxx:: in _GLIBCXX_VISIBILITY() 72 __normal_iterator<const_pointer, __gnu_cxx:: in _GLIBCXX_VISIBILITY() 79 __normal_iterator<pointer, __gnu_cxx:: in _GLIBCXX_VISIBILITY() 84 __normal_iterator<const_pointer, __gnu_cxx:: in _GLIBCXX_VISIBILITY()
|
H A D | vstring.h | 74 typedef __gnu_cxx::__normal_iterator<pointer, __versa_string> iterator; in _GLIBCXX_VISIBILITY() 75 typedef __gnu_cxx::__normal_iterator<const_pointer, __versa_string> in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | regex | 77 // Use __normal_iterator directly, because pmr::string::const_iterator 80 = match_results<__gnu_cxx::__normal_iterator<const char*, string>>; 84 = match_results<__gnu_cxx::__normal_iterator<const wchar_t*, wstring>>;
|
H A D | span | 143 using iterator = __gnu_cxx::__normal_iterator<pointer, span>;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | regex | 81 // Use __normal_iterator directly, because pmr::string::const_iterator 84 = match_results<__gnu_cxx::__normal_iterator<const char*, string>>; 88 = match_results<__gnu_cxx::__normal_iterator<const wchar_t*, wstring>>;
|
H A D | span | 138 using iterator = __gnu_cxx::__normal_iterator<pointer, span>;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
H A D | formatter.h | 51 class __normal_iterator; variable 365 __gnu_cxx::__normal_iterator<_Iterator, _Container> const& __it, in _Parameter()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
H A D | formatter.h | 51 class __normal_iterator; variable 368 __gnu_cxx::__normal_iterator<_Iterator, _Container> const& __it, in _Parameter()
|
H A D | safe_iterator.h | 1024 __gnu_cxx::__normal_iterator<_Iterator, _Container>,
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2013 | 1639 * include/bits/stl_iterator.h (__normal_iterator) [__normal_iterator, 1643 (operator==(const __normal_iterator&, const __normal_iterator&), 1644 operator!=(const __normal_iterator&, const __normal_iterator&), 1645 operator<(const __normal_iterator&, const __normal_iterator&), 1646 operator>(const __normal_iterator&, const __normal_iterator&), 1647 operator<=(const __normal_iterator&, const __normal_iterator&), 1648 operator>=(const __normal_iterator&, const __normal_iterator&), 1649 operator-(const __normal_iterator&, const __normal_iterator&), 1650 operator+(difference_type, const __normal_iterator&)): Likewise. 1796 * include/bits/stl_iterator.h (__normal_iterator<>::operator[], [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
H A D | fs_path.h | 840 _S_convert(__gnu_cxx::__normal_iterator<_Iter, _Cont> __first, in _GLIBCXX_VISIBILITY() 841 __gnu_cxx::__normal_iterator<_Iter, _Cont> __last) in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
H A D | fs_path.h | 873 _S_convert(__gnu_cxx::__normal_iterator<_Iter, _Cont> __first, in _GLIBCXX_VISIBILITY() 874 __gnu_cxx::__normal_iterator<_Iter, _Cont> __last) in _GLIBCXX_VISIBILITY()
|