• Home
  • Raw
  • Download

Lines Matching refs:__cxa_exception

42 __cxa_exception*
45 return static_cast<__cxa_exception*>(thrown_object) - 1; in cxa_exception_from_thrown_object()
53 thrown_object_from_cxa_exception(__cxa_exception* exception_header) in thrown_object_from_cxa_exception()
63 __cxa_exception*
77 return aligned_allocation_size(size + sizeof (__cxa_exception), in cxa_exception_size_from_exception_thrown_size()
78 alignof(__cxa_exception)); in cxa_exception_size_from_exception_thrown_size()
115 static inline int incrementHandlerCount(__cxa_exception *exception) { in incrementHandlerCount()
120 static inline int decrementHandlerCount(__cxa_exception *exception) { in decrementHandlerCount()
135__cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception… in exception_cleanup_func()
143 static _LIBCXXABI_NORETURN void failed_throw(__cxa_exception* exception_header) { in failed_throw()
167 constexpr size_t excp_size = sizeof(__cxa_exception); in get_cxa_exception_offset()
193 __cxa_exception *exception_header = in __cxa_allocate_exception()
194 static_cast<__cxa_exception *>((void *)(raw_buffer + header_offset)); in __cxa_allocate_exception()
259 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_throw()
313 __cxa_exception* exception_header = in __cxa_begin_cleanup()
351 __cxa_exception* exception_header = globals->propagatingExceptions; in __cxa_end_cleanup_impl()
429 __cxa_exception* exception_header = in __cxa_begin_catch()
482 static_assert(sizeof(__cxa_exception) == sizeof(__cxa_dependent_exception), in __cxa_end_catch()
485 static_assert(__builtin_offsetof(__cxa_exception, referenceCount) == in __cxa_end_catch()
490 static_assert(__builtin_offsetof(__cxa_exception, handlerCount) == in __cxa_end_catch()
495 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_end_catch()
563 __cxa_exception *exception_header = globals->caughtExceptions; in __cxa_current_exception_type()
585 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_rethrow()
632 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_increment_exception_refcount()
649 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_decrement_exception_refcount()
674 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_current_primary_exception()
718 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_rethrow_primary_exception()