Home
last modified time | relevance | path

Searched defs:Log2InitSize (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h419 : FoldingSetImpl(Log2InitSize) in FoldingSetImpl() argument
495 : FoldingSetImpl(Log2InitSize), Context(Context) in FoldingSetImpl() argument
586 : Set(Log2InitSize) { in Set() argument
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DFoldingSet.cpp225 FoldingSetImpl::FoldingSetImpl(unsigned Log2InitSize) { in FoldingSetImpl()