GCC Middle and Back End API Reference
enum_type Struct Reference

#include <read-md.h>

Collaboration diagram for enum_type:

Data Fields

charname
 
bool md_p
 
struct enum_valuevalues
 
struct enum_value ** tail_ptr
 
unsigned int num_values
 

Detailed Description

This structure represents an enum defined by define_enum or the like.   

Field Documentation

◆ md_p

bool enum_type::md_p

◆ name

char* enum_type::name

◆ num_values

unsigned int enum_type::num_values

◆ tail_ptr

struct enum_value** enum_type::tail_ptr

◆ values

struct enum_value* enum_type::values

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