GCC Middle and Back End API Reference
cl_option_state Struct Reference

#include <opts.h>

Data Fields

const void * data
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

char cl_option_state::ch
const void* cl_option_state::data

Referenced by option_flag_var().

size_t cl_option_state::size

Referenced by option_flag_var().


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