Home
last modified time | relevance | path

Searched refs:caught_decl (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-next-runtime-abi-01.c2633 args = tree_cons (NULL, (*ctcp)->caught_decl, NULL); in next_sjlj_build_catch_list()
2651 (*ctcp)->caught_decl); in next_sjlj_build_catch_list()
2735 tree caught_decl = objc_build_exc_ptr (ctcp); in next_sjlj_build_try_catch_finally() local
2736 catch_seq = build_stmt (input_location, BIND_EXPR, caught_decl, NULL, NULL); in next_sjlj_build_try_catch_finally()
2739 t = next_sjlj_build_exc_extract (ctcp, caught_decl); in next_sjlj_build_try_catch_finally()
2885 tree var = (*cur_try_context)->caught_decl; in objc_build_exc_ptr()
2889 (*cur_try_context)->caught_decl = var; in objc_build_exc_ptr()
H A Dobjc-act.h715 tree caught_decl; member
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-next-runtime-abi-01.cc2634 args = tree_cons (NULL, (*ctcp)->caught_decl, NULL); in next_sjlj_build_catch_list()
2652 (*ctcp)->caught_decl); in next_sjlj_build_catch_list()
2736 tree caught_decl = objc_build_exc_ptr (ctcp); in next_sjlj_build_try_catch_finally() local
2737 catch_seq = build_stmt (input_location, BIND_EXPR, caught_decl, NULL, NULL); in next_sjlj_build_try_catch_finally()
2740 t = next_sjlj_build_exc_extract (ctcp, caught_decl); in next_sjlj_build_try_catch_finally()
2886 tree var = (*cur_try_context)->caught_decl; in objc_build_exc_ptr()
2890 (*cur_try_context)->caught_decl = var; in objc_build_exc_ptr()
H A Dobjc-act.h729 tree caught_decl; member