HomeSort by relevance Sort by last modified time
    Searched refs:GrowHashTable (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
FoldingSet.cpp 246 /// GrowHashTable - Double the size of the hash table and rehash everything.
248 void FoldingSetImpl::GrowHashTable() {
311 GrowHashTable();
  /external/llvm/include/llvm/ADT/
FoldingSet.h 185 /// GrowHashTable - Double the size of the hash table and rehash everything.
187 void GrowHashTable();

Completed in 32 milliseconds