Searched refs:__carry (Results 1 – 2 of 2) sorted by relevance
277 list __carry; in sort() local284 __carry.splice(__carry.begin(), *this, begin()); in sort()290 __counter->merge(__carry); in sort()291 __carry.swap(*__counter); in sort()293 __carry.swap(*__counter); in sort()354 list __carry; in sort() local361 __carry.splice(__carry.begin(), *this, begin()); in sort()367 __counter->merge(__carry, __comp); in sort()368 __carry.swap(*__counter); in sort()370 __carry.swap(*__counter); in sort()
917 slist __carry;922 __slist_splice_after(&__carry._M_head,927 __counter[__i].merge(__carry);928 __carry.swap(__counter[__i]);931 __carry.swap(__counter[__i]);1003 slist __carry;1008 __slist_splice_after(&__carry._M_head,1013 __counter[__i].merge(__carry, __comp);1014 __carry.swap(__counter[__i]);1017 __carry.swap(__counter[__i]);