Home
last modified time | relevance | path

Searched refs:InitBuckets (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DDenseMap.h795 auto InitBuckets = BaseT::getMinBucketToReserveForEntries(InitNumEntries); in init() local
796 if (allocateBuckets(InitBuckets)) { in init()
1036 void init(unsigned InitBuckets) { in init() argument
1038 if (InitBuckets > InlineBuckets) { in init()
1040 new (getLargeRep()) LargeRep(allocateBuckets(InitBuckets)); in init()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h635 auto InitBuckets = BaseT::getMinBucketToReserveForEntries(InitNumEntries); in init() local
636 if (allocateBuckets(InitBuckets)) { in init()