Home
last modified time | relevance | path

Searched refs:proxySwap (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dmutation.d2462 if (isBlitAssignable!T && !is(typeof(lhs.proxySwap(rhs))))
2691 if (is(typeof(lhs.proxySwap(rhs))))
2693 lhs.proxySwap(rhs);
H A Dsorting.d2042 void proxySwap(ref S other) { swap(i, other.i); proxySwapCalled = true; } in proxySwap() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dmutation.d2816 if (isBlitAssignable!T && !is(typeof(lhs.proxySwap(rhs))))
3078 if (is(typeof(lhs.proxySwap(rhs))))
3080 lhs.proxySwap(rhs);
H A Dsorting.d2120 void proxySwap(ref S other) { swap(i, other.i); proxySwapCalled = true; } in proxySwap() function