Home
last modified time | relevance | path

Searched refs:private_1 (Results 1 – 13 of 13) sorted by relevance

/external/libunwind_llvm/src/
DUnwind-sjlj.c321 exception_object->private_1 = 0; in _Unwind_SjLj_RaiseException()
349 if (exception_object->private_1 != 0) in _Unwind_SjLj_Resume()
351 (_Unwind_Stop_Fn) exception_object->private_1, in _Unwind_SjLj_Resume()
366 exception_object, exception_object->private_1); in _Unwind_SjLj_Resume_or_Rethrow()
370 if (exception_object->private_1 == 0) { in _Unwind_SjLj_Resume_or_Rethrow()
DUnwindLevel1.c351 exception_object->private_1 = 0; in _Unwind_RaiseException()
383 if (exception_object->private_1 != 0) in _Unwind_Resume()
385 (_Unwind_Stop_Fn) exception_object->private_1, in _Unwind_Resume()
410 exception_object->private_1 = (uintptr_t) stop; in _Unwind_ForcedUnwind()
DUnwindLevel1-gcc-ext.c38 (long)exception_object->private_1); in _Unwind_Resume_or_Rethrow()
49 if (exception_object->private_1 == 0) { in _Unwind_Resume_or_Rethrow()
/external/libunwind/src/unwind/
DResume_or_Rethrow.c34 if (exception_object->private_1) in _Unwind_Resume_or_Rethrow()
DForcedUnwind.c50 exception_object->private_1 = (unsigned long) stop; in _Unwind_ForcedUnwind()
DRaiseException.c98 exception_object->private_1 = 0; /* clear "stop" pointer */ in _Unwind_RaiseException()
Dunwind-internal.h64 _Unwind_Stop_Fn stop = (_Unwind_Stop_Fn) exception_object->private_1; in _Unwind_Phase2()
/external/libunwind/include/
Dunwind.h81 unsigned long private_1; member
/external/clang/lib/Headers/
Dunwind.h117 _Unwind_Word private_1; member
/external/libunwind_llvm/include/
Dunwind.h123 uintptr_t private_1; // non-zero means forced unwind member
/external/llvm/test/CodeGen/X86/
Dunwindraise.ll118 …%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/
DExceptionDemo.cpp120 uintptr_t private_1; member
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp123 uintptr_t private_1; member