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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h195 char *StrBuffer = const_cast<char*>(NewItem->getKeyData()); local
197 memcpy(StrBuffer, Key.data(), KeyLength);
198 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4295 SmallString<42> StrBuffer; // 2 "", 36 bytes UUID, 2 optional {}, 1 nul local
4296 StrBuffer += "\"";
4320 StrBuffer += TokSpelling;
4323 StrBuffer += "\"";
4333 // ok that the Token points to StrBuffer.
4338 Toks[0].setLiteralData(StrBuffer.data());
4339 Toks[0].setLength(StrBuffer.size());
H A DParseDecl.cpp697 SmallString<8> StrBuffer; local
699 StringRef Str = PP.getSpelling(Tok, StrBuffer, &Invalid);
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c125630 typedef struct StrBuffer StrBuffer; typedef in typeref:struct:StrBuffer
125631 struct StrBuffer { struct
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c186141 typedef struct StrBuffer StrBuffer; typedef in typeref:struct:StrBuffer
186142 struct StrBuffer { struct
[all...]

Completed in 898 milliseconds