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.c209964 typedef struct StrBuffer StrBuffer; typedef
209965 struct StrBuffer { struct
209966 char *z; /* Pointer to buffer containing string */
209967 int n; /* Length of z in bytes (excl. nul-term) */
209968 int nAlloc; /* Allocated size of buffer z in bytes */