Searched defs:_Unwind_Ptr (Results 1 – 9 of 9) sorted by relevance
51 typedef unsigned _Unwind_Ptr __attribute__((__mode__(__word__))); typedef53 typedef unsigned _Unwind_Ptr __attribute__((__mode__(__pointer__))); typedef
87 alias _Unwind_Ptr = __builtin_pointer_uint; in version() local91 alias _Unwind_Ptr = __builtin_pointer_uint; variable
59 alias _Unwind_Ptr = __builtin_pointer_uint; variable
37 typedef unsigned _Unwind_Ptr __attribute__((__mode__(__pointer__))); typedef
57 typedef uintptr_t _Unwind_Ptr; typedef