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

  /src/external/gpl3/gcc/dist/gcc/
opts-common.cc 707 size_t new_opt_index = option->alias_target; local
709 if (new_opt_index == OPT_SPECIAL_ignore
710 || new_opt_index == OPT_SPECIAL_warn_removed)
714 opt_index = new_opt_index;
719 const struct cl_option *new_option = &cl_options[new_opt_index];
747 opt_index = new_opt_index;
opts-common.cc 707 size_t new_opt_index = option->alias_target; local
709 if (new_opt_index == OPT_SPECIAL_ignore
710 || new_opt_index == OPT_SPECIAL_warn_removed)
714 opt_index = new_opt_index;
719 const struct cl_option *new_option = &cl_options[new_opt_index];
747 opt_index = new_opt_index;
  /src/external/gpl3/gcc.old/dist/gcc/
opts-common.cc 685 size_t new_opt_index = option->alias_target; local
687 if (new_opt_index == OPT_SPECIAL_ignore
688 || new_opt_index == OPT_SPECIAL_warn_removed)
692 opt_index = new_opt_index;
697 const struct cl_option *new_option = &cl_options[new_opt_index];
725 opt_index = new_opt_index;
opts-common.cc 685 size_t new_opt_index = option->alias_target; local
687 if (new_opt_index == OPT_SPECIAL_ignore
688 || new_opt_index == OPT_SPECIAL_warn_removed)
692 opt_index = new_opt_index;
697 const struct cl_option *new_option = &cl_options[new_opt_index];
725 opt_index = new_opt_index;

Completed in 31 milliseconds