Searched refs:strBuffer (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMapEntry.h108 char *strBuffer = const_cast<char *>(newItem->getKeyData()); local
110 memcpy(strBuffer, key.data(), keyLength);
111 strBuffer[keyLength] = 0; // Null terminate for convenience of clients.

Completed in 156 milliseconds