Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h836 auto InitBuckets = BaseT::getMinBucketToReserveForEntries(InitNumEntries); in init() local
837 if (allocateBuckets(InitBuckets)) { in init()
1077 void init(unsigned InitBuckets) { in init() argument
1079 if (InitBuckets > InlineBuckets) { in init()
1081 new (getLargeRep()) LargeRep(allocateBuckets(InitBuckets)); in init()
/freebsd/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()