Searched defs:IndexedMap (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIndexedMap.h29 class IndexedMap { class in namespace:llvm
41 IndexedMap() : nullVal_(T()) {} function in class:llvm::IndexedMap
43 explicit IndexedMap(const T& val) : nullVal_(val) {} function in class:llvm::IndexedMap

Completed in 162 milliseconds