Home | History | Annotate | Download | only in interception

Lines Matching defs:uptr

26 typedef __sanitizer::uptr    SIZE_T;
94 const uptr replacement;
95 const uptr original;
104 { reinterpret_cast<const uptr>(WRAP(func_name)), \
105 reinterpret_cast<const uptr>(func_name) } \
114 { reinterpret_cast<const uptr>(wrapper_name), \
115 reinterpret_cast<const uptr>(func_name) } \
221 // so we use casting via an integral type __interception::uptr,
227 typedef unsigned long long uptr; // NOLINT
229 typedef unsigned long uptr; // NOLINT