Home
last modified time | relevance | path

Searched defs:cur_try_context (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-next-runtime-abi-01.c2704 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 Dobjc-gnu-runtime-abi-01.c2225 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 Dobjc-next-runtime-abi-02.c3882 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 Dobjc-act.c4220 static struct objc_try_context *cur_try_context; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-next-runtime-abi-01.cc2705 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 Dobjc-gnu-runtime-abi-01.cc2226 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 Dobjc-next-runtime-abi-02.cc3899 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 Dobjc-act.cc4296 static struct objc_try_context *cur_try_context; variable