Home
last modified time | relevance | path

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

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