Home
last modified time | relevance | path

Searched defs:_Fwd_list_node_base (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dforward_list.h54 struct _Fwd_list_node_base in _GLIBCXX_VISIBILITY() struct
57 _Fwd_list_node_base(_Fwd_list_node_base&& __x) noexcept in _GLIBCXX_VISIBILITY() function
62 _Fwd_list_node_base& operator=(const _Fwd_list_node_base&) = delete; in _GLIBCXX_VISIBILITY()
72 _Fwd_list_node_base* _M_next = nullptr; in _GLIBCXX_VISIBILITY()
75 _M_transfer_after(_Fwd_list_node_base* __begin, in _GLIBCXX_VISIBILITY()
91 _M_reverse_after() noexcept in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dforward_list.h49 struct _Fwd_list_node_base in _GLIBCXX_VISIBILITY() struct
51 _Fwd_list_node_base() : _M_next(0) { } in _GLIBCXX_VISIBILITY() argument
53 _Fwd_list_node_base* _M_next; in _GLIBCXX_VISIBILITY()
56 _M_transfer_after(_Fwd_list_node_base* __begin, in _GLIBCXX_VISIBILITY()
72 _M_reverse_after() noexcept in _GLIBCXX_VISIBILITY()