Searched refs:isOurExceptionClass (Results 1 – 1 of 1) sorted by relevance
85 static bool isOurExceptionClass(const _Unwind_Exception* unwind_exception) { in isOurExceptionClass() function261 if (isOurExceptionClass(unwind_exception)) in __cxa_begin_cleanup()304 if (isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_end_cleanup_impl()369 bool native_exception = isOurExceptionClass(unwind_exception); in __cxa_begin_catch()446 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); in __cxa_end_catch()511 if (!isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_current_exception_type()533 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); in __cxa_rethrow()622 if (!isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_current_primary_exception()