Searched refs:__is_gxx_exception_class (Results 1 – 7 of 7) sorted by relevance
49 if (!__is_gxx_exception_class(ue_header->exception_class)) in __cxa_type_match()92 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup()133 if (__is_gxx_exception_class(header->unwindHeader.exception_class)) in __gnu_end_cleanup()
58 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_begin_catch()108 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_end_catch()
54 if (__is_gxx_exception_class(ue_header->exception_class)) in __cxa_call_terminate()83 if (__is_gxx_exception_class(exc_obj->exception_class)) in __cxa_call_unexpected()
178 __is_gxx_exception_class(_Unwind_Exception_Class c) in __is_gxx_exception_class() function216 __is_gxx_exception_class(_Unwind_Exception_Class c) in __is_gxx_exception_class() function
91 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_rethrow()
414 foreign_exception = !__is_gxx_exception_class(exception_class); in PERSONALITY_FUNCTION()
1988 (__cxa_begin_catch): Ditto. Use __is_gxx_exception_class. Call1990 (__cxa_end_catch): Use __is_gxx_exception_class.2001 (__cxa_rethrow): Use __is_gxx_exception_class. Call2011 (__is_gxx_exception_class, __GXX_INIT_EXCEPTION_CLASS,