Searched refs:objc_try_context (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/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.c133 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)
2542 next_sjlj_build_enter_and_setjmp (struct objc_try_context **ctcp)
2578 next_sjlj_build_exc_extract (struct objc_try_context **ctcp, tree decl)
2605 next_sjlj_build_catch_list (struct objc_try_context **ctcp)
2700 next_sjlj_build_try_catch_finally (struct objc_try_context **ctcp)
2704 struct objc_try_context *cur_try_contex
[all...]
H A Dobjc-gnu-runtime-abi-01.c121 static tree objc_build_exc_ptr (struct objc_try_context **);
123 static tree begin_catch (struct objc_try_context **, tree, tree, tree, bool);
124 static void finish_catch (struct objc_try_context **, tree);
125 static tree finish_try_stmt (struct objc_try_context **);
2216 objc_build_exc_ptr (struct objc_try_context **x ATTRIBUTE_UNUSED)
2225 begin_catch (struct objc_try_context **cur_try_context, tree type,
2244 finish_catch (struct objc_try_context **cur_try_context, tree current_catch)
2250 finish_try_stmt (struct objc_try_context **cur_try_context)
2252 struct objc_try_context *c = *cur_try_context;
H A Dobjc-act.h692 struct objc_try_context struct
694 struct objc_try_context *outer;
H A Dobjc-next-runtime-abi-02.c228 static tree objc_build_exc_ptr (struct objc_try_context **);
229 static tree begin_catch (struct objc_try_context **, tree, tree, tree, bool);
230 static void finish_catch (struct objc_try_context **, tree);
231 static tree finish_try_stmt (struct objc_try_context **);
3874 objc_build_exc_ptr (struct objc_try_context **x ATTRIBUTE_UNUSED)
3882 static tree begin_catch (struct objc_try_context **cur_try_context, tree type,
3917 finish_catch (struct objc_try_context **cur_try_context, tree curr_catch)
3919 struct objc_try_context *ct;
3955 finish_try_stmt (struct objc_try_context **cur_try_context)
3957 struct objc_try_context *
[all...]
H A Dobjc-act.c4220 static struct objc_try_context *cur_try_context;
4228 struct objc_try_context *c = XCNEW (struct objc_try_context);
4394 struct objc_try_context *c = cur_try_context;
/netbsd-current/external/gpl3/gcc/dist/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.cc134 static tree objc_build_exc_ptr (struct objc_try_context **);
135 static tree begin_catch (struct objc_try_context **, tree, tree, tree, bool);
136 static void finish_catch (struct objc_try_context **, tree);
137 static tree finish_try_stmt (struct objc_try_context **);
2523 next_sjlj_build_try_exit (struct objc_try_context **ctcp)
2543 next_sjlj_build_enter_and_setjmp (struct objc_try_context **ctcp)
2579 next_sjlj_build_exc_extract (struct objc_try_context **ctcp, tree decl)
2606 next_sjlj_build_catch_list (struct objc_try_context **ctcp)
2701 next_sjlj_build_try_catch_finally (struct objc_try_context **ctcp)
2705 struct objc_try_context *cur_try_contex
[all...]
H A Dobjc-gnu-runtime-abi-01.cc121 static tree objc_build_exc_ptr (struct objc_try_context **);
123 static tree begin_catch (struct objc_try_context **, tree, tree, tree, bool);
124 static void finish_catch (struct objc_try_context **, tree);
125 static tree finish_try_stmt (struct objc_try_context **);
2217 objc_build_exc_ptr (struct objc_try_context **x ATTRIBUTE_UNUSED)
2226 begin_catch (struct objc_try_context **cur_try_context, tree type,
2245 finish_catch (struct objc_try_context **cur_try_context, tree current_catch)
2251 finish_try_stmt (struct objc_try_context **cur_try_context)
2253 struct objc_try_context *c = *cur_try_context;
H A Dobjc-act.h706 struct objc_try_context struct
708 struct objc_try_context *outer;
H A Dobjc-next-runtime-abi-02.cc230 static tree objc_build_exc_ptr (struct objc_try_context **);
231 static tree begin_catch (struct objc_try_context **, tree, tree, tree, bool);
232 static void finish_catch (struct objc_try_context **, tree);
233 static tree finish_try_stmt (struct objc_try_context **);
3891 objc_build_exc_ptr (struct objc_try_context **x ATTRIBUTE_UNUSED)
3899 static tree begin_catch (struct objc_try_context **cur_try_context, tree type,
3934 finish_catch (struct objc_try_context **cur_try_context, tree curr_catch)
3936 struct objc_try_context *ct;
3972 finish_try_stmt (struct objc_try_context **cur_try_context)
3974 struct objc_try_context *
[all...]
H A Dobjc-act.cc4296 static struct objc_try_context *cur_try_context;
4304 struct objc_try_context *c = XCNEW (struct objc_try_context);
4470 struct objc_try_context *c = cur_try_context;

Completed in 268 milliseconds