Searched refs:StringStorage (Results 1 – 6 of 6) sorted by relevance
153 union StringStorage { union in __anon334e0c3e0111::StringAtomSet154 StringStorage() {} in StringStorage() function155 ~StringStorage() {} in ~StringStorage()172 StringStorage items_[kStringsPerSlab];
372 SmallString<128> StringStorage; in createHNodes() local374 StringRef KeyStr = SN->getValue(StringStorage); in createHNodes()375 if (!StringStorage.empty()) { in createHNodes()377 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()405 StringStorage.clear(); in createHNodes()406 StringRef KeyStr = Key->getValue(StringStorage); in createHNodes()407 if (!StringStorage.empty()) { in createHNodes()409 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()
570 struct StringStorage { struct578 StringStorage storage_; argument
616 struct StringStorage { struct624 StringStorage storage_; argument