GCC Middle and Back End API Reference
enum_value Struct Reference

#include <read-md.h>

Collaboration diagram for enum_value:

Data Fields

struct enum_valuenext
char * name
struct md_constantdef

Detailed Description

   This structure represents one value in an enum_type.  

Field Documentation

struct md_constant* enum_value::def
     The definition of the related C value.  
char* enum_value::name
     The name of the value as it appears in the .md file.  
struct enum_value* enum_value::next
     The next value in the enum, or null if this is the last.  

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