Searched refs:StrBuffer (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | StringMap.h | 173 char *StrBuffer = const_cast<char*>(NewItem->getKeyData()); in Create() local 175 memcpy(StrBuffer, Key.data(), KeyLength); in Create() 176 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients. in Create()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 4163 SmallString<42> StrBuffer; // 2 "", 36 bytes UUID, 2 optional {}, 1 nul in ParseMicrosoftUuidAttributeArgs() local 4164 StrBuffer += "\""; in ParseMicrosoftUuidAttributeArgs() 4188 StrBuffer += TokSpelling; in ParseMicrosoftUuidAttributeArgs() 4191 StrBuffer += "\""; in ParseMicrosoftUuidAttributeArgs() 4206 Toks[0].setLiteralData(StrBuffer.data()); in ParseMicrosoftUuidAttributeArgs() 4207 Toks[0].setLength(StrBuffer.size()); in ParseMicrosoftUuidAttributeArgs()
|
| H A D | ParseDecl.cpp | 623 SmallString<8> StrBuffer; in ParseMicrosoftDeclSpecs() local 625 StringRef Str = PP.getSpelling(Tok, StrBuffer, &Invalid); in ParseMicrosoftDeclSpecs()
|
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 125630 typedef struct StrBuffer StrBuffer; 125631 struct StrBuffer { 126011 StrBuffer *pStr, /* Buffer to append to */ 126134 StrBuffer *pOut /* Write output here */ 126715 StrBuffer res = {0, 0, 0}; 126861 StrBuffer res = {0, 0, 0}; /* Result string */
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 182138 typedef struct StrBuffer StrBuffer; 182139 struct StrBuffer { 182622 StrBuffer *pStr, /* Buffer to append to */ 182747 StrBuffer *pOut /* Write output here */ 183468 StrBuffer res = {0, 0, 0}; 183617 StrBuffer res = {0, 0, 0}; /* Result string */
|