Searched refs:native_exception (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | cxa_personality.cpp | 333 if (native_exception) in call_terminate() 370 call_terminate(native_exception, unwind_exception); in get_shim_type_info() 393 call_terminate(native_exception, unwind_exception); in get_shim_type_info() 585 bool native_exception, in scan_eh_tab() argument 759 else if (native_exception) in scan_eh_tab() 790 } else if (native_exception) { in scan_eh_tab() 857 call_terminate(native_exception, unwind_exception); in scan_eh_tab() 932 native_exception) { in __gxx_personality_imp() 968 if (native_exception) { in __gxx_personality_imp() 1086 if (native_exception) in __gxx_personality_v0() [all …]
|
| H A D | cxa_exception.cpp | 437 bool native_exception = __isOurExceptionClass(unwind_exception); in __cxa_begin_catch() local 455 if (native_exception) in __cxa_begin_catch() 522 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_end_catch() local 523 if (native_exception) in __cxa_end_catch() 609 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_rethrow() local 610 if (native_exception) in __cxa_rethrow() 636 if (native_exception) in __cxa_rethrow()
|
| H A D | aix_state_tab_eh.inc | 294 static void scan_state_tab(scan_results& results, _Unwind_Action actions, bool native_exception, 537 call_terminate(native_exception, unwind_exception); 547 …bool native_exception = (exceptionClass & get_vendor_and_language) == (kOurExceptionClass & get_ve… 549 scan_state_tab(results, actions, native_exception, unwind_exception, context);
|