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

/macosx-10.9.5/libstdcxx-60/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
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/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...]

Completed in 189 milliseconds