/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 563 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()
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 562 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()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 563 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()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 563 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()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 563 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()
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 563 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()
|
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 562 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()
|
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 563 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()
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 563 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()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 563 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()
|
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 562 std::unique_ptr<std::unique_ptr<double[]>[]> TreeDist, ForestDist; member in clang::diff::ZhangShashaMatcher 568 TreeDist = llvm::make_unique<std::unique_ptr<double[]>[]>( in ZhangShashaMatcher() 573 TreeDist[I] = llvm::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()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 563 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()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 563 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()
|
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 563 std::unique_ptr<std::unique_ptr<double[]>[]> TreeDist, ForestDist; 569 TreeDist = llvm::make_unique<std::unique_ptr<double[]>[]>( 574 TreeDist[I] = llvm::make_unique<double[]>(size_t(S2.getSize()) + 1); 675 TreeDist[D1][D2] = ForestDist[D1][D2]; 680 ForestDist[DLMD1][DLMD2] + TreeDist[D1][D2]});
|
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 563 std::unique_ptr<std::unique_ptr<double[]>[]> TreeDist, ForestDist; member in clang::diff::ZhangShashaMatcher 569 TreeDist = llvm::make_unique<std::unique_ptr<double[]>[]>( in ZhangShashaMatcher() 574 TreeDist[I] = llvm::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()
|
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 563 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()
|