|
GCC Middle and Back End API Reference
|
#include <gengtype.h>

Data Structures | |
| union | [union].info |
Public Member Functions | |
| options () | |
Data Fields | |
| struct options * | next |
| const char * | name |
| enum option_kind | kind |
| union | 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::[union].info 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 options* options::next |
Referenced by opts_have(), read_state_options(), and state_writer::write_state_options().