GCC Middle and Back End API Reference
param_info Struct Reference

#include <params.h>

Data Fields

const char *const option
int default_value
int min_value
int max_value
const char *const help

Detailed Description

The information associated with each parameter.


Field Documentation

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

The name used with the `–param <name>=

' switch to set this value.

Referenced by wrap_help().


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