Home
last modified time | relevance | path

Searched defs:FullHashValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h235 iterator find(StringRef Key, uint32_t FullHashValue) { in find()
244 const_iterator find(StringRef Key, uint32_t FullHashValue) const { in find()
334 uint32_t FullHashValue) { in insert()
374 uint32_t FullHashValue, in try_emplace_with_hash()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStringMap.cpp87 uint32_t FullHashValue) { in LookupBucketFor()