Searched defs:CstSortPredicate (Results 1 – 1 of 1) sorted by relevance
135 struct CstSortPredicate { struct136 ValueEnumerator &VE;137 explicit CstSortPredicate(ValueEnumerator &ve) : VE(ve) {} in CstSortPredicate() function138 bool operator()(const std::pair<const Value*, unsigned> &LHS, in operator ()()