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()
209 __cxa_exception* __cxa_init_primary_exception(void* object, std::type_info* tinfo, in __cxa_init_primary_exception()
216 __cxa_exception* exception_header = cxa_exception_from_thrown_object(object); in __cxa_init_primary_exception()
284 __cxa_exception* exception_header = __cxa_init_primary_exception(thrown_object, tinfo, dest); in __cxa_init_primary_exception()
329 __cxa_exception* exception_header = in __cxa_init_primary_exception()
370 __cxa_exception* exception_header = globals->propagatingExceptions; in __cxa_init_primary_exception()
458 __cxa_exception* exception_header = in __cxa_init_primary_exception()
519 static_assert(sizeof(__cxa_exception) == sizeof(__cxa_dependent_exception), in __cxa_init_primary_exception()
522 static_assert(__builtin_offsetof(__cxa_exception, referenceCount) == in __cxa_init_primary_exception()
527 static_assert(__builtin_offsetof(__cxa_exception, handlerCount) == in __cxa_init_primary_exception()
532 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_init_primary_exception()
605 __cxa_exception *exception_header = globals->caughtExceptions; in __cxa_init_primary_exception()
627 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_init_primary_exception()
674 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_init_primary_exception()
691 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_init_primary_exception()
716 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_init_primary_exception()
760 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_init_primary_exception()