Searched defs:__cxa_eh_globals (Results 1 – 2 of 2) sorted by relevance
104 struct _LIBCXXABI_HIDDEN __cxa_eh_globals { struct105 __cxa_exception * caughtExceptions;106 unsigned int uncaughtExceptions;108 __cxa_exception* propagatingExceptions;
148 struct _LIBCXXABI_HIDDEN __cxa_eh_globals { struct156 extern "C" _LIBCXXABI_FUNC_VIS __cxa_eh_globals * __cxa_get_globals (); argument