Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseSet.h57 MapTy TheMap; variable
67 explicit DenseSetImpl(unsigned InitialReserve = 0) : TheMap(InitialReserve) {} in TheMap() function