Home
last modified time | relevance | path

Searched refs:__normal_iterator (Results 1 – 25 of 48) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_iterator.h972 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 Dstl_vector.h419 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 Dfs_path.h861 _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 Dregex_compiler.h213 __is_contiguous_iter<__gnu_cxx::__normal_iterator<_Tp*, _Cont>> in _GLIBCXX_VISIBILITY()
H A Dranges_algobase.h55 __is_normal_iterator<__gnu_cxx::__normal_iterator<_Iterator, in _GLIBCXX_VISIBILITY()
H A Dstl_algobase.h899 __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 Dstl_iterator.h1043 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 Dstl_vector.h455 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 Dranges_algobase.h56 __is_normal_iterator<__gnu_cxx::__normal_iterator<_Iterator, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dconcept-inst.cc86 __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 Dconcept-inst.cc86 __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 Dvstring_util.h67 __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 Dvstring.h75 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 Dvstring_util.h67 __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 Dvstring.h74 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 Dregex77 // 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 Dspan143 using iterator = __gnu_cxx::__normal_iterator<pointer, span>;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dregex81 // 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 Dspan138 using iterator = __gnu_cxx::__normal_iterator<pointer, span>;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dformatter.h51 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 Dformatter.h51 class __normal_iterator; variable
368 __gnu_cxx::__normal_iterator<_Iterator, _Container> const& __it, in _Parameter()
H A Dsafe_iterator.h1024 __gnu_cxx::__normal_iterator<_Iterator, _Container>,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20131639 * 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 Dfs_path.h840 _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 Dfs_path.h873 _S_convert(__gnu_cxx::__normal_iterator<_Iter, _Cont> __first, in _GLIBCXX_VISIBILITY()
874 __gnu_cxx::__normal_iterator<_Iter, _Cont> __last) in _GLIBCXX_VISIBILITY()

12