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

/external/libunwind/src/unwind/
H A DResume_or_Rethrow.c34 if (exception_object->private_1)
H A DForcedUnwind.c39 exception_object->private_1 isn't NULL when calling
50 exception_object->private_1 = (unsigned long) stop;
H A DRaiseException.c98 exception_object->private_1 = 0; /* clear "stop" pointer */
H A Dunwind-internal.h64 _Unwind_Stop_Fn stop = (_Unwind_Stop_Fn) exception_object->private_1;
/external/libunwind_llvm/src/
H A DUnwind-sjlj.c285 exception_object->private_1 = 0;
313 if (exception_object->private_1 != 0)
315 (_Unwind_Stop_Fn) exception_object->private_1,
329 "private_1=%ld",
330 exception_object, exception_object->private_1);
334 if (exception_object->private_1 == 0) {
H A DUnwindLevel1.c351 exception_object->private_1 = 0;
383 if (exception_object->private_1 != 0)
385 (_Unwind_Stop_Fn) exception_object->private_1,
410 exception_object->private_1 = (uintptr_t) stop;
H A DUnwindLevel1-gcc-ext.c32 _LIBUNWIND_TRACE_API("_Unwind_Resume_or_Rethrow(ex_obj=%p), private_1=%ld",
36 _LIBUNWIND_TRACE_API("_Unwind_Resume_or_Rethrow(ex_obj=%p), private_1=%ld",
38 (long)exception_object->private_1);
43 // which is in the same position as private_1 below.
49 if (exception_object->private_1 == 0) {
/external/libunwind/include/
H A Dunwind.h73 /* The C++ ABI requires exception_class, private_1, and private_2 to
81 unsigned long private_1; member in struct:_Unwind_Exception
/external/clang/lib/Headers/
H A Dunwind.h117 _Unwind_Word private_1; member in struct:_Unwind_Exception
/external/libunwind_llvm/include/
H A Dunwind.h123 uintptr_t private_1; // non-zero means forced unwind member in struct:_Unwind_Exception
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp120 uintptr_t private_1; member in struct:_Unwind_Exception
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
H A DExceptionDemo.cpp123 uintptr_t private_1; member in struct:_Unwind_Exception

Completed in 4723 milliseconds