Home | History | Annotate | Download | only in compiler

Lines Matching refs:sort

539   // Sort by reverse length.
541 std::sort(reverse_sorted_strings.rbegin(), reverse_sorted_strings.rend(), comparator);