Lines Matching defs:exception_header

54 thrown_object_from_cxa_exception(__cxa_exception* exception_header)  in thrown_object_from_cxa_exception()
136 …__cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception… in exception_cleanup_func() local
144 static _LIBCXXABI_NORETURN void failed_throw(__cxa_exception* exception_header) { in failed_throw()
195 __cxa_exception *exception_header = in __cxa_allocate_exception() local
261 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_throw() local
315 __cxa_exception* exception_header = in __cxa_begin_cleanup() local
356 __cxa_exception* exception_header = globals->propagatingExceptions; in __cxa_end_cleanup_impl() local
444 __cxa_exception* exception_header = in __cxa_begin_catch() local
510 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_end_catch() local
578 __cxa_exception *exception_header = globals->caughtExceptions; in __cxa_current_exception_type() local
600 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_rethrow() local
647 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_increment_exception_refcount() local
664 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_decrement_exception_refcount() local
689 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_current_primary_exception() local
733 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_rethrow_primary_exception() local