Searched defs:cur_try_context (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-next-runtime-abi-01.c | 2704 struct objc_try_context *cur_try_context = *ctcp; in next_sjlj_build_try_catch_finally() local 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()
|
H A D | objc-gnu-runtime-abi-01.c | 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()
|
H A D | objc-next-runtime-abi-02.c | 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() 3955 finish_try_stmt (struct objc_try_context **cur_try_context) in finish_try_stmt()
|
H A D | objc-act.c | 4220 static struct objc_try_context *cur_try_context; variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-next-runtime-abi-01.cc | 2705 struct objc_try_context *cur_try_context = *ctcp; in next_sjlj_build_try_catch_finally() local 2882 objc_build_exc_ptr (struct objc_try_context **cur_try_context) in objc_build_exc_ptr() 2904 begin_catch (struct objc_try_context **cur_try_context, tree type, in begin_catch() 2921 finish_catch (struct objc_try_context **cur_try_context, tree current_catch) in finish_catch() 2927 finish_try_stmt (struct objc_try_context **cur_try_context) in finish_try_stmt()
|
H A D | objc-gnu-runtime-abi-01.cc | 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()
|
H A D | objc-next-runtime-abi-02.cc | 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() 3972 finish_try_stmt (struct objc_try_context **cur_try_context) in finish_try_stmt()
|
H A D | objc-act.cc | 4296 static struct objc_try_context *cur_try_context; variable
|