Cthulhu  0.2.10
Cthulhu compiler collection
tree_attribs_t Struct Reference

#include <tree.h>

Data Fields

tree_linkage_t link
 the link type of the declaration More...
 
tree_visibility_t visibility
 the visibility of the declaration More...
 
const char * mangle
 override the mangle of the declaration More...
 
const char * section
 override the section of the declaration More...
 
const char * deprecated
 the reason for deprecation, or NULL if not deprecated More...
 

Detailed Description

Definition at line 50 of file tree.h.

Field Documentation

◆ deprecated

const char* tree_attribs_t::deprecated

the reason for deprecation, or NULL if not deprecated

Definition at line 56 of file tree.h.

◆ link

tree_linkage_t tree_attribs_t::link

the link type of the declaration

Definition at line 51 of file tree.h.

◆ mangle

const char* tree_attribs_t::mangle

override the mangle of the declaration

Definition at line 54 of file tree.h.

◆ section

const char* tree_attribs_t::section

override the section of the declaration

Definition at line 55 of file tree.h.

◆ visibility

tree_visibility_t tree_attribs_t::visibility

the visibility of the declaration

Definition at line 52 of file tree.h.


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