Home
last modified time | relevance | path

Searched refs:StrBuffer (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2275 SmallString<32> StrBuffer{}; in FixVarInitializerWithSpan() local
2281 StrBuffer.append(", "); in FixVarInitializerWithSpan()
2282 StrBuffer.append(ExtentText); in FixVarInitializerWithSpan()
2283 StrBuffer.append("}"); in FixVarInitializerWithSpan()
2284 FixIts.push_back(FixItHint::CreateInsertion(*LocPassInit, StrBuffer.str())); in FixVarInitializerWithSpan()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp5041 SmallString<42> StrBuffer; // 2 "", 36 bytes UUID, 2 optional {}, 1 nul in ParseMicrosoftUuidAttributeArgs() local
5042 StrBuffer += "\""; in ParseMicrosoftUuidAttributeArgs()
5066 StrBuffer += TokSpelling; in ParseMicrosoftUuidAttributeArgs()
5069 StrBuffer += "\""; in ParseMicrosoftUuidAttributeArgs()
5084 Toks[0].setLiteralData(StrBuffer.data()); in ParseMicrosoftUuidAttributeArgs()
5085 Toks[0].setLength(StrBuffer.size()); in ParseMicrosoftUuidAttributeArgs()
H A DParseDecl.cpp966 SmallString<8> StrBuffer; in ParseMicrosoftDeclSpecs() local
968 StringRef Str = PP.getSpelling(Tok, StrBuffer, &Invalid); in ParseMicrosoftDeclSpecs()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c202428 typedef struct StrBuffer StrBuffer;
202429 struct StrBuffer {
202912 StrBuffer *pStr, /* Buffer to append to */
203037 StrBuffer *pOut /* Write output here */
203759 StrBuffer res = {0, 0, 0};
203908 StrBuffer res = {0, 0, 0}; /* Result string */