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.h918 auto InitBuckets = BaseT::getMinBucketToReserveForEntries(InitNumEntries); in init() local
919 if (allocateBuckets(InitBuckets)) { in init()
1085 void init(unsigned InitBuckets) { in init() argument
1087 if (InitBuckets > InlineBuckets) { in init()
1089 new (getLargeRep()) LargeRep(allocateBuckets(InitBuckets)); in init()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h647 auto InitBuckets = BaseT::getMinBucketToReserveForEntries(InitNumEntries); in init() local
648 if (allocateBuckets(InitBuckets)) { in init()