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

/external/llvm/include/llvm/ADT/
H A DIndexedMap.h1 //===- llvm/ADT/IndexedMap.h - An index map implementation ------*- C++ -*-===//
31 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 463 milliseconds