Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dbasetsd.d85 uint PtrToUint(void* p) { return(cast(uint) cast(UINT_PTR) p); } in version()
112 uint PtrToUint(const(void)* p) { return cast(uint) p; } in PtrToUint() function