Lines Matching defs:uptr
143 typedef unsigned long long uptr;
147 typedef unsigned long uptr;
150 typedef unsigned int uptr;
159 typedef uptr uhwptr;
190 typedef uptr OFF_T;
198 // 32-bit Windows the definition of uptr does not actually match uintptr_t or
201 // Until the definition of uptr has been fixed we have to special case Win32.
205 typedef uptr usize;
404 ((__sanitizer::uptr)__builtin_extract_return_addr( \
406 # define GET_CURRENT_FRAME() ((__sanitizer::uptr)__builtin_frame_address(0))
415 # define GET_CALLER_PC() ((__sanitizer::uptr)_ReturnAddress())
418 (((__sanitizer::uptr)_AddressOfReturnAddress()) + sizeof(__sanitizer::uptr))
438 volatile __sanitizer::uptr enable_fp; \