Searched refs:RDist (Results 1 – 2 of 2) sorted by relevance
2472 unsigned RDist = closestSucc(right); in BURRSort() local2473 if (LDist != RDist) in BURRSort()2474 return LDist < RDist; in BURRSort()
9743 int RDist = std::abs((int)R->getNumParams() - (int)NumArgs); in operator ()() local9744 if (LDist == RDist) { in operator ()()9753 return LDist < RDist; in operator ()()