Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4846 SmallString<42> StrBuffer; // 2 "", 36 bytes UUID, 2 optional {}, 1 nul in ParseMicrosoftUuidAttributeArgs() local
H A DParseDecl.cpp920 SmallString<8> StrBuffer; in ParseMicrosoftDeclSpecs() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp3236 SmallString<32> StrBuffer{}; in FixVarInitializerWithSpan() local
/freebsd/contrib/sqlite3/
H A Dsqlite3.c210282 typedef struct StrBuffer StrBuffer; typedef
210283 struct StrBuffer { struct
210284 char *z; /* Pointer to buffer containing string */
210285 int n; /* Length of z in bytes (excl. nul-term) */
210286 int nAlloc; /* Allocated size of buffer z in bytes */