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

/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-exception.h48 void (*throw_exc)(id); // version 0 member in struct:__anon11391
H A Dobjc-exception.mm67 if (!xtab.throw_exc) {
80 xtab.throw_exc(exception);
85 if (!xtab.throw_exc) {
93 if (!xtab.throw_exc) {
101 if (!xtab.throw_exc) {
109 if (!xtab.throw_exc) {
H A Dobjc-auto.mm572 assert(table.throw_exc);
/macosx-10.10.1/objc4-646/test/
H A Dtest.h136 if (!table.throw_exc) { \
137 table.throw_exc = (typeof(table.throw_exc))abort; \

Completed in 200 milliseconds