Searched refs:exc_obj (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_call.cc73 _Unwind_Exception* exc_obj local
83 if (__is_gxx_exception_class(exc_obj->exception_class))
86 xh = __get_exception_header_from_ue(exc_obj);
89 rtti_count = exc_obj->barrier_cache.bitpattern[1];
91 rtti_stride = exc_obj->barrier_cache.bitpattern[3];
92 rtti_list = (_Unwind_Word*) exc_obj->barrier_cache.bitpattern[4];
100 __cxa_begin_catch(exc_obj);
H A Deh_personality.cc701 _Unwind_Exception *exc_obj
704 __cxa_begin_catch (exc_obj);
715 __cxa_exception *xh = __get_exception_header_from_ue (exc_obj);
700 _Unwind_Exception *exc_obj local
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/
H A Dforced2.C13 struct _Unwind_Exception *exc_obj,
11 force_unwind_stop(int version, _Unwind_Action actions, _Unwind_Exception_Class exc_class, struct _Unwind_Exception *exc_obj, struct _Unwind_Context *context, void *stop_parameter) argument
H A Dforced3.C14 struct _Unwind_Exception *exc_obj,
12 force_unwind_stop(int version, _Unwind_Action actions, _Unwind_Exception_Class exc_class, struct _Unwind_Exception *exc_obj, struct _Unwind_Context *context, void *stop_parameter) argument
H A Dforced4.C13 struct _Unwind_Exception *exc_obj,
11 force_unwind_stop(int version, _Unwind_Action actions, _Unwind_Exception_Class exc_class, struct _Unwind_Exception *exc_obj, struct _Unwind_Context *context, void *stop_parameter) argument
H A Dforced1.C15 struct _Unwind_Exception *exc_obj,
13 force_unwind_stop(int version, _Unwind_Action actions, _Unwind_Exception_Class exc_class, struct _Unwind_Exception *exc_obj, struct _Unwind_Context *context, void *stop_parameter) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dcleanup-5.c11 struct _Unwind_Exception *exc_obj,
9 force_unwind_stop(int version, _Unwind_Action actions, _Unwind_Exception_Class exc_class, struct _Unwind_Exception *exc_obj, struct _Unwind_Context *context, void *stop_parameter) argument
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_personality.cc458 _Unwind_Exception *exc_obj
461 __cxa_begin_catch (exc_obj);
472 __cxa_exception *xh = __get_exception_header_from_ue (exc_obj);
457 _Unwind_Exception *exc_obj local

Completed in 80 milliseconds