Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c3419 tree caught_decl; member
3480 tree var = cur_try_context->caught_decl; in objc_build_exc_ptr()
3484 cur_try_context->caught_decl = var; in objc_build_exc_ptr()
3601 args = tree_cons (NULL, cur_try_context->caught_decl, NULL); in next_sjlj_build_catch_list()
3618 cur_try_context->caught_decl); in next_sjlj_build_catch_list()
3701 tree caught_decl = objc_build_exc_ptr (); in next_sjlj_build_try_catch_finally() local
3702 catch_seq = build_stmt (BIND_EXPR, caught_decl, NULL, NULL); in next_sjlj_build_try_catch_finally()
3705 t = next_sjlj_build_exc_extract (caught_decl); in next_sjlj_build_try_catch_finally()