Searched refs:private_1 (Results 1 – 14 of 14) sorted by relevance
/external/libunwind_llvm/src/ |
D | Unwind-sjlj.c | 327 exception_object->private_1 = 0; in _Unwind_SjLj_RaiseException() 356 if (exception_object->private_1 != 0) in _Unwind_SjLj_Resume() 358 (_Unwind_Stop_Fn) exception_object->private_1, in _Unwind_SjLj_Resume() 373 (void *)exception_object, exception_object->private_1); in _Unwind_SjLj_Resume_or_Rethrow() 377 if (exception_object->private_1 == 0) { in _Unwind_SjLj_Resume_or_Rethrow()
|
D | UnwindLevel1-gcc-ext.c | 28 #define private_1 private_[0] macro 41 (intptr_t)exception_object->private_1); in _Unwind_Resume_or_Rethrow() 52 if (exception_object->private_1 == 0) { in _Unwind_Resume_or_Rethrow()
|
D | UnwindLevel1.c | 352 exception_object->private_1 = 0; in _Unwind_RaiseException() 384 if (exception_object->private_1 != 0) in _Unwind_Resume() 386 (_Unwind_Stop_Fn) exception_object->private_1, in _Unwind_Resume() 411 exception_object->private_1 = (uintptr_t) stop; in _Unwind_ForcedUnwind()
|
/external/libunwind/src/unwind/ |
D | Resume_or_Rethrow.c | 34 if (exception_object->private_1) in _Unwind_Resume_or_Rethrow()
|
D | ForcedUnwind.c | 50 exception_object->private_1 = (unsigned long) stop; in _Unwind_ForcedUnwind()
|
D | RaiseException.c | 98 exception_object->private_1 = 0; /* clear "stop" pointer */ in _Unwind_RaiseException()
|
D | unwind-internal.h | 64 _Unwind_Stop_Fn stop = (_Unwind_Stop_Fn) exception_object->private_1; in _Unwind_Phase2()
|
/external/libunwind/include/ |
D | unwind.h | 81 unsigned long private_1; member
|
/external/clang/lib/Headers/ |
D | unwind.h | 117 _Unwind_Word private_1; member
|
/external/libunwind_llvm/include/ |
D | unwind.h | 130 uintptr_t private_1; // non-zero means forced unwind member
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | unwindraise.ll | 118 …%private_1 = getelementptr inbounds %struct._Unwind_Exception, %struct._Unwind_Exception* %exc, i6… 119 store i64 0, i64* %private_1, align 8
|
/external/llvm/test/CodeGen/X86/ |
D | unwindraise.ll | 118 …%private_1 = getelementptr inbounds %struct._Unwind_Exception, %struct._Unwind_Exception* %exc, i6… 119 store i64 0, i64* %private_1, align 8
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 120 uintptr_t private_1; member
|
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 123 uintptr_t private_1; member
|