Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaLookup.cpp3490 unsigned MinED = abs((int)Name.size() - (int)Typo.size()); in addName() local
3491 if (MinED && Typo.size() / MinED < 3) in addName()