Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-next-runtime-abi-01.c2615 tree type = CATCH_TYPES (stmt); in next_sjlj_build_catch_list()
H A Dobjc-act.c4344 t = CATCH_TYPES (stmt); in objc_begin_catch_clause()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-next-runtime-abi-01.cc2616 tree type = CATCH_TYPES (stmt); in next_sjlj_build_catch_list()
H A Dobjc-act.cc4420 t = CATCH_TYPES (stmt); in objc_begin_catch_clause()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-pretty-print.cc3122 dump_generic_node (pp, CATCH_TYPES (node), spc+2, flags, false); in dump_generic_node()
H A Dtree.def1003 /* Used to represent a typed exception handler. CATCH_TYPES is the type (or
H A Dtree.h1341 #define CATCH_TYPES(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 0) macro
H A Dgimplify.cc15509 c = gimple_build_catch (CATCH_TYPES (*expr_p), handler); in gimplify_expr()
H A DChangeLog.tree-ssa13746 * tree.h (CATCH_TYPES, CATCH_BODY): New macros.
H A DChangeLog-200434016 CATCH_TYPES, CATCH_BODY, EH_FILTER_TYPES,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-pretty-print.c2930 dump_generic_node (pp, CATCH_TYPES (node), spc+2, flags, false); in dump_generic_node()
H A Dtree.def991 /* Used to represent a typed exception handler. CATCH_TYPES is the type (or
H A Dtree.h1312 #define CATCH_TYPES(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 0) macro
H A Dgimplify.c14047 c = gimple_build_catch (CATCH_TYPES (*expr_p), handler); in gimplify_expr()