Home
last modified time | relevance | path

Searched defs:OutBuffer (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Doutbuffer.d39 struct OutBuffer struct
45 private ubyte[] data;
46 private size_t offset;
47 private bool notlinehead;
52 bool doindent;
54 bool spaces;
56 int level;
64 this(size_t initialSize) nothrow in this()
76 @trusted this(const(char)* filename) in this()
89 extern (C++) void dtor() pure nothrow @trusted in dtor()
[all …]
H A Doutbuffer.h18 struct OutBuffer struct
31 OutBuffer() in OutBuffer() argument
41 ~OutBuffer() in ~OutBuffer() argument
63 void write(const OutBuffer *buf); argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Doutbuffer.h17 struct OutBuffer struct
29 OutBuffer() in OutBuffer() argument
39 ~OutBuffer() in ~OutBuffer() argument
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dasloptions.c962 AslMergeOptionTokens(char * InBuffer,char * OutBuffer) AslMergeOptionTokens() argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddoc.c1747 void MacroSection::write(Loc, DocComment *dc, Scope *, Dsymbols *, OutBuffer *) in write() argument