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

/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DIndexedMap.h31 class IndexedMap { class in namespace:llvm
39 IndexedMap() : nullVal_(T()) { } function in class:llvm::IndexedMap
41 explicit IndexedMap(const T& val) : nullVal_(val) { } function in class:llvm::IndexedMap

Completed in 41 milliseconds