Searched refs:native_exception (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_personality.cpp316 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) argument
319 if (native_exception)
350 uint8_t ttypeEncoding, bool native_exception,
356 call_terminate(native_exception, unwind_exception);
373 uint8_t ttypeEncoding, bool native_exception,
379 call_terminate(native_exception, unwind_exception);
400 call_terminate(native_exception, unwind_exception);
553 _UA_CLEANUP_PHASE && _UA_HANDLER_FRAME && !native_exception
564 bool native_exception,
627 call_terminate(native_exception, unwind_exceptio
349 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, uint8_t ttypeEncoding, bool native_exception, _Unwind_Exception* unwind_exception) argument
372 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, uint8_t ttypeEncoding, bool native_exception, _Unwind_Exception* unwind_exception) argument
563 scan_eh_tab(scan_results &results, _Unwind_Action actions, bool native_exception, _Unwind_Exception *unwind_exception, _Unwind_Context *context) argument
[all...]
H A Dcxa_exception.cpp425 bool native_exception = __isOurExceptionClass(unwind_exception); local
435 if (native_exception)
502 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); local
503 if (native_exception)
589 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); local
590 if (native_exception)
616 if (native_exception)

Completed in 30 milliseconds