OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrowBucketCount
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
FoldingSet.cpp
272
void FoldingSetBase::
GrowBucketCount
(unsigned NewBucketCount,
275
"Can't shrink a folding set with
GrowBucketCount
");
311
GrowBucketCount
(NumBuckets * 2, Info);
320
GrowBucketCount
(PowerOf2Floor(EltCount), Info);
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
FoldingSet.h
189
///
GrowBucketCount
- resize the hash table and rehash everything.
192
void
GrowBucketCount
(unsigned NewBucketCount, const FoldingSetInfo &Info);
Completed in 31 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026