GCC Middle and Back End API Reference
|
#include <opts.h>
Data Fields | |
bool(* | unknown_option_callback )(const struct cl_decoded_option *decoded) |
void(* | wrong_lang_callback )(const struct cl_decoded_option *decoded, unsigned int lang_mask) |
void(* | target_option_override_hook )(void) |
size_t | num_handlers |
struct cl_option_handler_func | handlers [3] |
Structure describing the callbacks used in handling options.
struct cl_option_handler_func cl_option_handlers::handlers[3] |
Referenced by decode_options(), do_self_spec(), handle_option(), process_command(), set_default_handlers(), and set_option_handlers().
size_t cl_option_handlers::num_handlers |
Referenced by handle_option(), set_default_handlers(), and set_option_handlers().
void(* cl_option_handlers::target_option_override_hook) (void) |
Referenced by decode_options(), handle_option(), and set_default_handlers().
bool(* cl_option_handlers::unknown_option_callback) (const struct cl_decoded_option *decoded) |
Referenced by read_cmdline_option(), set_default_handlers(), and set_option_handlers().
void(* cl_option_handlers::wrong_lang_callback) (const struct cl_decoded_option *decoded, unsigned int lang_mask) |
Referenced by read_cmdline_option(), set_default_handlers(), and set_option_handlers().