GCC Middle and Back End API Reference
|
#include <opts.h>
Data Fields | |
const void * | data |
size_t | size |
char | ch |
Records that the state of an option consists of SIZE bytes starting at DATA. DATA might point to CH in some cases.
char cl_option_state::ch |
Referenced by get_option_state().
const void* cl_option_state::data |
Referenced by default_get_pch_validity(), default_pch_valid_p(), and get_option_state().
size_t cl_option_state::size |
Referenced by default_get_pch_validity(), default_pch_valid_p(), and get_option_state().