Searched defs:reverse_sort (Results 1 – 4 of 4) 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 ()()
1664 struct reverse_sort : public queue_sort { struct1665 SF &SortFunc;1667 reverse_sort(SF &sf) : SortFunc(sf) {} in reverse_sort() argument1669 bool operator()(SUnit* left, SUnit* right) const { in operator ()()
1545 struct reverse_sort : public queue_sort { struct1546 SF &SortFunc;1547 reverse_sort(SF &sf) : SortFunc(sf) {} in reverse_sort() function1549 bool operator()(SUnit* left, SUnit* right) const { in operator ()()
179 static bool reverse_sort; variable