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
 
charname
 
struct md_constantdef
 

Detailed Description

This structure represents one value in an enum_type.   

Field Documentation

◆ def

struct md_constant* enum_value::def

Referenced by print_enum_type(), and print_enum_type().

◆ name

char* enum_value::name

◆ next

struct enum_value* enum_value::next

Referenced by print_enum_type(), and print_enum_type().


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