Lines Matching refs:exception_class
242 static const uint64_t exception_class = variable
260 return (cls == exception_class) || (cls == dependent_exception_class); in isCXXException()
275 if (!isDependentException(ex->unwindHeader.exception_class)) { return ex; } in realExceptionFromException()
625 if (isDependentException(exception->unwindHeader.exception_class)) in releaseException()
642 assert(isDependentException(ex->unwindHeader.exception_class)); in __cxa_free_dependent_exception()
778 ex->unwindHeader.exception_class = exception_class; in __cxa_throw()
795 ex->unwindHeader.exception_class = dependent_exception_class; in __cxa_rethrow_primary_exception()
816 if (isDependentException(ex->unwindHeader.exception_class)) { return; } in __cxa_increment_exception_refcount()
1216 if (isCXXException(exceptionObject->exception_class))
1378 if (exceptionObject->exception_class == exception_class)
1542 if (isCXXException(exceptionObject->exception_class))