Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDJB.cpp60 static std::optional<uint32_t> fastCaseFoldingDjbHash(StringRef Buffer, in fastCaseFoldingDjbHash() function
73 if (std::optional<uint32_t> Result = fastCaseFoldingDjbHash(Buffer, H)) in caseFoldingDjbHash()