Searched defs:FullHashValue (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | StringMap.h | 236 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/ |
D | StringMap.h | 235 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/ |
D | StringMap.h | 236 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 D | StringMap.cpp | 79 unsigned FullHashValue = HashString(Name); in LookupBucketFor() local 133 unsigned FullHashValue = HashString(Key); in FindKey() local
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | StringMap.cpp | 78 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 D | StringMap.cpp | 83 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 D | StringMap.cpp | 87 unsigned FullHashValue = djbHash(Name, 0); in LookupBucketFor() local 142 unsigned FullHashValue = djbHash(Key, 0); in FindKey() local
|