• Home
  • Raw
  • Download

Lines Matching refs:__cxa_exception

41 __cxa_exception*
44 return static_cast<__cxa_exception*>(thrown_object) - 1; in cxa_exception_from_thrown_object()
52 thrown_object_from_cxa_exception(__cxa_exception* exception_header) in thrown_object_from_cxa_exception()
62 __cxa_exception*
73 return size + sizeof (__cxa_exception); in cxa_exception_size_from_exception_thrown_size()
95 static inline int incrementHandlerCount(__cxa_exception *exception) { in incrementHandlerCount()
100 static inline int decrementHandlerCount(__cxa_exception *exception) { in decrementHandlerCount()
115__cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception… in exception_cleanup_func()
123 static LIBCXXABI_NORETURN void failed_throw(__cxa_exception* exception_header) { in failed_throw()
144 __cxa_exception *exception_header = in __cxa_allocate_exception()
145 static_cast<__cxa_exception *>(__malloc_with_fallback(actual_size)); in __cxa_allocate_exception()
208 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_throw()
258 __cxa_exception* exception_header = in __cxa_begin_cleanup()
296 __cxa_exception* exception_header = globals->propagatingExceptions; in __cxa_end_cleanup_impl()
374 __cxa_exception* exception_header = in __cxa_begin_catch()
427 static_assert(sizeof(__cxa_exception) == sizeof(__cxa_dependent_exception), in __cxa_end_catch()
430 static_assert(__builtin_offsetof(__cxa_exception, referenceCount) == in __cxa_end_catch()
435 static_assert(__builtin_offsetof(__cxa_exception, handlerCount) == in __cxa_end_catch()
440 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_end_catch()
508 __cxa_exception *exception_header = globals->caughtExceptions; in __cxa_current_exception_type()
530 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_rethrow()
577 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_increment_exception_refcount()
594 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_decrement_exception_refcount()
619 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_current_primary_exception()
663 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_rethrow_primary_exception()