Searched refs:private_1 (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/libunwind/src/ |
D | Unwind-sjlj.c | 329 exception_object->private_1 = 0; in _Unwind_SjLj_RaiseException() 358 if (exception_object->private_1 != 0) in _Unwind_SjLj_Resume() 360 (_Unwind_Stop_Fn) exception_object->private_1, in _Unwind_SjLj_Resume() 375 (void *)exception_object, exception_object->private_1); in _Unwind_SjLj_Resume_or_Rethrow() 379 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 | 357 exception_object->private_1 = 0; in _Unwind_RaiseException() 389 if (exception_object->private_1 != 0) in _Unwind_Resume() 391 (_Unwind_Stop_Fn) exception_object->private_1, in _Unwind_Resume() 416 exception_object->private_1 = (uintptr_t) stop; in _Unwind_ForcedUnwind()
|
/external/clang/lib/Headers/ |
D | unwind.h | 117 _Unwind_Word private_1; member
|
/external/llvm-project/clang/lib/Headers/ |
D | unwind.h | 146 _Unwind_Word private_1; member
|
/external/llvm-project/libunwind/include/ |
D | unwind.h | 129 uintptr_t private_1; // non-zero means forced unwind member
|
/external/llvm-project/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/libabigail/tests/data/test-read-dwarf/ |
D | test22-pr19097-libstdc++.so.6.0.17.so.abi | 4350 …<var-decl name='private_1' type-id='type-id-61' visibility='default' filepath='/tmp/legendre/spack…
|