Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp563 std::unique_ptr<std::unique_ptr<double[]>[]> TreeDist, ForestDist; member in clang::diff::ZhangShashaMatcher
569 TreeDist = std::make_unique<std::unique_ptr<double[]>[]>( in ZhangShashaMatcher()
574 TreeDist[I] = std::make_unique<double[]>(size_t(S2.getSize()) + 1); in ZhangShashaMatcher()
675 TreeDist[D1][D2] = ForestDist[D1][D2]; in computeForestDist()
680 ForestDist[DLMD1][DLMD2] + TreeDist[D1][D2]}); in computeForestDist()