Lines Matching refs:objc_try_context
133 static tree objc_build_exc_ptr (struct objc_try_context **);
134 static tree begin_catch (struct objc_try_context **, tree, tree, tree, bool);
135 static void finish_catch (struct objc_try_context **, tree);
136 static tree finish_try_stmt (struct objc_try_context **);
2522 next_sjlj_build_try_exit (struct objc_try_context **ctcp) in next_sjlj_build_try_exit()
2542 next_sjlj_build_enter_and_setjmp (struct objc_try_context **ctcp) in next_sjlj_build_enter_and_setjmp()
2578 next_sjlj_build_exc_extract (struct objc_try_context **ctcp, tree decl) in next_sjlj_build_exc_extract()
2605 next_sjlj_build_catch_list (struct objc_try_context **ctcp) in next_sjlj_build_catch_list()
2700 next_sjlj_build_try_catch_finally (struct objc_try_context **ctcp) in next_sjlj_build_try_catch_finally()
2704 struct objc_try_context *cur_try_context = *ctcp; in next_sjlj_build_try_catch_finally()
2881 objc_build_exc_ptr (struct objc_try_context **cur_try_context) in objc_build_exc_ptr()
2903 begin_catch (struct objc_try_context **cur_try_context, tree type, in begin_catch()
2920 finish_catch (struct objc_try_context **cur_try_context, tree current_catch) in finish_catch()
2926 finish_try_stmt (struct objc_try_context **cur_try_context) in finish_try_stmt()
2929 struct objc_try_context *c = *cur_try_context; in finish_try_stmt()