Searched defs:reverse_sort (Results 1 – 1 of 1) sorted by relevance
1663 struct reverse_sort : public queue_sort { struct1664 SF &SortFunc;1666 reverse_sort(SF &sf) : SortFunc(sf) {} in reverse_sort() function1668 bool operator()(SUnit* left, SUnit* right) const { in operator ()()