Searched refs:_Vector_impl (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | stl_vector.h | 133 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 D | stl_vector.h | 128 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 D | ChangeLog-2018 | 868 * 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 D | ChangeLog-2013 | 1730 (_Vector_impl::_Vector_impl(_Tp_alloc_type const&), 1731 _Vector_impl::_Vector_impl(_Tp_alloc_type&&), 1732 _Vector_impl::_M_swap_data,
|
H A D | ChangeLog-2017 | 1951 (_Vector_impl::_Asan, _Vector_impl::_Asan::_Reinit) 1952 (_Vector_impl::_Asan::_Grow, _GLIBCXX_ASAN_ANNOTATE_REINIT)
|
H A D | ChangeLog-2014 | 6641 * include/bits/stl_vector.h (_Vector_base::_Vector_impl, 6986 (_Vector_impl::_M_allocate, _Vector_impl::_M_deallocate): Use
|
H A D | ChangeLog-2007 | 2322 * include/bits/stl_vector.h (_Vector_impl::_Vector_impl(),
|
H A D | ChangeLog-2021 | 1009 * include/bits/stl_vector.h (_Vector_impl_data, _Vector_impl) 1011 (_Vector_impl::_S_adjust): Disable ASan annotation during
|
H A D | ChangeLog-2008 | 917 * include/bits/stl_vector.h (_Vector_base<>::_Vector_impl::_M_start,
|
H A D | ChangeLog-2005 | 2780 rebind _Alloc to _Tp_alloc_type, change _Vector_impl to inherit from
|
H A D | ChangeLog-2004 | 4224 * include/bits/stl_vector.h: Created a _Vector_impl class and made
|