Searched refs:objc_exception_functions_t (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-exception.h53 } objc_exception_functions_t; typedef in typeref:struct:__anon11391
56 OBJC_EXPORT void objc_exception_get_functions(objc_exception_functions_t *table)
60 OBJC_EXPORT void objc_exception_set_functions(objc_exception_functions_t *table)
H A Dobjc-exception.mm37 static objc_exception_functions_t xtab;
48 void objc_exception_get_functions(objc_exception_functions_t *table) {
55 void objc_exception_set_functions(objc_exception_functions_t *table) {
212 objc_exception_functions_t default_functions = {
H A Dobjc-auto.mm570 objc_exception_functions_t table = {};
/macosx-10.10.1/objc4-646/test/
H A Dtest.h134 objc_exception_functions_t table = {0,0,0,0,0,0}; \

Completed in 98 milliseconds