Home
last modified time | relevance | path

Searched defs:uType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dnumeric.d164 template uType(uint bits) in uType() function
166 static if (bits <= size_t.sizeof*8) alias uType = size_t; in uType() local
167 else alias uType = ulong ; in uType() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dnumeric.d181 template uType(uint bits) in uType() function
183 static if (bits <= size_t.sizeof*8) alias uType = size_t; in uType() local
184 else alias uType = ulong ; in uType() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dshlobj.d480 UINT uType; member