GCC Middle and Back End API Reference
cl_enum_arg Struct Reference

#include <opts.h>

Data Fields

const char * arg
int value
unsigned int flags

Detailed Description

Structure describing an enumerated option argument.


Field Documentation

const char* cl_enum_arg::arg

The argument text, or NULL at the end of the array.

Referenced by opt_enum_arg_to_value().

unsigned int cl_enum_arg::flags

Flags associated with this argument.

Referenced by option_ok_for_language().

int cl_enum_arg::value

The corresponding integer value.

Referenced by enum_arg_ok_for_language().


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