Searched refs:__is_gxx_exception_class (Results 1 – 25 of 64) sorted by relevance
123
48 = !forced_unwind && !__is_gxx_exception_class(ue_header->exception_class); in __cxa_type_match()101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup()142 if (__is_gxx_exception_class(header->unwindHeader.exception_class)) in __gnu_end_cleanup()
86 if (__is_gxx_exception_class (eo->exception_class)) in __cxa_tm_cleanup()109 if (__is_gxx_exception_class (eo->exception_class)) in __cxa_tm_cleanup()
53 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_begin_catch()106 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_end_catch()
85 if (__is_gxx_exception_class (eo->exception_class)) in __cxa_tm_cleanup()108 if (__is_gxx_exception_class (eo->exception_class)) in __cxa_tm_cleanup()
49 if (__is_gxx_exception_class(ue_header->exception_class)) in __cxa_call_terminate()79 if (__is_gxx_exception_class(exc_obj->exception_class)) in __cxa_call_unexpected()
Completed in 39 milliseconds