HomeSort by: relevance | last modified time | path
    Searched refs:GrowHashTable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
FoldingSet.cpp 308 /// GrowHashTable - Double the size of the hash table and rehash everything.
310 void FoldingSetBase::GrowHashTable(const FoldingSetInfo &Info) {
356 GrowHashTable(Info);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
FoldingSet.h 186 /// GrowHashTable - Double the size of the hash table and rehash everything.
187 void GrowHashTable(const FoldingSetInfo &Info);

Completed in 28 milliseconds