Lines Matching refs:_M_next

90       _Hashtable_node* _M_next;
430 for (_Node* __n = _M_buckets[__bucket]; __n; __n = __n->_M_next)
515 __first = __first->_M_next)
527 __first = __first->_M_next)
539 __cur = __cur->_M_next)
606 __n->_M_next = 0;
643 _M_cur = _M_cur->_M_next;
671 _M_cur = _M_cur->_M_next;
708 __cur1 = __cur1->_M_next, __cur2 = __cur2->_M_next)
714 __cur1 = __cur1->_M_next)
718 __cur2; __cur2 = __cur2->_M_next)
754 for (_Node* __cur = __first; __cur; __cur = __cur->_M_next)
759 __tmp->_M_next = __first;
773 for (_Node* __cur = __first; __cur; __cur = __cur->_M_next)
777 __tmp->_M_next = __cur->_M_next;
778 __cur->_M_next = __tmp;
784 __tmp->_M_next = __first;
800 for (_Node* __cur = __first; __cur; __cur = __cur->_M_next)
805 __tmp->_M_next = __first;
821 __first = __first->_M_next)
824 for (_Node* __cur = __first->_M_next; __cur;
825 __cur = __cur->_M_next)
847 __first = __first->_M_next)
851 for (const _Node* __cur = __first->_M_next; __cur;
852 __cur = __cur->_M_next)
878 _Node* __next = __cur->_M_next;
883 __cur->_M_next = __next->_M_next;
885 __next = __cur->_M_next;
892 __next = __cur->_M_next;
897 _M_buckets[__n] = __first->_M_next;
918 _M_buckets[__n] = __cur->_M_next;
924 _Node* __next = __cur->_M_next;
929 __cur->_M_next = __next->_M_next;
937 __next = __cur->_M_next;
1008 _M_buckets[__bucket] = __first->_M_next;
1009 __first->_M_next = __tmp[__new_bucket];
1023 _Node* __next = __tmp[__bucket]->_M_next;
1045 for (__next = __cur->_M_next;
1047 __cur = __next, __next = __cur->_M_next)
1051 __cur->_M_next = __next->_M_next;
1053 __next = __cur->_M_next;
1067 _Node* __next = __cur->_M_next;
1089 _Node* __next = __cur->_M_next;
1115 for (_Node* __next = __cur->_M_next;
1117 __cur = __next, __next = __cur->_M_next)
1119 __local_copy->_M_next = _M_new_node(__next->_M_val);
1120 __local_copy = __local_copy->_M_next;