Lines Matching full:_stack
1843 // declare a new scope with two variables, _stack and _rethrow.
1846 buf += "char *pointers[4];} _stack;\n";
1848 buf += "objc_exception_try_enter(&_stack);\n";
1849 buf += "if (!_setjmp(_stack.buf)) /* @try block continue */\n";
1857 buf += " _rethrow = objc_exception_extract(&_stack);\n";
1860 buf += " if (!_rethrow) objc_exception_try_exit(&_stack);\n";
1936 buf = "{ objc_exception_try_exit(&_stack); return";
1959 buf = "{ objc_exception_try_exit(&_stack);";
1977 // declare a new scope with two variables, _stack and _rethrow.
1980 buf += "char *pointers[4];} _stack;\n";
1982 buf += "objc_exception_try_enter(&_stack);\n";
1983 buf += "if (!_setjmp(_stack.buf)) /* @try block continue */\n";
1996 buf += " id _caught = objc_exception_extract(&_stack);\n";
1997 buf += " objc_exception_try_enter (&_stack);\n";
1998 buf += " if (_setjmp(_stack.buf))\n";
1999 buf += " _rethrow = objc_exception_extract(&_stack);\n";
2005 buf += " _rethrow = objc_exception_extract(&_stack);\n";
2079 buf += " objc_exception_try_exit(&_stack
2104 InsertText(startLoc, " if (!_rethrow) objc_exception_try_exit(&_stack);\n");
2115 buf += " if (!_rethrow) objc_exception_try_exit(&_stack);\n";