Home
last modified time | relevance | path

Searched refs:_Vector_impl (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_vector.h133 struct _Vector_impl in _GLIBCXX_VISIBILITY() struct
137 _Vector_impl() _GLIBCXX_NOEXCEPT_IF( in _GLIBCXX_VISIBILITY() function
143 _Vector_impl(_Tp_alloc_type const& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
151 _Vector_impl(_Vector_impl&& __x) noexcept in _GLIBCXX_VISIBILITY() argument
156 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() argument
161 _Vector_impl(_Tp_alloc_type&& __a, _Vector_impl&& __rv) noexcept in _GLIBCXX_VISIBILITY() argument
174 _S_shrink(_Vector_impl&, size_type) { } in _GLIBCXX_VISIBILITY()
176 _S_on_dealloc(_Vector_impl&) { } in _GLIBCXX_VISIBILITY()
178 typedef _Vector_impl& _Reinit; in _GLIBCXX_VISIBILITY()
182 _GLIBCXX20_CONSTEXPR _Grow(_Vector_impl&, size_type) { } in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_vector.h128 struct _Vector_impl in _GLIBCXX_VISIBILITY() struct
131 _Vector_impl() _GLIBCXX_NOEXCEPT_IF( in _GLIBCXX_VISIBILITY() argument
136 _Vector_impl(_Tp_alloc_type const& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument
143 _Vector_impl(_Vector_impl&& __x) noexcept in _GLIBCXX_VISIBILITY() function
147 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() function
151 _Vector_impl(_Tp_alloc_type&& __a, _Vector_impl&& __rv) noexcept in _GLIBCXX_VISIBILITY() function
163 static void _S_shrink(_Vector_impl&, size_type) { } in _GLIBCXX_VISIBILITY()
164 static void _S_on_dealloc(_Vector_impl&) { } in _GLIBCXX_VISIBILITY()
166 typedef _Vector_impl& _Reinit; in _GLIBCXX_VISIBILITY()
170 _Grow(_Vector_impl&, size_type) { } in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2018868 * include/bits/stl_vector.h (_Vector_impl::_Vector_impl()): Likewise.
3930 (struct _Vector_base<>::_Vector_impl): Inherit from latter.
3931 (_Vector_base<>::_Vector_impl::_M_swap_data): Move...
3933 (_Vector_base<>::_Vector_impl()): Add noexcept qualification.
3934 (_Vector_base<>::_Vector_impl(_Vector_impl&&)): New.
3935 (_Vector_base<>::_Vector_impl(_Tp_alloc_type&&, _Vector_impl&&)): New.
H A DChangeLog-20131730 (_Vector_impl::_Vector_impl(_Tp_alloc_type const&),
1731 _Vector_impl::_Vector_impl(_Tp_alloc_type&&),
1732 _Vector_impl::_M_swap_data,
H A DChangeLog-20171951 (_Vector_impl::_Asan, _Vector_impl::_Asan::_Reinit)
1952 (_Vector_impl::_Asan::_Grow, _GLIBCXX_ASAN_ANNOTATE_REINIT)
H A DChangeLog-20146641 * include/bits/stl_vector.h (_Vector_base::_Vector_impl,
6986 (_Vector_impl::_M_allocate, _Vector_impl::_M_deallocate): Use
H A DChangeLog-20072322 * include/bits/stl_vector.h (_Vector_impl::_Vector_impl(),
H A DChangeLog-20211009 * include/bits/stl_vector.h (_Vector_impl_data, _Vector_impl)
1011 (_Vector_impl::_S_adjust): Disable ASan annotation during
H A DChangeLog-2008917 * include/bits/stl_vector.h (_Vector_base<>::_Vector_impl::_M_start,
H A DChangeLog-20052780 rebind _Alloc to _Tp_alloc_type, change _Vector_impl to inherit from
H A DChangeLog-20044224 * include/bits/stl_vector.h: Created a _Vector_impl class and made