Searched refs:objc_uncaught_exception_handler (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-exception.h70 typedef void (*objc_uncaught_exception_handler)(id exception); typedef
94 OBJC_EXPORT objc_uncaught_exception_handler objc_setUncaughtExceptionHandler(objc_uncaught_exception_handler fn)
H A Dobjc-exception.mm412 static objc_uncaught_exception_handler uncaught_handler = _objc_default_uncaught_exception_handler;
448 objc_uncaught_exception_handler
449 objc_setUncaughtExceptionHandler(objc_uncaught_exception_handler fn)
451 objc_uncaught_exception_handler result = uncaught_handler;

Completed in 79 milliseconds