HomeSort by: relevance | last modified time | path
    Searched defs:opt_array (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
opts-common.cc 1034 struct cl_decoded_option *opt_array; local
1038 opt_array = XNEWVEC (struct cl_decoded_option, opt_array_len);
1040 opt_array[0].opt_index = OPT_SPECIAL_program_name;
1041 opt_array[0].warn_message = NULL;
1042 opt_array[0].arg = argv[0];
1043 opt_array[0].orig_option_with_args_text = argv[0];
1044 opt_array[0].canonical_option_num_elements = 1;
1045 opt_array[0].canonical_option[0] = argv[0];
1046 opt_array[0].canonical_option[1] = NULL;
1047 opt_array[0].canonical_option[2] = NULL
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
opts-common.cc 1012 struct cl_decoded_option *opt_array; local
1016 opt_array = XNEWVEC (struct cl_decoded_option, opt_array_len);
1018 opt_array[0].opt_index = OPT_SPECIAL_program_name;
1019 opt_array[0].warn_message = NULL;
1020 opt_array[0].arg = argv[0];
1021 opt_array[0].orig_option_with_args_text = argv[0];
1022 opt_array[0].canonical_option_num_elements = 1;
1023 opt_array[0].canonical_option[0] = argv[0];
1024 opt_array[0].canonical_option[1] = NULL;
1025 opt_array[0].canonical_option[2] = NULL
    [all...]

Completed in 21 milliseconds