Lines Matching refs:__cxa_exception
44 __cxa_exception*
47 return static_cast<__cxa_exception*>(thrown_object) - 1; in cxa_exception_from_thrown_object()
55 thrown_object_from_cxa_exception(__cxa_exception* exception_header) in thrown_object_from_cxa_exception()
65 __cxa_exception*
76 return size + sizeof (__cxa_exception); in cxa_exception_size_from_exception_thrown_size()
98 static inline int incrementHandlerCount(__cxa_exception *exception) { in incrementHandlerCount()
103 static inline int decrementHandlerCount(__cxa_exception *exception) { in decrementHandlerCount()
132 …__cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception… in exception_cleanup_func()
140 static LIBCXXABI_NORETURN void failed_throw(__cxa_exception* exception_header) { in failed_throw()
161 __cxa_exception* exception_header = static_cast<__cxa_exception*>(do_malloc(actual_size)); in __cxa_allocate_exception()
226 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_throw()
278 __cxa_exception* exception_header = in __cxa_begin_cleanup()
316 __cxa_exception* exception_header = globals->propagatingExceptions; in __cxa_end_cleanup_impl()
394 __cxa_exception* exception_header = in __cxa_begin_catch()
448 static_assert(sizeof(__cxa_exception) == sizeof(__cxa_dependent_exception), in __cxa_end_catch()
451 static_assert(offsetof(__cxa_exception, referenceCount) == in __cxa_end_catch()
455 static_assert(offsetof(__cxa_exception, handlerCount) == in __cxa_end_catch()
460 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_end_catch()
528 __cxa_exception *exception_header = globals->caughtExceptions; in __cxa_current_exception_type()
553 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_rethrow()
601 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_increment_exception_refcount()
619 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_decrement_exception_refcount()
646 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_current_primary_exception()
690 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_rethrow_primary_exception()