HomeSort by: relevance | last modified time | path
    Searched defs:objc_uncaught_exception_handler (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libobjc/objc/
objc-exception.h 56 setting an 'objc_uncaught_exception_handler' function (using
93 /* An 'objc_uncaught_exception_handler' function is a function that
95 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);
  /src/external/gpl3/gcc.old/dist/libobjc/objc/
objc-exception.h 56 setting an 'objc_uncaught_exception_handler' function (using
93 /* An 'objc_uncaught_exception_handler' function is a function that
95 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);

Completed in 166 milliseconds