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

  /src/external/gpl3/gcc/dist/gcc/
genattrtab.cc 4046 struct attr_value *av, *common_av; local
4051 common_av = find_most_used (attr);
4123 if (av != common_av)
4126 write_attr_case (outf, attr, common_av, 0, "return", ";", 4, true_rtx);
4510 struct attr_value *av, *common_av; local
4547 common_av = find_most_used (attr);
4555 if (av != common_av)
4558 write_attr_case (outf, attr, common_av, 0, "slot +=", str, 4, true_rtx);
4574 common_av = find_most_used (attr);
4577 if (av != common_av)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genattrtab.cc 4046 struct attr_value *av, *common_av; local
4051 common_av = find_most_used (attr);
4123 if (av != common_av)
4126 write_attr_case (outf, attr, common_av, 0, "return", ";", 4, true_rtx);
4510 struct attr_value *av, *common_av; local
4547 common_av = find_most_used (attr);
4555 if (av != common_av)
4558 write_attr_case (outf, attr, common_av, 0, "slot +=", str, 4, true_rtx);
4574 common_av = find_most_used (attr);
4577 if (av != common_av)
    [all...]

Completed in 100 milliseconds