Home
last modified time | relevance | path

Searched refs:TreeDist (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp562 std::unique_ptr<std::unique_ptr<double[]>[]> TreeDist, ForestDist; member in clang::diff::ZhangShashaMatcher
568 TreeDist = std::make_unique<std::unique_ptr<double[]>[]>( in ZhangShashaMatcher()
573 TreeDist[I] = std::make_unique<double[]>(size_t(S2.getSize()) + 1); in ZhangShashaMatcher()
674 TreeDist[D1][D2] = ForestDist[D1][D2]; in computeForestDist()
679 ForestDist[DLMD1][DLMD2] + TreeDist[D1][D2]}); in computeForestDist()