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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DDJB.cpp60 static Optional<uint32_t> fastCaseFoldingDjbHash(StringRef Buffer, uint32_t H) { function
72 if (Optional<uint32_t> Result = fastCaseFoldingDjbHash(Buffer, H))

Completed in 75 milliseconds