Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dmemory.d1504 T* moveToGC(T)(auto ref T value) in moveToGC() function
1530 p = moveToGC(S(123));
1535 p = moveToGC(lval);
1550 static assert(__traits(compiles, (ref S lval) @safe { moveToGC(lval); }));
1553 static assert(!__traits(compiles, () @safe { moveToGC(S(0)); }));