Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dtree-eh.c1461 catch_region = gen_eh_region_catch (try_region, CATCH_TYPES (catch)); in lower_catch()
H A Dtree-pretty-print.c1422 dump_generic_node (buffer, CATCH_TYPES (node), spc+2, flags, false); in dump_generic_node()
H A Dtree.def873 /* Used to represent a typed exception handler. CATCH_TYPES is the type (or
H A Dtree.h1533 #define CATCH_TYPES(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 0) macro
H A Dtree-cfg.c1695 if (CATCH_TYPES (stmt) == NULL) in remove_useless_stmts_tc()
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c3584 tree type = CATCH_TYPES (stmt); in next_sjlj_build_catch_list()
3805 t = CATCH_TYPES (stmt); in objc_begin_catch_clause()