Home
last modified time | relevance | path

Searched refs:_Deque_impl (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_deque.h518 struct _Deque_impl in _GLIBCXX_VISIBILITY() struct
521 _Deque_impl() _GLIBCXX_NOEXCEPT_IF( in _GLIBCXX_VISIBILITY() argument
526 _Deque_impl(const _Tp_alloc_type& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
531 _Deque_impl(_Deque_impl&&) = default; in _GLIBCXX_VISIBILITY()
533 _Deque_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() function
537 _Deque_impl(_Deque_impl&& __d, _Tp_alloc_type&& __a) in _GLIBCXX_VISIBILITY() function
589 _Deque_impl _M_impl; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_deque.h542 struct _Deque_impl in _GLIBCXX_VISIBILITY() struct
545 _Deque_impl() _GLIBCXX_NOEXCEPT_IF( in _GLIBCXX_VISIBILITY() argument
550 _Deque_impl(const _Tp_alloc_type& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
555 _Deque_impl(_Deque_impl&&) = default; in _GLIBCXX_VISIBILITY()
557 _Deque_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() argument
561 _Deque_impl(_Deque_impl&& __d, _Tp_alloc_type&& __a) in _GLIBCXX_VISIBILITY() argument
613 _Deque_impl _M_impl; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20193782 (_Deque_base::_Deque_impl): Inherit latter.
3783 (_Deque_base::_Deque_impl::_M_swap_data): Move...
3785 (_Deque_base::_Deque_impl()): Add noexcept qualification.
3786 (_Deque_base::_Deque_impl(_Deque_impl&&, _Tp_alloc_type&&)): New.
3787 (_Deque_base::_Deque_impl::_M_get_Tp_allocator()): Remove static_cast.
H A DChangeLog-20131589 (_Deque_base::_Deque_impl) [_Deque_impl(const _Tp_alloc_type&),
1590 _Deque_impl(_Tp_alloc_type&&)]: Likewise.
H A DChangeLog-20072326 * include/bits/stl_deque.h (_Deque_impl::_Deque_impl(),
H A DChangeLog-20052769 rebind _Alloc to _Tp_alloc_type, change _Deque_impl to inherit from
H A DChangeLog-20044210 * include/bits/stl_deque.h: Created a _Deque_impl class and made
H A DChangeLog-20147142 * include/bits/stl_deque.h (_Deque_impl): Move comment.