Searched refs:DeletionCost (Results 1 – 1 of 1) sorted by relevance
642 static constexpr double DeletionCost = 1; member in clang::diff::ZhangShashaMatcher664 ForestDist[D1][LMD2] = ForestDist[D1 - 1][LMD2] + DeletionCost; in computeForestDist()672 std::min({ForestDist[D1 - 1][D2] + DeletionCost, in computeForestDist()678 std::min({ForestDist[D1 - 1][D2] + DeletionCost, in computeForestDist()