Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_list.h104 struct _List_node_header : public _List_node_base in _GLIBCXX_VISIBILITY() struct
107 std::size_t _M_size; in _GLIBCXX_VISIBILITY()
110 _List_node_header() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
114 _List_node_header(_List_node_header&& __x) noexcept in _GLIBCXX_VISIBILITY() function
130 _M_move_nodes(_List_node_header&& __x) in _GLIBCXX_VISIBILITY()
150 _M_init() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
159 _List_node_base* _M_base() { return this; } in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/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() function
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()