Home
last modified time | relevance | path

Searched refs:_Vector_impl_data (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_vector.h92 struct _Vector_impl_data in _GLIBCXX_VISIBILITY() struct
99 _Vector_impl_data() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
105 _Vector_impl_data(_Vector_impl_data&& __x) noexcept in _GLIBCXX_VISIBILITY() function
113 _M_copy_data(_Vector_impl_data const& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument
122 _M_swap_data(_Vector_impl_data& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument
126 _Vector_impl_data __tmp; in _GLIBCXX_VISIBILITY()
134 : public _Tp_alloc_type, public _Vector_impl_data in _GLIBCXX_VISIBILITY()
152 : _Tp_alloc_type(std::move(__x)), _Vector_impl_data(std::move(__x)) in _GLIBCXX_VISIBILITY()
162 : _Tp_alloc_type(std::move(__a)), _Vector_impl_data(std::move(__rv)) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_vector.h91 struct _Vector_impl_data in _GLIBCXX_VISIBILITY() struct
97 _Vector_impl_data() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
102 _Vector_impl_data(_Vector_impl_data&& __x) noexcept in _GLIBCXX_VISIBILITY() argument
109 _M_copy_data(_Vector_impl_data const& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument
117 _M_swap_data(_Vector_impl_data& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument
121 _Vector_impl_data __tmp; in _GLIBCXX_VISIBILITY()
129 : public _Tp_alloc_type, public _Vector_impl_data in _GLIBCXX_VISIBILITY()
144 : _Tp_alloc_type(std::move(__x)), _Vector_impl_data(std::move(__x)) in _GLIBCXX_VISIBILITY()
152 : _Tp_alloc_type(std::move(__a)), _Vector_impl_data(std::move(__rv)) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20183428 * include/bits/stl_vector.h (_Vector_impl_data::_M_copy_data): New.
3429 (_Vector_impl_data::_M_swap_data): Use _M_copy_data.
3929 (struct _Vector_base<>::_Vector_impl_data): New.
3932 (_Vector_base<>::_Vector_impl_data::_M_swap_data): ...here.
H A DChangeLog-20211009 * include/bits/stl_vector.h (_Vector_impl_data, _Vector_impl)