Home
last modified time | relevance | path

Searched refs:__cxa_exception (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dunwind-cxx.h62 struct __cxa_exception struct
74 __cxa_exception *nextException; argument
82 __cxa_exception* nextPropagatingException; argument
105 __cxa_exception exc;
128 __cxa_exception *nextException;
136 __cxa_exception* nextPropagatingException;
157 __cxa_exception *caughtExceptions;
160 __cxa_exception* propagatingExceptions;
204 static inline __cxa_exception *
207 return reinterpret_cast<__cxa_exception *>(ptr) - 1; in __get_exception_header_from_obj()
[all …]
H A Deh_ptr.cc56 static_assert( termHandler<__cxa_exception>()
66 static_assert( adjptr<__cxa_exception>()
140 __cxa_exception *eh = __get_exception_header_from_obj (_M_exception_object); in __cxa_exception_type()
148 __cxa_exception *header = globals->caughtExceptions; in current_exception()
H A Deh_catch.cc45 __cxa_exception *prev = globals->caughtExceptions; in __cxa_begin_catch()
46 __cxa_exception *header = __get_exception_header_from_ue (exceptionObject); in __cxa_begin_catch()
97 __cxa_exception *header = globals->caughtExceptions; in __cxa_end_catch()
H A Deh_arm.cc51 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in __cxa_type_match()
100 __cxa_exception *header = __get_exception_header_from_ue(ue_header); in __cxa_begin_cleanup()
133 __cxa_exception *header; in __gnu_end_cleanup()
H A Deh_call.cc51 __cxa_exception* xh; in __cxa_call_terminate()
78 __cxa_exception* xh; in __cxa_call_unexpected()
123 __cxa_exception* new_xh = globals->caughtExceptions; in __cxa_call_unexpected()
H A Deh_tm.cc96 __cxa_exception *h = globals->caughtExceptions; in __cxa_tm_cleanup()
105 __cxa_exception *next; in __cxa_tm_cleanup()
H A Deh_globals.cc85 __cxa_exception* exn = g->caughtExceptions; in eh_globals_dtor()
86 __cxa_exception* next; in eh_globals_dtor()
H A Deh_personality.cc290 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in save_caught_exception()
311 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in restore_caught_exception()
428 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in PERSONALITY_FUNCTION()
758 __cxa_exception *xh = __get_exception_header_from_ue (exc_obj); in __cxa_call_unexpected()
777 __cxa_exception *new_xh = globals->caughtExceptions; in __cxa_call_unexpected()
H A Deh_type.cc39 __cxa_exception *header = globals->caughtExceptions; in __cxa_current_exception_type()
H A Deh_throw.cc105 __cxa_exception *header = globals->caughtExceptions; in __cxa_rethrow()
H A Dcxxabi.h584 struct __cxa_exception;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dunwind-cxx.h62 struct __cxa_exception struct
74 __cxa_exception *nextException; argument
82 __cxa_exception* nextPropagatingException; argument
105 __cxa_exception exc;
128 __cxa_exception *nextException;
136 __cxa_exception* nextPropagatingException;
157 __cxa_exception *caughtExceptions;
160 __cxa_exception* propagatingExceptions;
204 static inline __cxa_exception *
207 return reinterpret_cast<__cxa_exception *>(ptr) - 1; in __get_exception_header_from_obj()
[all …]
H A Deh_catch.cc45 __cxa_exception *prev = globals->caughtExceptions; in __cxa_begin_catch()
46 __cxa_exception *header = __get_exception_header_from_ue (exceptionObject); in __cxa_begin_catch()
97 __cxa_exception *header = globals->caughtExceptions; in __cxa_end_catch()
H A Deh_arm.cc51 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in __cxa_type_match()
100 __cxa_exception *header = __get_exception_header_from_ue(ue_header); in __cxa_begin_cleanup()
133 __cxa_exception *header; in __gnu_end_cleanup()
H A Deh_call.cc51 __cxa_exception* xh; in __cxa_call_terminate()
78 __cxa_exception* xh; in __cxa_call_unexpected()
123 __cxa_exception* new_xh = globals->caughtExceptions; in __cxa_call_unexpected()
H A Deh_ptr.cc47 static_assert( termHandler<__cxa_exception>()
57 static_assert( adjptr<__cxa_exception>()
161 __cxa_exception *eh = __get_exception_header_from_obj (_M_exception_object); in __cxa_exception_type()
180 __cxa_exception *header = globals->caughtExceptions; in current_exception()
H A Deh_tm.cc96 __cxa_exception *h = globals->caughtExceptions; in __cxa_tm_cleanup()
105 __cxa_exception *next; in __cxa_tm_cleanup()
H A Deh_globals.cc78 __cxa_exception* exn = g->caughtExceptions; in eh_globals_dtor()
79 __cxa_exception* next; in eh_globals_dtor()
H A Deh_personality.cc290 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in save_caught_exception()
311 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in restore_caught_exception()
428 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in PERSONALITY_FUNCTION()
755 __cxa_exception *xh = __get_exception_header_from_ue (exc_obj); in __cxa_call_unexpected()
774 __cxa_exception *new_xh = globals->caughtExceptions; in __cxa_call_unexpected()
H A Deh_type.cc39 __cxa_exception *header = globals->caughtExceptions; in __cxa_current_exception_type()
H A Deh_throw.cc102 __cxa_exception *header = globals->caughtExceptions; in __cxa_rethrow()
H A Dcxxabi.h576 struct __cxa_exception;
H A Dvec.cc43 __cxa_exception* p;
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc70 struct __cxa_exception *ex, in saveLandingPad()
94 struct __cxa_exception *ex, in loadLandingPad()
205 __cxa_exception *nextException;
268 static __cxa_exception *exceptionFromPointer(void *ex) in exceptionFromPointer()
270 return reinterpret_cast<__cxa_exception*>(static_cast<char*>(ex) - in exceptionFromPointer()
271 offsetof(struct __cxa_exception, unwindHeader)); in exceptionFromPointer()
273 static __cxa_exception *realExceptionFromException(__cxa_exception *ex) in realExceptionFromException()
276 …return reinterpret_cast<__cxa_exception*>((reinterpret_cast<__cxa_dependent_exception*>(ex))->prim… in realExceptionFromException()
323 static void free_exception_list(__cxa_exception *ex) in free_exception_list()
583 size_t size = thrown_size + sizeof(__cxa_exception); in __cxa_allocate_exception()
[all …]
H A Dcxxabi.h77 struct __cxa_exception struct
105 __cxa_exception *nextException; argument
181 __cxa_exception *caughtExceptions; argument

12