Searched refs:native_exception (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/libcxxabi/src/ |
| H A D | cxa_personality.cpp | 330 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) in call_terminate() argument 333 if (native_exception) in call_terminate() 364 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument 370 call_terminate(native_exception, unwind_exception); in get_shim_type_info() 387 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument 393 call_terminate(native_exception, unwind_exception); in get_shim_type_info() 414 call_terminate(native_exception, unwind_exception); in get_shim_type_info() 585 bool native_exception, in scan_eh_tab() argument 653 call_terminate(native_exception, unwind_exception); in scan_eh_tab() 741 native_exception, unwind_exception, in scan_eh_tab() [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);
|