Home | History | Annotate | Download | only in backward

Lines Matching refs:_M_next

87       _Hashtable_node* _M_next;
445 for (_Node* __n = _M_buckets[__bucket]; __n; __n = __n->_M_next)
530 __first = __first->_M_next)
542 __first = __first->_M_next)
554 __cur = __cur->_M_next)
621 __n->_M_next = 0;
658 _M_cur = _M_cur->_M_next;
686 _M_cur = _M_cur->_M_next;
723 __cur1 = __cur1->_M_next, __cur2 = __cur2->_M_next)
729 __cur1 = __cur1->_M_next)
733 __cur2; __cur2 = __cur2->_M_next)
769 for (_Node* __cur = __first; __cur; __cur = __cur->_M_next)
774 __tmp->_M_next = __first;
788 for (_Node* __cur = __first; __cur; __cur = __cur->_M_next)
792 __tmp->_M_next = __cur->_M_next;
793 __cur->_M_next = __tmp;
799 __tmp->_M_next = __first;
815 for (_Node* __cur = __first; __cur; __cur = __cur->_M_next)
820 __tmp->_M_next = __first;
836 __first = __first->_M_next)
839 for (_Node* __cur = __first->_M_next; __cur;
840 __cur = __cur->_M_next)
862 __first = __first->_M_next)
866 for (const _Node* __cur = __first->_M_next; __cur;
867 __cur = __cur->_M_next)
894 _Node* __next = __cur->_M_next;
901 __cur->_M_next = __next->_M_next;
903 __next = __cur->_M_next;
911 __next = __cur->_M_next;
917 __next = __cur->_M_next;
922 _M_buckets[__n] = __first->_M_next;
929 __next = __saved_slot->_M_next;
930 __saved_slot->_M_next = __next->_M_next;
951 _M_buckets[__n] = __cur->_M_next;
957 _Node* __next = __cur->_M_next;
962 __cur->_M_next = __next->_M_next;
970 __next = __cur->_M_next;
1041 _M_buckets[__bucket] = __first->_M_next;
1042 __first->_M_next = __tmp[__new_bucket];
1056 _Node* __next = __tmp[__bucket]->_M_next;
1078 for (__next = __cur->_M_next;
1080 __cur = __next, __next = __cur->_M_next)
1084 __cur->_M_next = __next->_M_next;
1086 __next = __cur->_M_next;
1100 _Node* __next = __cur->_M_next;
1121 _Node* __next = __cur->_M_next;
1147 for (_Node* __next = __cur->_M_next;
1149 __cur = __next, __next = __cur->_M_next)
1151 __local_copy->_M_next = _M_new_node(__next->_M_val);
1152 __local_copy = __local_copy->_M_next;