Home | History | Annotate | Download | only in bits

Lines Matching refs:_M_head

273         _Fwd_list_node_base<_Tp_alloc_type> _M_head;
276 : _Node_alloc_type(), _M_head()
280 : _Node_alloc_type(__a), _M_head()
303 { this->_M_impl._M_head._M_next = 0; }
307 { this->_M_impl._M_head._M_next = 0; }
313 { _Node_base::swap(this->_M_impl._M_head,
314 __lst._M_impl._M_head); }
318 { _Node_base::swap(this->_M_impl._M_head,
319 __lst._M_impl._M_head); }
322 { _M_erase_after(&_M_impl._M_head, 0); }
536 { _M_erase_after(&this->_M_impl._M_head, 0); }
649 { return iterator(&this->_M_impl._M_head); }
658 { return const_iterator(&this->_M_impl._M_head); }
666 { return iterator(this->_M_impl._M_head._M_next); }
675 { return const_iterator(this->_M_impl._M_head._M_next); }
702 { return const_iterator(this->_M_impl._M_head._M_next); }
711 { return const_iterator(&this->_M_impl._M_head); }
728 { return this->_M_impl._M_head._M_next == 0; }
747 __static_pointer_cast<_Node*>(this->_M_impl._M_head._M_next);
759 __static_pointer_cast<_Node*>(this->_M_impl._M_head._M_next);
817 { this->_M_erase_after(&this->_M_impl._M_head); }
987 { _Node_base::swap(this->_M_impl._M_head, __list._M_impl._M_head); }
1029 { this->_M_erase_after(&this->_M_impl._M_head, 0); }
1175 _Node* __tmp = __static_pointer_cast<_Node*>(&this->_M_impl._M_head);
1189 _Node* __tmp = __static_pointer_cast<_Node*>(&this->_M_impl._M_head);
1200 { this->_M_impl._M_head._M_reverse_after(); }