Home | History | Annotate | Download | only in ADT

Lines Matching refs:StringMap

1 //===- llvm/unittest/ADT/StringMapMap.cpp - StringMap unit tests ----------===//
11 #include "llvm/ADT/StringMap.h"
20 StringMap<uint32_t> testMap;
53 StringMap<uint32_t>::iterator it = testMap.begin();
83 const StringMap<uint32_t>& constTestMap = testMap;
138 // StringMap has a tricky corner case when the map is small (<8 buckets) and
141 llvm::StringMap<int> Map(2);
172 for (StringMap<uint32_t>::iterator it = testMap.begin();
205 StringMap<uint32_t>::value_type* entry =
206 StringMap<uint32_t>::value_type::Create(
217 StringMap<uint32_t>::value_type::Create(