Home | History | Annotate | Download | only in bits

Lines Matching refs:_M_head

284         _Fwd_list_node_base _M_head;
287 : _Node_alloc_type(), _M_head()
291 : _Node_alloc_type(__a), _M_head()
321 this->_M_impl._M_head._M_next = __lst._M_impl._M_head._M_next;
322 __lst._M_impl._M_head._M_next = 0;
328 this->_M_impl._M_head._M_next = __lst._M_impl._M_head._M_next;
329 __lst._M_impl._M_head._M_next = 0;
333 { _M_erase_after(&_M_impl._M_head, 0); }
658 { return iterator(&this->_M_impl._M_head); }
667 { return const_iterator(&this->_M_impl._M_head); }
675 { return iterator(this->_M_impl._M_head._M_next); }
684 { return const_iterator(this->_M_impl._M_head._M_next); }
711 { return const_iterator(this->_M_impl._M_head._M_next); }
720 { return const_iterator(&this->_M_impl._M_head); }
737 { return this->_M_impl._M_head._M_next == 0; }
755 _Node* __front = static_cast<_Node*>(this->_M_impl._M_head._M_next);
766 _Node* __front = static_cast<_Node*>(this->_M_impl._M_head._M_next);
824 { this->_M_erase_after(&this->_M_impl._M_head); }
983 { std::swap(this->_M_impl._M_head._M_next,
984 __list._M_impl._M_head._M_next); }
1025 { this->_M_erase_after(&this->_M_impl._M_head, 0); }
1200 { this->_M_impl._M_head._M_reverse_after(); }