Searched refs:default_opt (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | opts.c | 322 const struct default_options *default_opt, in maybe_default_option() argument 329 const struct cl_option *option = &cl_options[default_opt->opt_index]; in maybe_default_option() 337 switch (default_opt->levels) in maybe_default_option() 385 handle_generated_option (opts, opts_set, default_opt->opt_index, in maybe_default_option() 386 default_opt->arg, default_opt->value, in maybe_default_option() 389 else if (default_opt->arg == NULL in maybe_default_option() 391 handle_generated_option (opts, opts_set, default_opt->opt_index, in maybe_default_option() 392 default_opt->arg, !default_opt->value, in maybe_default_option()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | opts.c | 334 const struct default_options *default_opt, in maybe_default_option() argument 341 const struct cl_option *option = &cl_options[default_opt->opt_index]; in maybe_default_option() 351 switch (default_opt->levels) in maybe_default_option() 403 handle_generated_option (opts, opts_set, default_opt->opt_index, in maybe_default_option() 404 default_opt->arg, default_opt->value, in maybe_default_option() 407 else if (default_opt->arg == NULL in maybe_default_option() 409 handle_generated_option (opts, opts_set, default_opt->opt_index, in maybe_default_option() 410 default_opt->arg, !default_opt->value, in maybe_default_option()
|