GCC Middle and Back End API Reference
|
#include <gengtype.h>
Public Member Functions | |
options () |
Data Fields | |
struct options * | next |
const char * | name |
enum option_kind | kind |
union { | |
const char * string | |
type_p type | |
struct nested_ptr_data * nested | |
} | info |
replay_options | m_replay_opts |
std::vector< const char * > | m_sarif_filenames |
std::vector< std::string > | m_extra_output_specs |
A way to pass data through to the output end.
|
inline |
References m_replay_opts, and set_defaults().
union { ... } options::info |
enum option_kind options::kind |
std::vector<std::string> options::m_extra_output_specs |
Referenced by main(), and parse_options().
replay_options options::m_replay_opts |
Referenced by main(), options(), and parse_options().
std::vector<const char *> options::m_sarif_filenames |
Referenced by main(), and parse_options().
const char* options::name |
Referenced by state_writer::write_state_option().
struct nested_ptr_data* options::nested |
Referenced by read_state_nested_option(), and state_writer::write_state_nested_option().
struct options* options::next |
Referenced by opts_have(), read_state_options(), and state_writer::write_state_options().
const char* options::string |
Referenced by read_state_string_option(), and state_writer::write_state_string_option().
type_p options::type |
Referenced by read_state_type_option(), and state_writer::write_state_type_option().