Home
last modified time | relevance | path

Searched defs:EditDistance (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/AST/
DCommentCommandTraits.cpp64 unsigned EditDistance = Typo.edit_distance(Name, true, BestEditDistance); in getTypoCorrectCommandInfo() local
DCommentSema.cpp996 unsigned EditDistance = Typo.edit_distance(Name, true, MaxEditDistance); in addDecl() local
/external/swiftshader/third_party/LLVM/unittests/ADT/
DStringRefTest.cpp276 TEST(StringRefTest, EditDistance) { in TEST() argument
/external/clang/include/clang/Sema/
DSemaInternal.h229 unsigned EditDistance; member
/external/llvm/unittests/ADT/
DStringRefTest.cpp392 TEST(StringRefTest, EditDistance) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DStringRefTest.cpp517 TEST(StringRefTest, EditDistance) { in TEST() argument
/external/clang/lib/Sema/
DSemaDeclObjC.cpp3560 unsigned EditDistance = Typo.edit_distance(MethodName, true, MaxEditDistance); in HelperSelectorsForTypoCorrection() local
/external/googletest/googletest/test/
Dgtest_unittest.cc3525 TEST(EditDistance, TestSuites) { in TEST() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go12064 func EditDistance(scope *Scope, hypothesis_indices tf.Output, hypothesis_values tf.Output, hypothes… func