Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwind-sjlj.c285 exception_object->private_1 = 0; in _Unwind_SjLj_RaiseException()
313 if (exception_object->private_1 != 0) in _Unwind_SjLj_Resume()
315 (_Unwind_Stop_Fn) exception_object->private_1, in _Unwind_SjLj_Resume()
330 exception_object, exception_object->private_1); in _Unwind_SjLj_Resume_or_Rethrow()
334 if (exception_object->private_1 == 0) { in _Unwind_SjLj_Resume_or_Rethrow()
DUnwindLevel1.c353 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()
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.h109 _Unwind_Word private_1; member
/external/libunwind_llvm/include/
Dunwind.h122 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