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 |
tree eh_catch_d::label |
struct eh_catch_d* eh_catch_d::next_catch |
struct eh_catch_d* eh_catch_d::prev_catch |
Referenced by collect_one_action_chain(), gen_eh_region_catch(), and lto_input_eh_catch_list().
tree eh_catch_d::type_list |