Lines Matching refs:__cxa_exception
62 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()
211 static inline __cxa_exception *
214 return reinterpret_cast<__cxa_exception *>(exc + 1) - 1; in __get_exception_header_from_ue()
375 __cxa_exception* header = __get_exception_header_from_ue (eo); in __gxx_caught_object()
389 __get_object_from_ambiguous_exception(__cxa_exception *p_or_d) throw() in __get_object_from_ambiguous_exception()