GCC Middle and Back End API Reference
|
#include <except.h>
Data Fields | |
struct eh_catch_d * | next_catch |
struct eh_catch_d * | prev_catch |
tree | type_list |
tree | filter_list |
tree | label |
A catch handler associated with an ERT_TRY region.
tree eh_catch_d::filter_list |
Referenced by duplicate_eh_regions_1().
tree eh_catch_d::label |
Referenced by duplicate_eh_regions_1().
struct eh_catch_d* eh_catch_d::next_catch |
Referenced by duplicate_eh_regions_1(), and gen_eh_region_catch().
struct eh_catch_d* eh_catch_d::prev_catch |
tree eh_catch_d::type_list |
Referenced by duplicate_eh_regions_1().