Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
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() argument
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()