Home
last modified time | relevance | path

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

/netbsd-src/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) 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.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) in objc_build_exc_ptr()
2225 begin_catch (struct objc_try_context **cur_try_context, tree type, in begin_catch()
2244 finish_catch (struct objc_try_context **cur_try_context, tree current_catch) in finish_catch()
2250 finish_try_stmt (struct objc_try_context **cur_try_context) in finish_try_stmt()
2252 struct objc_try_context *c = *cur_try_context; in finish_try_stmt()
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) in objc_build_exc_ptr()
3882 static tree begin_catch (struct objc_try_context **cur_try_context, tree type, in begin_catch()
3917 finish_catch (struct objc_try_context **cur_try_context, tree curr_catch) in finish_catch()
3919 struct objc_try_context *ct; in finish_catch()
3955 finish_try_stmt (struct objc_try_context **cur_try_context) in finish_try_stmt()
3957 struct objc_try_context *c = *cur_try_context; in finish_try_stmt()
H A Dobjc-act.h692 struct objc_try_context struct
694 struct objc_try_context *outer; argument
H A Dobjc-act.c4220 static struct objc_try_context *cur_try_context;
4228 struct objc_try_context *c = XCNEW (struct objc_try_context); in objc_begin_try_stmt()
4394 struct objc_try_context *c = cur_try_context; in objc_finish_try_stmt()
/netbsd-src/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) in next_sjlj_build_try_exit()
2543 next_sjlj_build_enter_and_setjmp (struct objc_try_context **ctcp) in next_sjlj_build_enter_and_setjmp()
2579 next_sjlj_build_exc_extract (struct objc_try_context **ctcp, tree decl) in next_sjlj_build_exc_extract()
2606 next_sjlj_build_catch_list (struct objc_try_context **ctcp) in next_sjlj_build_catch_list()
2701 next_sjlj_build_try_catch_finally (struct objc_try_context **ctcp) in next_sjlj_build_try_catch_finally()
2705 struct objc_try_context *cur_try_context = *ctcp; in next_sjlj_build_try_catch_finally()
[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) in objc_build_exc_ptr()
2226 begin_catch (struct objc_try_context **cur_try_context, tree type, in begin_catch()
2245 finish_catch (struct objc_try_context **cur_try_context, tree current_catch) in finish_catch()
2251 finish_try_stmt (struct objc_try_context **cur_try_context) in finish_try_stmt()
2253 struct objc_try_context *c = *cur_try_context; in finish_try_stmt()
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) in objc_build_exc_ptr()
3899 static tree begin_catch (struct objc_try_context **cur_try_context, tree type, in begin_catch()
3934 finish_catch (struct objc_try_context **cur_try_context, tree curr_catch) in finish_catch()
3936 struct objc_try_context *ct; in finish_catch()
3972 finish_try_stmt (struct objc_try_context **cur_try_context) in finish_try_stmt()
3974 struct objc_try_context *c = *cur_try_context; in finish_try_stmt()
H A Dobjc-act.h706 struct objc_try_context struct
708 struct objc_try_context *outer; argument
H A Dobjc-act.cc4296 static struct objc_try_context *cur_try_context;
4304 struct objc_try_context *c = XCNEW (struct objc_try_context); in objc_begin_try_stmt()
4470 struct objc_try_context *c = cur_try_context; in objc_finish_try_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200429166 (objc_create_temporary_var, struct objc_try_context, cur_try_context,