Searched refs:KeyStr (Results 1 – 3 of 3) sorted by relevance
357 StringRef KeyStr = SN->getValue(StringStorage); in createHNodes() local360 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()362 return llvm::make_unique<ScalarHNode>(N, KeyStr); in createHNodes()389 StringRef KeyStr = Key->getValue(StringStorage); in createHNodes() local392 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()397 mapHNode->Mapping[KeyStr] = std::move(ValueHNode); in createHNodes()
332 StringRef KeyStr = SN->getValue(StringStorage); in createHNodes() local335 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()337 return llvm::make_unique<ScalarHNode>(N, KeyStr); in createHNodes()360 StringRef KeyStr = KeyScalar->getValue(StringStorage); in createHNodes() local363 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()368 mapHNode->Mapping[KeyStr] = std::move(ValueHNode); in createHNodes()
401 class KeyStr(str): class551 key = KeyStr(i)563 h.get(KeyStr(i)) # really trigger __eq__575 self.assertEqual(h.get(KeyStr(key), 'not found'), key)580 key = KeyStr(i)590 h.delete(KeyStr(i))