Searched defs:reverse_sort (Results 1 – 3 of 3) sorted by relevance
1650 struct reverse_sort : public queue_sort { struct1651 SF &SortFunc;1653 reverse_sort(SF &sf) : SortFunc(sf) {} in reverse_sort() argument1655 bool operator()(SUnit* left, SUnit* right) const { in operator ()()
184 static int reverse_sort = 0; /* Sort in downward(alpha or numeric) order. */ variable