Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ADT/
DIndexedMap.h41 IndexedMap() : nullVal_(T()) {} in IndexedMap() function
43 explicit IndexedMap(const T& val) : nullVal_(val) {} in IndexedMap() function
/external/llvm/include/llvm/ADT/
DIndexedMap.h42 IndexedMap() : nullVal_(T()) { } in IndexedMap() function
44 explicit IndexedMap(const T& val) : nullVal_(val) { } in IndexedMap() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIndexedMap.h41 IndexedMap() : nullVal_(T()) {} in IndexedMap() function
43 explicit IndexedMap(const T& val) : nullVal_(val) {} in IndexedMap() function