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

  /src/external/gpl3/gcc/dist/libobjc/objc/
objc-exception.h 50 behaviour can be customized by setting an 'objc_exception_matcher'
77 /* An 'objc_exception_matcher' function is used to match an exception
83 typedef int (*objc_exception_matcher)(Class catch_class, id exception); typedef
89 objc_EXPORT objc_exception_matcher
90 objc_setExceptionMatcher (objc_exception_matcher new_matcher);
  /src/external/gpl3/gcc.old/dist/libobjc/objc/
objc-exception.h 50 behaviour can be customized by setting an 'objc_exception_matcher'
77 /* An 'objc_exception_matcher' function is used to match an exception
83 typedef int (*objc_exception_matcher)(Class catch_class, id exception); typedef
89 objc_EXPORT objc_exception_matcher
90 objc_setExceptionMatcher (objc_exception_matcher new_matcher);

Completed in 24 milliseconds