GCC Middle and Back End API Reference
md_constant Struct Reference

#include <read-md.h>

Collaboration diagram for md_constant:

Data Fields

charname
 
charvalue
 
struct enum_typeparent_enum
 

Detailed Description

This structure represents a constant defined by define_constant,
define_enum, or such-like.   

Field Documentation

◆ name

char* md_constant::name

◆ parent_enum

struct enum_type* md_constant::parent_enum

Referenced by add_constant().

◆ value

char* md_constant::value

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