Searched refs:dep_exception_header (Results 1 – 1 of 1) sorted by relevance
701 __cxa_dependent_exception* dep_exception_header = in __cxa_current_primary_exception() local720 __cxa_dependent_exception* dep_exception_header = in dependent_exception_cleanup() local723 std::__terminate(dep_exception_header->terminateHandler); in dependent_exception_cleanup()725 __cxa_free_dependent_exception(dep_exception_header); in dependent_exception_cleanup()740 __cxa_dependent_exception* dep_exception_header = in __cxa_rethrow_primary_exception() local742 dep_exception_header->primaryException = thrown_object; in __cxa_rethrow_primary_exception()745 dep_exception_header->unexpectedHandler = std::get_unexpected(); in __cxa_rethrow_primary_exception()746 dep_exception_header->terminateHandler = std::get_terminate(); in __cxa_rethrow_primary_exception()747 setDependentExceptionClass(&dep_exception_header->unwindHeader); in __cxa_rethrow_primary_exception()753 _Unwind_RaiseException(&dep_exception_header->unwindHeader); in __cxa_rethrow_primary_exception()[all …]