Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DStringMap.h236 iterator find(StringRef Key, uint32_t FullHashValue) { in find()
245 const_iterator find(StringRef Key, uint32_t FullHashValue) const { in find()
333 uint32_t FullHashValue) { in insert()
373 uint32_t FullHashValue, in try_emplace_with_hash()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DStringMap.h236 iterator find(StringRef Key, uint32_t FullHashValue) { in find()
245 const_iterator find(StringRef Key, uint32_t FullHashValue) const { in find()
333 uint32_t FullHashValue) { in insert()
373 uint32_t FullHashValue, in try_emplace_with_hash()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DStringMap.cpp79 unsigned FullHashValue = HashString(Name); in LookupBucketFor() local
133 unsigned FullHashValue = HashString(Key); in FindKey() local
/aosp_15_r20/external/llvm/lib/Support/
H A DStringMap.cpp78 unsigned FullHashValue = HashString(Name); in LookupBucketFor() local
133 unsigned FullHashValue = HashString(Key); in FindKey() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DStringMap.cpp83 unsigned FullHashValue = djbHash(Name, 0); in LookupBucketFor() local
137 unsigned FullHashValue = djbHash(Key, 0); in FindKey() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DStringMap.cpp87 unsigned FullHashValue = djbHash(Name, 0); in LookupBucketFor() local
142 unsigned FullHashValue = djbHash(Key, 0); in FindKey() local