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

/macosx-10.9.5/llvmCore-3425.0.33/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 89 milliseconds