Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h438 FoldingSetImpl(unsigned Log2InitSize) FoldingSetImpl() argument
558 Super(Log2InitSize) Super() argument
621 Super(Log2InitSize) Super() argument
637 Set(Log2InitSize) Set() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp183 FoldingSetBase::FoldingSetBase(unsigned Log2InitSize) { in FoldingSetBase()