Lines Matching refs:exception
226 class exception class
229 virtual ~exception() throw();
640 static void releaseException(__cxa_exception *exception) in releaseException() argument
642 if (isDependentException(exception->unwindHeader.exception_class)) in releaseException()
644 __cxa_free_dependent_exception(exception+1); in releaseException()
647 if (__sync_sub_and_fetch(&exception->referenceCount, 1) == 0) in releaseException()
652 __cxa_free_exception(exception+1); in releaseException()
724 static_cast<const __class_type_info*>(&typeid(std::exception)); in report_failure()
729 std::exception *e = in report_failure()
730 static_cast<std::exception*>(e_ti->cast_to(static_cast<void*>(thrown_exception+1), in report_failure()
1389 extern "C" void __cxa_call_unexpected(void*exception)
1391 _Unwind_Exception *exceptionObject = static_cast<_Unwind_Exception*>(exception);