Home | History | Annotate | Download | only in interception

Lines Matching defs:uptr

28 typedef __sanitizer::uptr    SIZE_T;
97 const __sanitizer::uptr replacement;
98 const __sanitizer::uptr original;
107 { reinterpret_cast<const uptr>(WRAP(func_name)), \
108 reinterpret_cast<const uptr>(func_name) } \
117 { reinterpret_cast<const uptr>(wrapper_name), \
118 reinterpret_cast<const uptr>(func_name) } \
264 // so we use casting via an integral type __interception::uptr,
270 typedef unsigned long long uptr; // NOLINT
272 typedef unsigned long uptr; // NOLINT