Searched refs:__cxa_exception (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/18_support/exception/
H A D38732.cc26 // current exceptionType. __cxa_exception structure is described in the
30 struct __cxa_exception struct
36 __cxa_exception *nextException;
39 __cxa_exception* nextPropagatingException;
53 __cxa_exception *caughtExceptions;
56 __cxa_exception* propagatingExceptions;
69 __cxa_exception *exc = __cxa_get_globals()->caughtExceptions;
76 __cxa_exception *exc = __cxa_get_globals()->caughtExceptions;
83 __cxa_exception *exc = __cxa_get_globals()->caughtExceptions;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/libsupc++/
H A Deh_type.cc44 __cxa_exception *header = globals->caughtExceptions;
H A Dunwind-cxx.h52 struct __cxa_exception struct in namespace:__cxxabiv1
64 __cxa_exception *nextException;
72 __cxa_exception* nextPropagatingException;
93 __cxa_exception *caughtExceptions;
96 __cxa_exception* propagatingExceptions;
163 static inline __cxa_exception *
166 return reinterpret_cast<__cxa_exception *>(ptr) - 1;
170 static inline __cxa_exception *
173 return reinterpret_cast<__cxa_exception *>(exc + 1) - 1;
242 __cxa_exception* heade
[all...]
H A Deh_alloc.cc115 thrown_size += sizeof (__cxa_exception);
157 memset (ret, 0, sizeof (__cxa_exception));
159 return (void *)((char *)ret + sizeof (__cxa_exception));
182 free (ptr - sizeof (__cxa_exception));
H A Deh_arm.cc52 __cxa_exception* xh = __get_exception_header_from_ue(ue_header);
91 __cxa_exception *header = __get_exception_header_from_ue(ue_header);
124 __cxa_exception *header;
H A Deh_catch.cc51 __cxa_exception *prev = globals->caughtExceptions;
52 __cxa_exception *header = __get_exception_header_from_ue (exceptionObject);
100 __cxa_exception *header = globals->caughtExceptions;
H A Deh_throw.cc40 __cxa_exception *header = __get_exception_header_from_ue (exc);
61 __cxa_exception *header = __get_exception_header_from_obj (obj);
84 __cxa_exception *header = globals->caughtExceptions;
H A Deh_call.cc57 __cxa_exception* xh;
83 __cxa_exception* xh;
128 __cxa_exception* new_xh = globals->caughtExceptions;
H A Deh_globals.cc87 __cxa_exception* exn = g->caughtExceptions;
88 __cxa_exception* next;
H A Deh_personality.cc288 __cxa_exception* xh = __get_exception_header_from_ue(ue_header);
309 __cxa_exception* xh = __get_exception_header_from_ue(ue_header);
407 __cxa_exception* xh = __get_exception_header_from_ue(ue_header);
570 // see we can't match because there's no __cxa_exception
620 // because they all expect ue_header to be a struct __cxa_exception.
706 __cxa_exception *xh = __get_exception_header_from_ue (exc_obj);
725 __cxa_exception *new_xh = globals->caughtExceptions;
H A Dvec.cc48 __cxa_exception* p;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_type.cc39 __cxa_exception *header = globals->caughtExceptions;
H A Dunwind-cxx.h49 struct __cxa_exception struct in namespace:__cxxabiv1
61 __cxa_exception *nextException;
69 __cxa_exception* nextPropagatingException;
91 // __cxa_exception must be last, and no padding can be after it.
92 __cxa_exception exc;
110 __cxa_exception *nextException;
118 __cxa_exception* nextPropagatingException;
139 __cxa_exception *caughtExceptions;
142 __cxa_exception* propagatingExceptions;
217 static inline __cxa_exception *
[all...]
H A Deh_catch.cc45 __cxa_exception *prev = globals->caughtExceptions;
46 __cxa_exception *header = __get_exception_header_from_ue (exceptionObject);
94 __cxa_exception *header = globals->caughtExceptions;
H A Deh_arm.cc48 __cxa_exception* xh = __get_exception_header_from_ue(ue_header);
99 __cxa_exception *header = __get_exception_header_from_ue(ue_header);
132 __cxa_exception *header;
H A Deh_call.cc52 __cxa_exception* xh;
78 __cxa_exception* xh;
123 __cxa_exception* new_xh = globals->caughtExceptions;
H A Deh_globals.cc79 __cxa_exception* exn = g->caughtExceptions;
80 __cxa_exception* next;
H A Deh_throw.cc90 __cxa_exception *header = globals->caughtExceptions;
H A Deh_ptr.cc133 __cxa_exception *eh = __get_exception_header_from_obj (_M_exception_object);
152 __cxa_exception *header = globals->caughtExceptions;
H A Deh_personality.cc295 __cxa_exception* xh = __get_exception_header_from_ue(ue_header);
316 __cxa_exception* xh = __get_exception_header_from_ue(ue_header);
418 __cxa_exception* xh = __get_exception_header_from_ue(ue_header);
605 // see we can't match because there's no __cxa_exception
657 // because they all expect ue_header to be a struct __cxa_exception.
743 __cxa_exception *xh = __get_exception_header_from_ue (exc_obj);
762 __cxa_exception *new_xh = globals->caughtExceptions;
H A Dvec.cc43 __cxa_exception* p;

Completed in 84 milliseconds