Searched refs:_List_node_base (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dlist.cc61 _List_node_base::swap(_List_node_base& __x, _List_node_base& __y)
93 _List_node_base::transfer(_List_node_base * const __first,
94 _List_node_base * const __last)
104 _List_node_base* const __tmp = this->_M_prev;
112 _List_node_base::reverse()
114 _List_node_base* __tmp = this;
124 _List_node_base
[all...]
H A Dcompatibility.cc46 #define _List_node_base _List_node_baseXX macro
398 #undef _List_node_base macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_list.h75 struct _List_node_base struct
77 _List_node_base* _M_next; ///< Self-explanatory
78 _List_node_base* _M_prev; ///< Self-explanatory
81 swap(_List_node_base& __x, _List_node_base& __y);
84 transfer(_List_node_base * const __first,
85 _List_node_base * const __last);
91 hook(_List_node_base * const __position);
99 struct _List_node : public _List_node_base
127 _List_iterator(_List_node_base* __
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_list.h74 struct _List_node_base struct in namespace:std
76 _List_node_base* _M_next; ///< Self-explanatory
77 _List_node_base* _M_prev; ///< Self-explanatory
82 struct _List_node : public _List_node_base
104 _List_node_base* _M_node;
106 _List_iterator_base(_List_node_base* __x)
1079 _List_node_base* __tmp = __position._M_node->_M_prev;

Completed in 74 milliseconds