Searched refs:LookupBucketFor (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_dense_map.h | 125 if (LookupBucketFor(Key, TheBucket)) in try_emplace() 141 if (LookupBucketFor(Key, TheBucket)) in try_emplace() 159 if (LookupBucketFor(Val, TheBucket)) in insert_as() 192 if (LookupBucketFor(Key, TheBucket)) in FindAndConstruct() 202 if (LookupBucketFor(Key, TheBucket)) in FindAndConstruct() 282 bool FoundVal = LookupBucketFor(B->getFirst(), DestBucket); in moveFromOldBuckets() 414 LookupBucketFor(Lookup, TheBucket); in InsertIntoBucketImpl() 419 LookupBucketFor(Lookup, TheBucket); in InsertIntoBucketImpl() 469 bool LookupBucketFor(const LookupKeyT &Val, in LookupBucketFor() function 519 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() function [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringMap.h | 65 unsigned LookupBucketFor(StringRef Key) { in LookupBucketFor() function 66 return LookupBucketFor(Key, hash(Key)); in LookupBucketFor() 70 LLVM_ABI unsigned LookupBucketFor(StringRef Key, uint32_t FullHashValue); 310 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert() 377 unsigned BucketNo = LookupBucketFor(Key, FullHashValue); in try_emplace_with_hash()
|
| H A D | DenseMap.h | 258 if (LookupBucketFor(Key, TheBucket)) in try_emplace() 283 if (LookupBucketFor(Key, TheBucket)) in try_emplace() 310 if (LookupBucketFor(Val, TheBucket)) in insert_as() 393 if (LookupBucketFor(Key, TheBucket)) 401 if (LookupBucketFor(Key, TheBucket)) 468 bool FoundVal = LookupBucketFor(B->getFirst(), DestBucket); in moveFromOldBuckets() 628 LookupBucketFor(Lookup, TheBucket); in InsertIntoBucketImpl() 634 LookupBucketFor(Lookup, TheBucket); in InsertIntoBucketImpl() 683 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | StringMap.cpp | 86 unsigned StringMapImpl::LookupBucketFor(StringRef Name, in LookupBucketFor() function in StringMapImpl
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 1403 … char const*>>, llvm::DenseMapInfo<clang::driver::DerivedArgList*>>::LookupBucketFor(std::pair<cla… 3715 …enseMapInfo<(anonymous namespace)::FinalOverriders::OverriderInfo>>::LookupBucketFor(std::pair<cla… 3732 …nst*, clang::CXXRecordDecl const*>>, llvm::DenseMapInfo<long long>>::LookupBucketFor(std::pair<cla… 3733 …::CodeGen::BaseSubobject>>, llvm::DenseMapInfo<unsigned long long>>::LookupBucketFor(std::pair<cla… 3783 …ecl const*, unsigned int>>, llvm::DenseMapInfo<unsigned long long>>::LookupBucketFor(std::pair<cla… 5778 …ng::Type>, clang::CanQual<clang::Type>>>, llvm::DenseMapInfo<char>>::LookupBucketFor(std::pair<cla… 7339 …aryKey>, llvm::DenseMapInfo<(anonymous namespace)::RetainSummary*>>::LookupBucketFor((anonymous na… 8469 …mPoint>, llvm::DenseMapInfo<clang::StmtDeclBitVector_Types::ValTy>>::LookupBucketFor(clang::Progra… 9265 …o<std::pair<clang::Decl*, clang::Decl*>>, llvm::DenseMapInfo<char>>::LookupBucketFor(std::pair<cla… 12169 …nfo>>>, llvm::DenseMapInfo<llvm::InlineCostAnalyzer::FunctionInfo>>::LookupBucketFor(llvm::ValueMa… [all …]
|