Home
last modified time | relevance | path

Searched refs:catch_class (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dexception.c38 is_kind_of_exception_matcher (Class catch_class, id exception) in is_kind_of_exception_matcher() argument
41 if (catch_class == Nil) in is_kind_of_exception_matcher()
52 if (c == catch_class) in is_kind_of_exception_matcher()
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dexception.c38 is_kind_of_exception_matcher (Class catch_class, id exception) in is_kind_of_exception_matcher() argument
41 if (catch_class == Nil) in is_kind_of_exception_matcher()
52 if (c == catch_class) in is_kind_of_exception_matcher()
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/
H A Dobjc-exception.h83 typedef int (*objc_exception_matcher)(Class catch_class, id exception);
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc/
H A Dobjc-exception.h83 typedef int (*objc_exception_matcher)(Class catch_class, id exception);