Searched refs:_UA_CLEANUP_PHASE (Results 1 – 9 of 9) sorted by relevance
/external/libunwind_llvm/src/ |
D | Unwind-sjlj.c | 147 _Unwind_Action action = _UA_CLEANUP_PHASE; in unwind_phase2() 150 _UA_CLEANUP_PHASE | in unwind_phase2() 212 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced() 268 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
|
D | UnwindLevel1.c | 187 _Unwind_Action action = _UA_CLEANUP_PHASE; in unwind_phase2() 190 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME); in unwind_phase2() 276 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced() 333 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
|
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 570 if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME | _UA_FORCE_UNWIND)) in scan_eh_tab() 578 else if (actions & _UA_CLEANUP_PHASE) in scan_eh_tab() 687 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scan_eh_tab() 850 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scan_eh_tab() 977 if (actions & _UA_CLEANUP_PHASE) in __gxx_personality_sj0() 1130 … scan_eh_tab(results, static_cast<_Unwind_Action>(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME), in __gxx_personality_v0() 1144 scan_eh_tab(results, _UA_CLEANUP_PHASE, native_exception, unwind_exception, context); in __gxx_personality_v0()
|
/external/libunwind/include/ |
D | unwind.h | 57 #define _UA_CLEANUP_PHASE 2 macro
|
/external/libunwind/src/unwind/ |
D | unwind-internal.h | 78 actions = _UA_CLEANUP_PHASE; in _Unwind_Phase2()
|
/external/clang/lib/Headers/ |
D | unwind.h | 104 _UA_CLEANUP_PHASE = 2, enumerator
|
/external/libunwind_llvm/include/ |
D | unwind.h | 46 _UA_CLEANUP_PHASE = 2, enumerator
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 105 _UA_CLEANUP_PHASE = 2, enumerator
|
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 108 _UA_CLEANUP_PHASE = 2, enumerator
|