Searched refs:AllowReplacements (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | edit_distance.h | 44 bool AllowReplacements = true, 80 if (AllowReplacements) {
|
D | StringRef.h | 223 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | edit_distance.h | 44 bool AllowReplacements = true, 80 if (AllowReplacements) {
|
D | StringRef.h | 220 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
|
/external/llvm/include/llvm/ADT/ |
D | edit_distance.h | 44 bool AllowReplacements = true, 80 if (AllowReplacements) {
|
D | StringRef.h | 200 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
|
/external/llvm/lib/Support/ |
D | StringRef.cpp | 105 bool AllowReplacements, in edit_distance() argument 110 AllowReplacements, MaxEditDistance); in edit_distance()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | StringRef.cpp | 110 bool AllowReplacements, in edit_distance() argument 115 AllowReplacements, MaxEditDistance); in edit_distance()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | StringRef.cpp | 96 bool AllowReplacements, in edit_distance() argument 101 AllowReplacements, MaxEditDistance); in edit_distance()
|