| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | opts-common.c | 220 opt_enum_arg_to_value (size_t opt_index, const char *arg, int *value, in opt_enum_arg_to_value() argument 223 const struct cl_option *option = &cl_options[opt_index]; in opt_enum_arg_to_value() 269 generate_canonical_option (size_t opt_index, const char *arg, int value, in generate_canonical_option() argument 272 const struct cl_option *option = &cl_options[opt_index]; in generate_canonical_option() 368 size_t opt_index; in decode_cmdline_option() local 384 opt_index = find_opt (argv[0] + 1, lang_mask); in decode_cmdline_option() 386 while (opt_index == OPT_SPECIAL_unknown in decode_cmdline_option() 415 opt_index = find_opt (dup + 1, lang_mask); in decode_cmdline_option() 421 if (opt_index == OPT_SPECIAL_unknown) in decode_cmdline_option() 429 option = &cl_options[opt_index]; in decode_cmdline_option() [all …]
|
| HD | opts.h | 214 size_t opt_index; member 255 size_t opt_index; member 338 int opt_index, int value, const char *arg, int kind, 340 extern void *option_flag_var (int opt_index, struct gcc_options *opts); 343 size_t opt_index, const char *arg, int value, 347 void generate_option (size_t opt_index, const char *arg, int value, 359 extern void control_warning_option (unsigned int opt_index, int kind, 396 extern bool opt_enum_arg_to_value (size_t opt_index, const char *arg,
|
| HD | lto-opts.c | 97 switch (option->opt_index) in lto_write_options() 111 if (!(cl_options[option->opt_index].flags & (CL_COMMON|CL_TARGET|CL_LTO))) in lto_write_options() 116 if (cl_options[option->opt_index].cl_reject_driver) in lto_write_options() 122 if (cl_options[option->opt_index].flags & (CL_DRIVER|CL_WARNING)) in lto_write_options()
|
| HD | opts-global.c | 87 const struct cl_option *option = &cl_options[decoded->opt_index]; in complain_wrong_lang() 179 return lang_hooks.handle_option (decoded->opt_index, decoded->arg, in lang_handle_option() 212 if (decoded_options[i].opt_index == OPT_SPECIAL_input_file) in read_cmdline_options() 327 switch (opt->opt_index) in handle_common_deferred_options() 356 if (opt->opt_index == OPT_fenable_) in handle_common_deferred_options()
|
| HD | lto-wrapper.c | 394 switch (foption->opt_index) in merge_and_complain() 403 if (!(cl_options[foption->opt_index].flags & CL_TARGET)) in merge_and_complain() 418 if ((*decoded_options)[j].opt_index == foption->opt_index) in merge_and_complain() 543 switch (option->opt_index) in run_gcc() 559 switch (option->opt_index) in run_gcc() 570 if (!(cl_options[option->opt_index].flags & CL_TARGET)) in run_gcc() 586 if (!(cl_options[option->opt_index].flags in run_gcc() 590 switch (option->opt_index) in run_gcc()
|
| HD | gccspec.c | 56 switch (decoded_options[i].opt_index) in lang_specific_driver()
|
| HD | cppspec.c | 84 switch (decoded_options[i].opt_index) in lang_specific_driver()
|
| HD | opts.c | 329 const struct cl_option *option = &cl_options[default_opt->opt_index]; in maybe_default_option() 385 handle_generated_option (opts, opts_set, default_opt->opt_index, in maybe_default_option() 391 handle_generated_option (opts, opts_set, default_opt->opt_index, in maybe_default_option() 529 switch (opt->opt_index) in default_options_optimization() 1239 size_t scode = decoded->opt_index; in common_handle_option()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | opts-common.c | 253 opt_enum_arg_to_value (size_t opt_index, const char *arg, int *value, in opt_enum_arg_to_value() argument 256 const struct cl_option *option = &cl_options[opt_index]; in opt_enum_arg_to_value() 302 generate_canonical_option (size_t opt_index, const char *arg, int value, in generate_canonical_option() argument 305 const struct cl_option *option = &cl_options[opt_index]; in generate_canonical_option() 450 size_t opt_index; in decode_cmdline_option() local 466 opt_index = find_opt (argv[0] + 1, lang_mask); in decode_cmdline_option() 468 while (opt_index == OPT_SPECIAL_unknown in decode_cmdline_option() 497 opt_index = find_opt (dup + 1, lang_mask); in decode_cmdline_option() 503 if (opt_index == OPT_SPECIAL_unknown) in decode_cmdline_option() 511 option = &cl_options[opt_index]; in decode_cmdline_option() [all …]
|
| HD | lto-wrapper.c | 244 switch (foption->opt_index) in merge_and_complain() 253 if (!(cl_options[foption->opt_index].flags & CL_TARGET)) in merge_and_complain() 268 if ((*decoded_options)[j].opt_index == foption->opt_index) in merge_and_complain() 289 if ((*decoded_options)[j].opt_index == foption->opt_index) in merge_and_complain() 303 if ((*decoded_options)[j].opt_index == foption->opt_index) in merge_and_complain() 318 if ((*decoded_options)[j].opt_index == OPT_O in merge_and_complain() 319 || (*decoded_options)[j].opt_index == OPT_Ofast in merge_and_complain() 320 || (*decoded_options)[j].opt_index == OPT_Og in merge_and_complain() 321 || (*decoded_options)[j].opt_index == OPT_Os) in merge_and_complain() 325 else if ((*decoded_options)[j].opt_index == foption->opt_index in merge_and_complain() [all …]
|
| HD | lto-opts.c | 120 switch (option->opt_index) in lto_write_options() 134 if (!(cl_options[option->opt_index].flags & (CL_COMMON|CL_TARGET|CL_LTO))) in lto_write_options() 138 if ((cl_options[option->opt_index].flags & CL_TARGET) in lto_write_options() 144 if (cl_options[option->opt_index].cl_reject_driver) in lto_write_options() 151 if ((cl_options[option->opt_index].flags & (CL_DRIVER|CL_WARNING)) in lto_write_options() 152 && (!lto_stream_offload_p || option->opt_index != OPT_foffload_)) in lto_write_options()
|
| HD | opts.h | 219 size_t opt_index; member 260 size_t opt_index; member 359 int opt_index, int value, const char *arg, int kind, 361 extern void *option_flag_var (int opt_index, struct gcc_options *opts); 364 size_t opt_index, const char *arg, int value, 368 void generate_option (size_t opt_index, const char *arg, int value, 380 extern void control_warning_option (unsigned int opt_index, int kind, 424 extern bool opt_enum_arg_to_value (size_t opt_index, const char *arg,
|
| HD | opts-global.c | 87 const struct cl_option *option = &cl_options[decoded->opt_index]; in complain_wrong_lang() 180 return lang_hooks.handle_option (decoded->opt_index, decoded->arg, in lang_handle_option() 213 if (decoded_options[i].opt_index == OPT_SPECIAL_input_file) in read_cmdline_options() 347 switch (opt->opt_index) in handle_common_deferred_options() 386 if (opt->opt_index == OPT_fenable_) in handle_common_deferred_options()
|
| /dragonfly/contrib/cvs-1.12/lib/ |
| HD | getopt1.c | 45 const struct option *long_options, int *opt_index) in getopt_long() argument 48 opt_index, 0, 0); in getopt_long() 53 const struct option *long_options, int *opt_index, in _getopt_long_r() argument 56 return _getopt_internal_r (argc, argv, options, long_options, opt_index, in _getopt_long_r() 68 const struct option *long_options, int *opt_index) in getopt_long_only() argument 71 opt_index, 1, 0); in getopt_long_only() 76 const struct option *long_options, int *opt_index, in _getopt_long_only_r() argument 79 return _getopt_internal_r (argc, argv, options, long_options, opt_index, in _getopt_long_only_r()
|
| /dragonfly/contrib/grep/lib/ |
| HD | getopt1.c | 29 const struct option *long_options, int *opt_index) in getopt_long() argument 32 opt_index, 0, 0); in getopt_long() 37 const struct option *long_options, int *opt_index, in _getopt_long_r() argument 40 return _getopt_internal_r (argc, argv, options, long_options, opt_index, in _getopt_long_r() 52 const struct option *long_options, int *opt_index) in getopt_long_only() argument 55 opt_index, 1, 0); in getopt_long_only() 60 const struct option *long_options, int *opt_index, in _getopt_long_only_r() argument 63 return _getopt_internal_r (argc, argv, options, long_options, opt_index, in _getopt_long_only_r()
|
| /dragonfly/contrib/binutils-2.27/libiberty/ |
| HD | getopt1.c | 70 const struct option *long_options, int *opt_index) in getopt_long() argument 72 return _getopt_internal (argc, argv, options, long_options, opt_index, 0); in getopt_long() 82 const struct option *long_options, int *opt_index) in getopt_long_only() argument 84 return _getopt_internal (argc, argv, options, long_options, opt_index, 1); in getopt_long_only()
|
| /dragonfly/contrib/gcc-4.7/libiberty/ |
| HD | getopt1.c | 70 const struct option *long_options, int *opt_index) in getopt_long() argument 72 return _getopt_internal (argc, argv, options, long_options, opt_index, 0); in getopt_long() 82 const struct option *long_options, int *opt_index) in getopt_long_only() argument 84 return _getopt_internal (argc, argv, options, long_options, opt_index, 1); in getopt_long_only()
|
| /dragonfly/contrib/binutils-2.34/libiberty/ |
| HD | getopt1.c | 69 const struct option *long_options, int *opt_index) in getopt_long() argument 71 return _getopt_internal (argc, argv, options, long_options, opt_index, 0); in getopt_long() 81 const struct option *long_options, int *opt_index) in getopt_long_only() argument 83 return _getopt_internal (argc, argv, options, long_options, opt_index, 1); in getopt_long_only()
|
| /dragonfly/contrib/gdb-7/libiberty/ |
| HD | getopt1.c | 70 const struct option *long_options, int *opt_index) in getopt_long() argument 72 return _getopt_internal (argc, argv, options, long_options, opt_index, 0); in getopt_long() 82 const struct option *long_options, int *opt_index) in getopt_long_only() argument 84 return _getopt_internal (argc, argv, options, long_options, opt_index, 1); in getopt_long_only()
|
| /dragonfly/contrib/gcc-8.0/libiberty/ |
| HD | getopt1.c | 69 const struct option *long_options, int *opt_index) in getopt_long() argument 71 return _getopt_internal (argc, argv, options, long_options, opt_index, 0); in getopt_long() 81 const struct option *long_options, int *opt_index) in getopt_long_only() argument 83 return _getopt_internal (argc, argv, options, long_options, opt_index, 1); in getopt_long_only()
|
| /dragonfly/contrib/gcc-8.0/gcc/common/ |
| HD | common-target.h | 57 size_t opt_index; member
|
| /dragonfly/contrib/gcc-4.7/gcc/common/ |
| HD | common-target.h | 58 size_t opt_index; member
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | gccspec.c | 55 switch (decoded_options[i].opt_index) in lang_specific_driver()
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | cppspec.c | 84 switch (decoded_options[i].opt_index) in lang_specific_driver()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| D | g++spec.c | 127 switch (decoded_options[i].opt_index) in lang_specific_driver()
|