Searched refs:RDist (Results 1 – 2 of 2) sorted by relevance
2463 unsigned RDist = closestSucc(right); in BURRSort() local2464 if (LDist != RDist) in BURRSort()2465 return LDist < RDist; in BURRSort()
9423 int RDist = std::abs((int)R->getNumParams() - (int)NumArgs); in operator ()() local9424 if (LDist == RDist) { in operator ()()9433 return LDist < RDist; in operator ()()