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

/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind_itanium.h28 uintptr_t private_1; // non-zero means forced unwind member in struct:_Unwind_Exception
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-sjlj.c341 exception_object->private_1 = 0;
370 if (exception_object->private_1 != 0)
372 (_Unwind_Stop_Fn) exception_object->private_1,
386 "private_1=%" PRIuPTR,
387 (void *)exception_object, exception_object->private_1);
391 if (exception_object->private_1 == 0) {
H A DUnwindLevel1.c429 exception_object->private_1 = 0;
461 if (exception_object->private_1 != 0)
463 (_Unwind_Stop_Fn) exception_object->private_1,
488 exception_object->private_1 = (uintptr_t) stop;
H A DUnwindLevel1-gcc-ext.c36 #define PRIVATE_1 private_1
43 "_Unwind_Resume_or_Rethrow(ex_obj=%p), private_1=%" PRIdPTR,
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind.h85 _Unwind_Word private_1; member in struct:_Unwind_Exception
H A Dunwind.inc123 exc->private_1 = 0;
141 _Unwind_Stop_Fn stop = (_Unwind_Stop_Fn) (_Unwind_Ptr) exc->private_1;
199 exc->private_1 = (_Unwind_Ptr) stop;
224 if (exc->private_1 == 0)
247 if (exc->private_1 == 0)
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-generic.h92 _Unwind_Word private_1; member in struct:_Unwind_Exception
H A Dunwind.inc131 exc->private_1 = 0;
149 _Unwind_Stop_Fn stop = (_Unwind_Stop_Fn) (_Unwind_Ptr) exc->private_1;
208 exc->private_1 = (_Unwind_Ptr) stop;
233 if (exc->private_1 == 0)
255 if (exc->private_1 == 0)
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h149 _Unwind_Word private_1; member in struct:_Unwind_Exception

Completed in 137 milliseconds