GCC Middle and Back End API Reference
attr_desc Class Reference
Collaboration diagram for attr_desc:

Data Fields

char * name
 
const char * enum_name
 
const char * cxx_type
 
class attr_descnext
 
struct attr_valuefirst_value
 
struct attr_valuedefault_val
 
file_location loc
 
unsigned is_numeric: 1
 
unsigned is_const: 1
 
unsigned is_special: 1
 

Detailed Description

Structure for each attribute.   

Field Documentation

◆ cxx_type

const char* attr_desc::cxx_type

◆ default_val

◆ enum_name

const char* attr_desc::enum_name

◆ first_value

◆ is_const

◆ is_numeric

◆ is_special

◆ loc

◆ name

◆ next

class attr_desc* attr_desc::next

Referenced by find_attr(), get_attr_order(), and main().


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