GCC Middle and Back End API Reference
eh_catch_d Struct Reference

#include <except.h>

Collaboration diagram for eh_catch_d:

Data Fields

struct eh_catch_dnext_catch
 
struct eh_catch_dprev_catch
 
tree type_list
 
tree filter_list
 
tree label
 

Detailed Description

A catch handler associated with an ERT_TRY region.   

Field Documentation

◆ filter_list

◆ label

◆ next_catch

◆ prev_catch

◆ type_list


The documentation for this struct was generated from the following file: