Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDJB.cpp62 bool AllASCII = true; in fastCaseFoldingDjbHash() local
65 AllASCII &= C <= 0x7f; in fastCaseFoldingDjbHash()
67 if (AllASCII) in fastCaseFoldingDjbHash()