Searched defs:reverse_sort (Results 1 – 4 of 4) sorted by relevance
109 bool reverse_sort; member132 sort(symbol_collection & syms, bool reverse_sort, bool lf) const in sort()149 sort(diff_collection & syms, bool reverse_sort, bool lf) const in sort()
48 bool reverse_sort; variable
1539 struct reverse_sort : public queue_sort { struct1540 SF &SortFunc;1541 reverse_sort(SF &sf) : SortFunc(sf) {} in reverse_sort() function1542 reverse_sort(const reverse_sort &RHS) : SortFunc(RHS.SortFunc) {} in reverse_sort() function1544 bool operator()(SUnit* left, SUnit* right) const { in operator ()()
176 static bool reverse_sort; variable