Searched defs:IndexedMap (Results 1 - 2 of 2) 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
42 IndexedMap() : nullVal_(T()) { } function in class:llvm::IndexedMap
44 explicit IndexedMap(const T& val) : nullVal_(val) { } function in class:llvm::IndexedMap
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DIndexedMap.h1 //===- llvm/ADT/IndexedMap.h - An index map implementation ------*- C++ -*-===//
36 class IndexedMap { class in namespace:llvm
44 IndexedMap() : nullVal_(T()) { } function in class:llvm::IndexedMap
46 explicit IndexedMap(const T& val) : nullVal_(val) { } function in class:llvm::IndexedMap

Completed in 204 milliseconds