GCC Middle and Back End API Reference
|
#include <params.h>
Data Fields | |
const char *const | option |
int | default_value |
int | min_value |
int | max_value |
const char *const | help |
The information associated with each parameter.
int param_info::default_value |
The default value.
const char* const param_info::help |
A short description of the option.
Referenced by wrap_help().
int param_info::max_value |
Maximum acceptable value, if greater than minimum
int param_info::min_value |
Minimum acceptable value.
const char* const param_info::option |