Searched defs:MinED (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/Sema/ | ||
H A D | SemaLookup.cpp | 3486 unsigned MinED = abs((int)Name.size() - (int)TypoStr.size()); local 3487 if (MinED && TypoStr.size() / MinED < 3) |
Completed in 55 milliseconds