Lines Matching refs:__cxa_exception
43 __cxa_exception*
46 return static_cast<__cxa_exception*>(thrown_object) - 1; in cxa_exception_from_thrown_object()
54 thrown_object_from_cxa_exception(__cxa_exception* exception_header) in thrown_object_from_cxa_exception()
64 __cxa_exception*
78 return aligned_allocation_size(size + sizeof (__cxa_exception), in cxa_exception_size_from_exception_thrown_size()
79 alignof(__cxa_exception)); in cxa_exception_size_from_exception_thrown_size()
116 static inline int incrementHandlerCount(__cxa_exception *exception) { in incrementHandlerCount()
121 static inline int decrementHandlerCount(__cxa_exception *exception) { in decrementHandlerCount()
136 …__cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception… in exception_cleanup_func()
144 static _LIBCXXABI_NORETURN void failed_throw(__cxa_exception* exception_header) { in failed_throw()
168 constexpr size_t excp_size = sizeof(__cxa_exception); in get_cxa_exception_offset()
195 __cxa_exception *exception_header = in __cxa_allocate_exception()
196 static_cast<__cxa_exception *>((void *)(raw_buffer + header_offset)); in __cxa_allocate_exception()
261 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_throw()
315 __cxa_exception* exception_header = in __cxa_begin_cleanup()
353 __cxa_exception* exception_header = globals->propagatingExceptions; in __cxa_end_cleanup_impl()
431 __cxa_exception* exception_header = in __cxa_begin_catch()
484 static_assert(sizeof(__cxa_exception) == sizeof(__cxa_dependent_exception), in __cxa_end_catch()
487 static_assert(__builtin_offsetof(__cxa_exception, referenceCount) == in __cxa_end_catch()
492 static_assert(__builtin_offsetof(__cxa_exception, handlerCount) == in __cxa_end_catch()
497 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_end_catch()
565 __cxa_exception *exception_header = globals->caughtExceptions; in __cxa_current_exception_type()
587 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_rethrow()
634 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_increment_exception_refcount()
651 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_decrement_exception_refcount()
676 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_current_primary_exception()
720 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_rethrow_primary_exception()