Searched refs:catch (Results 1 – 25 of 123) sorted by relevance
12345
73 // preventing more ObjC message dispatch and compensating for the expense of the @try/@catch.90 } @catch(id exception) {104 } @catch(id exception) {118 } @catch(id exception) {132 } @catch(id exception) {146 } @catch(id exception) {160 } @catch(id exception) {174 } @catch(id exception) {188 } @catch(id exception) {202 } @catch(id exception) {[all …]
13 // |catch| so as to allow exception-expecting C++ code to build properly when15 // with the use of |@try| and |@catch| in Objective-C files such as this one.19 #undef catch54 @catch (id err) {
38 } catch (e) {84 } catch (ex) {94 } catch (ex) {104 } catch (ex) {
81 catch (...) {} // Just try again. in catch() function118 catch(...) {} // Just try again. in catch() function164 catch (...) { in catch() function
111 # define _STLP_MPWFIX_CATCH }catch(...){throw;} //*TY 06/01/2000 - exception handling …112 # define _STLP_MPWFIX_CATCH_ACTION(action) }catch(...){action;throw;} //*TY 06/01/2000 - exception…
816 # define _STLP_CATCH_ALL catch(...)822 # define _STLP_UNWIND(action) catch(...) { action; throw; }
784 catch (expected_exception const&) { \787 catch (...) { \808 catch (...) { \824 catch (...) { \
104 } @catch(NSException* localException) {132 } @catch(NSException* localException) {165 } @catch(NSException* localException) {178 } @catch(NSException* localException) {
282 } @catch(NSException* localException) {333 } @catch(NSException* localException) {360 } @catch(NSException* localException) {387 } @catch(NSException* localException) {
808 catch (expected_exception const&) { \811 catch (...) { \832 catch (...) { \848 catch (...) { \
35 #undef catch
31 #define END_BLOCK_OBJC_EXCEPTIONS } @catch(NSException *localException) { ReportBlockedObjCExceptio…
84 // FIXME: We can remove this global catch-all if we fix <rdar://problem/5299018>.
37 #define BEG_CATCH_CA_EXCEPT }catch( CA_Exception* e ){
154 #undef catch
90 #undef catch
74 - added verbosity of gscanner.c to catch deprecated code paths75 - added verbosity of gutils.c to catch deprecated code paths
26 catch
12 catch CATCH
161 } @catch (NSException *e) {191 } @catch(NSException *exception) {
228 void catch () in catch() function1344 signal (SIGINT, catch);1345 signal (SIGQUIT, catch);1346 signal (SIGTERM, catch);
160 catch(...) { \
112 dnl All code, as far as possible, is compiled instrumented to catch all113 dnl the bugs valgrind is able to catch.
51 } @catch(id) {
70 // The catch-all notifications