Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_list.h103 struct _List_node_header : public _List_node_base in _GLIBCXX_VISIBILITY() struct
106 std::size_t _M_size; in _GLIBCXX_VISIBILITY()
109 _List_node_header() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument
113 _List_node_header(_List_node_header&& __x) noexcept in _GLIBCXX_VISIBILITY() argument
129 _M_move_nodes(_List_node_header&& __x) in _GLIBCXX_VISIBILITY()
149 _M_init() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
158 _List_node_base* _M_base() { return this; } in _GLIBCXX_VISIBILITY()