Lines Matching refs:OPTS
306 bool (*handler) (struct gcc_options *opts,
373 extern void init_options_struct (struct gcc_options *opts,
382 extern void decode_options (struct gcc_options *opts,
389 extern int option_enabled (int opt_idx, unsigned lang_mask, void *opts);
393 extern void set_option (struct gcc_options *opts,
398 extern void *option_flag_var (int opt_index, struct gcc_options *opts);
399 bool handle_generated_option (struct gcc_options *opts,
411 extern void read_cmdline_option (struct gcc_options *opts,
422 struct gcc_options *opts,
432 extern bool common_handle_option (struct gcc_options *opts,
440 extern bool target_handle_option (struct gcc_options *opts,
448 extern void finish_options (struct gcc_options *opts,
451 extern void diagnose_options (gcc_options *opts, gcc_options *opts_set,
453 extern void print_help (struct gcc_options *opts, unsigned int lang_mask, const
455 extern void default_options_optimization (struct gcc_options *opts,
463 extern void set_struct_debug_option (struct gcc_options *opts,
515 /* Set OPTION in OPTS to VALUE if the option is not set in OPTS_SET. */
517 #define SET_OPTION_IF_UNSET(OPTS, OPTS_SET, OPTION, VALUE) \
521 (OPTS)->x_ ## OPTION = VALUE; \