Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DFoldingSet.h402 explicit FoldingSetImpl(unsigned Log2InitSize) in FoldingSetImpl()
500 explicit FoldingSet(unsigned Log2InitSize = 6) : Super(Log2InitSize) {} in Super() argument
547 : Super(Log2InitSize), Context(Context) {} in Super() argument
563 explicit FoldingSetVector(unsigned Log2InitSize = 6) : Set(Log2InitSize) {} in Set() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFoldingSet.cpp228 FoldingSetBase::FoldingSetBase(unsigned Log2InitSize) { in FoldingSetBase()