Searched refs:CATCH_TYPES (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-next-runtime-abi-01.c | 2615 tree type = CATCH_TYPES (stmt); in next_sjlj_build_catch_list()
|
H A D | objc-act.c | 4344 t = CATCH_TYPES (stmt); in objc_begin_catch_clause()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-next-runtime-abi-01.cc | 2616 tree type = CATCH_TYPES (stmt); in next_sjlj_build_catch_list()
|
H A D | objc-act.cc | 4420 t = CATCH_TYPES (stmt); in objc_begin_catch_clause()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-pretty-print.cc | 3122 dump_generic_node (pp, CATCH_TYPES (node), spc+2, flags, false); in dump_generic_node()
|
H A D | tree.def | 1003 /* Used to represent a typed exception handler. CATCH_TYPES is the type (or
|
H A D | tree.h | 1341 #define CATCH_TYPES(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 0) macro
|
H A D | gimplify.cc | 15509 c = gimple_build_catch (CATCH_TYPES (*expr_p), handler); in gimplify_expr()
|
H A D | ChangeLog.tree-ssa | 13746 * tree.h (CATCH_TYPES, CATCH_BODY): New macros.
|
H A D | ChangeLog-2004 | 34016 CATCH_TYPES, CATCH_BODY, EH_FILTER_TYPES,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-pretty-print.c | 2930 dump_generic_node (pp, CATCH_TYPES (node), spc+2, flags, false); in dump_generic_node()
|
H A D | tree.def | 991 /* Used to represent a typed exception handler. CATCH_TYPES is the type (or
|
H A D | tree.h | 1312 #define CATCH_TYPES(NODE) TREE_OPERAND (CATCH_EXPR_CHECK (NODE), 0) macro
|
H A D | gimplify.c | 14047 c = gimple_build_catch (CATCH_TYPES (*expr_p), handler); in gimplify_expr()
|