Searched defs:CstSortPredicate (Results 1 – 3 of 3) sorted by relevance
193 struct CstSortPredicate { struct194 ValueEnumerator &VE;195 explicit CstSortPredicate(ValueEnumerator &ve) : VE(ve) {} in CstSortPredicate() function196 bool operator()(const std::pair<const Value*, unsigned> &LHS, in operator ()()