Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIndexedMap.h42 IndexedMap() : nullVal_(T()) {} IndexedMap() function
44 explicit IndexedMap(const T& val) : nullVal_(val) {} IndexedMap() function