Home
last modified time | relevance | path

Searched refs:_M_prev (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/src/
Dlist.cc69 std::swap(__x._M_prev,__y._M_prev); in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
70 __x._M_next->_M_prev = __x._M_prev->_M_next = &__x; in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
71 __y._M_next->_M_prev = __y._M_prev->_M_next = &__y; in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
77 __y._M_prev = __x._M_prev; in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
78 __y._M_next->_M_prev = __y._M_prev->_M_next = &__y; in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
79 __x._M_next = __x._M_prev = &__x; in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
86 __x._M_prev = __y._M_prev; in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
87 __x._M_next->_M_prev = __x._M_prev->_M_next = &__x; in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
88 __y._M_next = __y._M_prev = &__y; in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
99 __last->_M_prev->_M_next = this; in transfer()
[all …]
/freebsd-10-stable/contrib/libstdc++/include/bits/
Dstl_list.h78 _List_node_base* _M_prev; ///< Self-explanatory member
157 _M_node = _M_node->_M_prev;
165 _M_node = _M_node->_M_prev;
239 _M_node = _M_node->_M_prev;
247 _M_node = _M_node->_M_prev;
365 this->_M_impl._M_node._M_prev = &this->_M_impl._M_node; in _M_init()
790 { this->_M_erase(iterator(this->_M_impl._M_node._M_prev)); } in pop_back()