Searched refs:private_1 (Results 1 - 12 of 12) sorted by relevance
/external/libunwind/src/unwind/ |
H A D | Resume_or_Rethrow.c | 34 if (exception_object->private_1)
|
H A D | ForcedUnwind.c | 39 exception_object->private_1 isn't NULL when calling 50 exception_object->private_1 = (unsigned long) stop;
|
H A D | RaiseException.c | 98 exception_object->private_1 = 0; /* clear "stop" pointer */
|
H A D | unwind-internal.h | 64 _Unwind_Stop_Fn stop = (_Unwind_Stop_Fn) exception_object->private_1;
|
/external/libunwind_llvm/src/ |
H A D | Unwind-sjlj.c | 285 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 D | UnwindLevel1.c | 351 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 D | UnwindLevel1-gcc-ext.c | 32 _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 D | unwind.h | 73 /* 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 D | unwind.h | 117 _Unwind_Word private_1; member in struct:_Unwind_Exception
|
/external/libunwind_llvm/include/ |
H A D | unwind.h | 123 uintptr_t private_1; // non-zero means forced unwind member in struct:_Unwind_Exception
|
/external/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 120 uintptr_t private_1; member in struct:_Unwind_Exception
|
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 123 uintptr_t private_1; member in struct:_Unwind_Exception
|
Completed in 4723 milliseconds