Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDJB.cpp61 bool AllASCII = true; in fastCaseFoldingDjbHash() local
64 AllASCII &= C <= 0x7f; in fastCaseFoldingDjbHash()
66 if (AllASCII) in fastCaseFoldingDjbHash()