Searched refs:__normal_iterator (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | stl_iterator.h | 636 class __normal_iterator 657 __normal_iterator(const __normal_iterator<_Iter, in __normal_iterator() function 672 __normal_iterator& 679 __normal_iterator 681 { return __normal_iterator(_M_current++); } 684 __normal_iterator& 691 __normal_iterator 700 __normal_iterator& 704 __normal_iterator 708 __normal_iterator& [all …]
|
| H A D | cpp_type_traits.h | 77 class __normal_iterator; 320 struct __is_normal_iterator< __gnu_cxx::__normal_iterator<_Iterator,
|
| H A D | stl_vector.h | 187 typedef __gnu_cxx::__normal_iterator<pointer, vector_type> iterator; 188 typedef __gnu_cxx::__normal_iterator<const_pointer, vector_type>
|
| H A D | basic_string.h | 126 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator; in _GLIBCXX_BEGIN_NAMESPACE() 127 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string> in _GLIBCXX_BEGIN_NAMESPACE()
|
| /freebsd-12.1/contrib/libstdc++/src/ |
| H A D | concept-inst.cc | 88 __normal_iterator<char const*, std::string> > ); 91 __normal_iterator<char*, std::string> > ); 95 __normal_iterator<wchar_t const*, 100 __normal_iterator<wchar_t*,
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | vstring_util.h | 64 __normal_iterator<pointer, __gnu_cxx:: 69 __normal_iterator<const_pointer, __gnu_cxx:: 76 __normal_iterator<pointer, __gnu_cxx:: 81 __normal_iterator<const_pointer, __gnu_cxx::
|
| H A D | vstring.h | 70 typedef __gnu_cxx::__normal_iterator<pointer, __versa_string> iterator; in _GLIBCXX_BEGIN_NAMESPACE() 71 typedef __gnu_cxx::__normal_iterator<const_pointer, __versa_string> in _GLIBCXX_BEGIN_NAMESPACE()
|
| /freebsd-12.1/contrib/gcclibs/libiberty/testsuite/ |
| H A D | demangle-expected | 3543 std::__normal_iterator<option const*, std::vector<option, std::allocator<option> > >::operator-(std… 3544 std::__normal_iterator<option const*, std::vector<option, std::allocator<option> > >::operator- 3613 …__normal_iterator<std::pair<std::string, bool (*)(sqlite*, char**)>*, std::vector<std::pair<std::s… 3614 …__normal_iterator<std::pair<std::string, bool (*)(sqlite*, char**)>*, std::vector<std::pair<std::s…
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-1999 | 511 __normal_iterator in the copy()algorithm 1817 * stl/bits/stl_iterator.h (__normal_iterator::const_iterator 2918 * bits/basic_string.h: Use __normal_iterator<> for iterators. 2919 * bits/std_sstream.h: Support __normal_iterator<> iterators. 2923 * stl/bits/stl_iterator.h: Add __normal_iterator<>. 2924 * stl/bits/stl_vector.h: Use __normal_iterator<> for iterators.
|
| H A D | ChangeLog-2005 | 673 and __normal_iterator. 703 with ADL, user defined operators and __normal_iterator. 704 * include/bits/stl_iterator.h (operator-(const __normal_iterator 705 <_Iterator, _Container>&, const __normal_iterator<_Iterator, 1503 * include/bits/stl_iterator.h (__normal_iterator:: 1504 __normal_iterator<>(const __normal_iterator<_Iter, _Container>&)):
|
| H A D | ChangeLog-2002 | 2283 (__normal_iterator::operator-(const __normal_iterator&)): 3355 * include/bits/type_traits.h (__normal_iterator): Declare in 3357 * include/bits/stl_iterator.h (__normal_iterator): Move definition 3360 __normal_iterator. 3362 * src/concept-inst.cc (__gnu_cxx): __normal_iterator<> is now here.
|
| H A D | ChangeLog-2000 | 4706 * stl/bits/stl_vector.h (_M_assign_aux): Fix for __normal_iterator 5352 __normal_iterator in the copy_backward()algorithm 5353 * stl/bits/stl_vector.h: Reduce use of __normal_iterator
|
| H A D | ChangeLog-2001 | 2901 (__normal_iterator): Remove typedefs referring to self. Add typename. 2906 * include/bits/stl_iterator.h (__normal_iterator<>): Qualify
|
| H A D | ChangeLog-2003 | 4893 * include/bits/stl_iterator.h (class __normal_iterator):
|