Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmeta.d156 static void testRef(ref int a, ref int b) in testRef() function
171 testRef(Map!(refRetSquare, a, b));
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmeta.d150 static void testRef(ref int a, ref int b) in testRef() function
156 testRef(Map!(function ref(ref i) => i *= i, a, b));