Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1994 SmallString<32> StrBuffer{}; in FixVarInitializerWithSpan() local
2000 StrBuffer.append(", "); in FixVarInitializerWithSpan()
2001 StrBuffer.append(ExtentText); in FixVarInitializerWithSpan()
2002 StrBuffer.append("}"); in FixVarInitializerWithSpan()
2003 FixIts.push_back(FixItHint::CreateInsertion(*LocPassInit, StrBuffer.str())); in FixVarInitializerWithSpan()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4771 SmallString<42> StrBuffer; // 2 "", 36 bytes UUID, 2 optional {}, 1 nul in ParseMicrosoftUuidAttributeArgs() local
4772 StrBuffer += "\""; in ParseMicrosoftUuidAttributeArgs()
4796 StrBuffer += TokSpelling; in ParseMicrosoftUuidAttributeArgs()
4799 StrBuffer += "\""; in ParseMicrosoftUuidAttributeArgs()
4814 Toks[0].setLiteralData(StrBuffer.data()); in ParseMicrosoftUuidAttributeArgs()
4815 Toks[0].setLength(StrBuffer.size()); in ParseMicrosoftUuidAttributeArgs()
H A DParseDecl.cpp880 SmallString<8> StrBuffer; in ParseMicrosoftDeclSpecs() local
882 StringRef Str = PP.getSpelling(Tok, StrBuffer, &Invalid); in ParseMicrosoftDeclSpecs()
/freebsd-14.2/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 */