Home
last modified time | relevance | path

Searched refs:_List_node_base (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/libstdc++/src/
H A Dlist.cc61 _List_node_base::swap(_List_node_base& __x, _List_node_base& __y) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
93 _List_node_base::transfer(_List_node_base * const __first, in transfer()
94 _List_node_base * const __last) in transfer()
104 _List_node_base* const __tmp = this->_M_prev; in transfer()
112 _List_node_base::reverse() in reverse()
114 _List_node_base* __tmp = this; in reverse()
124 _List_node_base::hook(_List_node_base* const __position) in hook()
133 _List_node_base::unhook() in unhook()
135 _List_node_base* const __next_node = this->_M_next; in unhook()
136 _List_node_base* const __prev_node = this->_M_prev; in unhook()
H A Dcompatibility.cc46 #define _List_node_base _List_node_baseXX macro
398 #undef _List_node_base
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_list.h75 struct _List_node_base struct
77 _List_node_base* _M_next; ///< Self-explanatory argument
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* __x) in _List_iterator()
178 _List_node_base* _M_node;
260 const _List_node_base* _M_node;
[all …]
/freebsd-12.1/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver109 std::_List_node_base::hook*;
110 std::_List_node_base::swap*;
111 std::_List_node_base::unhook*;
112 std::_List_node_base::reverse*;
113 std::_List_node_base::transfer*;
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20051566 _List_iterator(_List_node_base*), _List_const_iterator<>::
1567 _List_const_iterator(const _List_node_base*)): Make explicit.
H A DChangeLog-20043866 * config/linker-map.gnu: Add _List_node_base exports for std and