Searched refs:native_exception (Results 1 – 3 of 3) sorted by relevance
/llvm-project/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() 574 _UA_CLEANUP_PHASE && _UA_HANDLER_FRAME && !native_exception 585 bool native_exception, in scan_eh_tab() argument 653 call_terminate(native_exception, unwind_exceptio in scan_eh_tab() 926 bool native_exception = (exceptionClass & get_vendor_and_language) == __gxx_personality_wasm0() local 1066 bool native_exception = __isOurExceptionClass(unwind_exception); __gxx_personality_v0() local [all...] |
H A D | cxa_exception.cpp | 453 bool native_exception = __isOurExceptionClass(unwind_exception); in __cxa_init_primary_exception() local 471 if (native_exception) in __cxa_init_primary_exception() 538 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_init_primary_exception() local 539 if (native_exception) in __cxa_init_primary_exception() 630 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_init_primary_exception() local 631 if (native_exception) in __cxa_init_primary_exception() 657 if (native_exception) in __cxa_init_primary_exception()
|
H A D | aix_state_tab_eh.inc | 290 static void scan_state_tab(scan_results& results, _Unwind_Action actions, bool native_exception, 533 call_terminate(native_exception, unwind_exception); 543 …bool native_exception = (exceptionClass & get_vendor_and_language) == (kOurExceptionClass & get_ve… 545 scan_state_tab(results, actions, native_exception, unwind_exception, context);
|