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

  /src/external/gpl3/gcc/dist/gcc/
opts-common.cc 1150 struct cl_decoded_option *old_decoded_options = *decoded_options; local
1167 if (old_decoded_options[i].errors & ~CL_ERR_WRONG_LANG)
1170 opt_idx = old_decoded_options[i].opt_index;
1214 if (old_decoded_options[j].errors & ~CL_ERR_WRONG_LANG)
1216 next_opt_idx = old_decoded_options[j].opt_index;
1233 = old_decoded_options[i];
1253 = old_decoded_options[Wcomplain_wrong_lang_idx];
1259 = old_decoded_options[fdiagnostics_color_idx];
1265 = old_decoded_options[fdiagnostics_urls_idx];
1271 free (old_decoded_options);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
opts-common.cc 1124 struct cl_decoded_option *old_decoded_options = *decoded_options; local
1138 if (old_decoded_options[i].errors & ~CL_ERR_WRONG_LANG)
1141 opt_idx = old_decoded_options[i].opt_index;
1170 if (old_decoded_options[j].errors & ~CL_ERR_WRONG_LANG)
1172 next_opt_idx = old_decoded_options[j].opt_index;
1189 = old_decoded_options[i];
1203 new_decoded_options[1] = old_decoded_options[fdiagnostics_color_idx];
1207 free (old_decoded_options);

Completed in 33 milliseconds