GCC Middle and Back End API Reference
options Struct Reference

#include <gengtype.h>

Collaboration diagram for options:

Public Member Functions

 options ()
 

Data Fields

struct optionsnext
 
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
 

Detailed Description

A way to pass data through to the output end.   

Constructor & Destructor Documentation

◆ options()

options::options ( )
inline

References m_replay_opts, and set_defaults().

Field Documentation

◆ [union]

◆ kind

◆ m_replay_opts

replay_options options::m_replay_opts

Referenced by main(), options(), and parse_options().

◆ m_sarif_filenames

std::vector<const char *> options::m_sarif_filenames

Referenced by main(), and parse_options().

◆ name

const char* options::name

◆ nested

◆ next

◆ string

const char* options::string

◆ type


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