Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libobjc/objc/
H A Dobjc-exception.h95 typedef void (*objc_uncaught_exception_handler)(id exception); typedef
102 objc_EXPORT objc_uncaught_exception_handler
103 objc_setUncaughtExceptionHandler (objc_uncaught_exception_handler new_handler);
/dflybsd-src/contrib/gcc-4.7/libobjc/
H A Dexception.c71 static objc_uncaught_exception_handler
74 objc_uncaught_exception_handler
75 objc_setUncaughtExceptionHandler (objc_uncaught_exception_handler in objc_setUncaughtExceptionHandler()
78 objc_uncaught_exception_handler old_handler in objc_setUncaughtExceptionHandler()