Home
last modified time | relevance | path

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

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