Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h820 auto InitBuckets = BaseT::getMinBucketToReserveForEntries(InitNumEntries); in init() local
821 if (allocateBuckets(InitBuckets)) { in init()
1061 void init(unsigned InitBuckets) { in init() argument
1063 if (InitBuckets > InlineBuckets) { in init()
1065 new (getLargeRep()) LargeRep(allocateBuckets(InitBuckets)); in init()
/freebsd-14.2/contrib/llvm-project/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()