Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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.def878 /* Used to represent a typed exception handler. CATCH_TYPES is the type (or
H A Dtree.h1563 #define CATCH_TYPES(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 0) macro
H A Dtree-cfg.c1702 if (CATCH_TYPES (stmt) == NULL) in remove_useless_stmts_tc()
H A DChangeLog.tree-ssa13746 * tree.h (CATCH_TYPES, CATCH_BODY): New macros.
H A DChangeLog-200434016 CATCH_TYPES, CATCH_BODY, EH_FILTER_TYPES,