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

  /src/external/gpl3/gcc/dist/gcc/common/config/riscv/
riscv-common.cc 482 riscv_subset_list::match_score (riscv_subset_list *list) const function in class:riscv_subset_list
1950 multi-lib option set, otherwise return updated MATCH_SCORE. */
1956 int match_score,
1965 if (match_score == 0)
1995 return match_score + ok_count * 100;
2016 int match_score = 0; local
2030 match_score = subset_list->match_score (multilib_infos[i].subset_list);
2033 match_score = riscv_check_conds (switches, n_switches, match_score,
    [all...]

Completed in 49 milliseconds