Searched refs:_Unwind_Stop_Fn (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/libunwind/include/ |
D | unwind.h | 109 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) typedef 144 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) typedef 270 _Unwind_Stop_Fn stop, void *stop_parameter); 274 _Unwind_Stop_Fn stop, void *stop_parameter);
|
/external/clang/lib/Headers/ |
D | unwind.h | 124 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn)(int, _Unwind_Action, typedef 230 _Unwind_Stop_Fn, void *); 246 _Unwind_Stop_Fn, void *);
|
/external/llvm-project/clang/lib/Headers/ |
D | unwind.h | 155 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn)(int, _Unwind_Action, typedef 257 _Unwind_Reason_Code _Unwind_ForcedUnwind(_Unwind_Exception *, _Unwind_Stop_Fn, 274 _Unwind_Stop_Fn, void *);
|
/external/llvm-project/libunwind/src/ |
D | UnwindLevel1.c | 246 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() 391 (_Unwind_Stop_Fn) exception_object->private_1, in _Unwind_Resume() 407 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind()
|
D | Unwind-seh.cpp | 231 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() 370 (_Unwind_Stop_Fn) exception_object->private_[0], in _Unwind_Resume() 402 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind()
|
D | Unwind-sjlj.c | 239 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() 360 (_Unwind_Stop_Fn) exception_object->private_1, in _Unwind_SjLj_Resume()
|