Home
last modified time | relevance | path

Searched refs:objc_try_context (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-runtime-hooks.h91 tree (*build_exc_ptr) (struct objc_try_context **);
92 tree (*begin_catch) (struct objc_try_context **, tree, tree, tree, bool);
93 void (*finish_catch) (struct objc_try_context **, tree);
94 tree (*finish_try_stmt) (struct objc_try_context **);
H A Dobjc-next-runtime-abi-01.c139 static tree objc_build_exc_ptr (struct objc_try_context **);
140 static tree begin_catch (struct objc_try_context **, tree, tree, tree, bool);
141 static void finish_catch (struct objc_try_context **, tree);
142 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()
[all …]
H A Dobjc-gnu-runtime-abi-01.c119 static tree objc_build_exc_ptr (struct objc_try_context **);
121 static tree begin_catch (struct objc_try_context **, tree, tree, tree, bool);
122 static void finish_catch (struct objc_try_context **, tree);
123 static tree finish_try_stmt (struct objc_try_context **);
2226 objc_build_exc_ptr (struct objc_try_context **x ATTRIBUTE_UNUSED) in objc_build_exc_ptr()
2235 begin_catch (struct objc_try_context **cur_try_context, tree type, in begin_catch()
2254 finish_catch (struct objc_try_context **cur_try_context, tree current_catch) in finish_catch()
2260 finish_try_stmt (struct objc_try_context **cur_try_context) in finish_try_stmt()
2262 struct objc_try_context *c = *cur_try_context; in finish_try_stmt()
H A Dobjc-next-runtime-abi-02.c229 static tree objc_build_exc_ptr (struct objc_try_context **);
230 static tree begin_catch (struct objc_try_context **, tree, tree, tree, bool);
231 static void finish_catch (struct objc_try_context **, tree);
232 static tree finish_try_stmt (struct objc_try_context **);
3649 objc_build_exc_ptr (struct objc_try_context **x ATTRIBUTE_UNUSED) in objc_build_exc_ptr()
3657 static tree begin_catch (struct objc_try_context **cur_try_context, tree type, in begin_catch()
3692 finish_catch (struct objc_try_context **cur_try_context, tree curr_catch) in finish_catch()
3694 struct objc_try_context *ct; in finish_catch()
3729 finish_try_stmt (struct objc_try_context **cur_try_context) in finish_try_stmt()
3731 struct objc_try_context *c = *cur_try_context; in finish_try_stmt()
H A Dobjc-act.h664 struct objc_try_context struct
666 struct objc_try_context *outer; argument
H A Dobjc-act.c4111 static struct objc_try_context *cur_try_context;
4119 struct objc_try_context *c = XCNEW (struct objc_try_context); in objc_begin_try_stmt()
4285 struct objc_try_context *c = cur_try_context; in objc_finish_try_stmt()