GCC Middle and Back End API Reference
cl_option_state Struct Reference

#include <opts.h>

Data Fields

const voiddata
 
size_t size
 
char ch
 

Detailed Description

Records that the state of an option consists of SIZE bytes starting
at DATA.  DATA might point to CH in some cases.   

Field Documentation

◆ ch

char cl_option_state::ch

◆ data

const void* cl_option_state::data

◆ size

size_t cl_option_state::size

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