Searched refs:_UIntPtrType (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dpointer.h112 return reinterpret_cast<_Tp*>(reinterpret_cast<_UIntPtrType>(this)
122 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
123 - reinterpret_cast<_UIntPtrType>(this);
129 { return (reinterpret_cast<_UIntPtrType>(this->get())
130 < reinterpret_cast<_UIntPtrType>(__rarg.get())); }
134 { return (reinterpret_cast<_UIntPtrType>(this->get())
135 == reinterpret_cast<_UIntPtrType>(__rarg.get())); }
141 unsigned long, unsigned long long>::__type _UIntPtrType; typedef in class:_Relative_pointer_impl
143 typedef unsigned long _UIntPtrType; typedef in class:_Relative_pointer_impl
145 _UIntPtrType _M_dif
193 unsigned long, unsigned long long>::__type _UIntPtrType; typedef in class:_Relative_pointer_impl
195 typedef unsigned long _UIntPtrType; typedef in class:_Relative_pointer_impl
[all...]

Completed in 48 milliseconds