Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DIndexedMap.h41 IndexedMap() : nullVal_(T()) {} in IndexedMap() function
43 explicit IndexedMap(const T& val) : nullVal_(val) {} in IndexedMap() function