Home
last modified time | relevance | path

Searched refs:HdrGenState (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dhdrgen.h18 struct HdrGenState struct
28 HdrGenState() { memset(this, 0, sizeof(HdrGenState)); } in HdrGenState() argument
31 void toCBuffer(Statement *s, OutBuffer *buf, HdrGenState *hgs);
32 void toCBuffer(Type *t, OutBuffer *buf, Identifier *ident, HdrGenState *hgs);
33 void toCBuffer(Dsymbol *s, OutBuffer *buf, HdrGenState *hgs);
34 void toCBuffer(Initializer *iz, OutBuffer *buf, HdrGenState *hgs);
35 void toCBuffer(Expression *e, OutBuffer *buf, HdrGenState *hgs);
36 void toCBuffer(TemplateParameter *tp, OutBuffer *buf, HdrGenState *hgs);
40 void functionToBufferFull(TypeFunction *tf, OutBuffer *buf, Identifier *ident, HdrGenState* hgs, Te…
H A Dhdrgen.c55 HdrGenState hgs; in genhdrfile()
76 HdrGenState hgs; in moduleToBuffer()
85 HdrGenState *hgs;
89 PrettyPrintVisitor(OutBuffer *buf, HdrGenState *hgs) in PrettyPrintVisitor()
3205 void toCBuffer(Statement *s, OutBuffer *buf, HdrGenState *hgs) in toCBuffer()
3211 void toCBuffer(Type *t, OutBuffer *buf, Identifier *ident, HdrGenState *hgs) in toCBuffer()
3217 void toCBuffer(Dsymbol *s, OutBuffer *buf, HdrGenState *hgs) in toCBuffer()
3226 HdrGenState hgs; in toCBufferInstance()
3232 void toCBuffer(Initializer *iz, OutBuffer *buf, HdrGenState *hgs) in toCBuffer()
3410 HdrGenState* hgs, TemplateDeclaration *td) in functionToBufferFull()
[all …]
H A Dinit.c54 HdrGenState hgs; in toChars()
H A Ddoc.c1002 HdrGenState hgs; in toDocBuffer()
1046 HdrGenState hgs; in toDocBuffer()
1243 HdrGenState hgs; in toDocBuffer()
1259 HdrGenState hgs; in toDocBuffer()
1653 HdrGenState hgs; in write()
H A Dstatement.c120 HdrGenState hgs; in toChars()
H A Dmtype.c1483 HdrGenState hgs; in toChars()
1494 HdrGenState hgs; in toPrettyChars()
H A Dexpression.c2054 HdrGenState hgs; in toChars()
H A Ddtemplate.c2740 HdrGenState hgs; in toChars()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dhdrgen.d57 struct HdrGenState struct
80 HdrGenState hgs; in genhdrfile() argument
94 HdrGenState hgs; in moduleToBuffer()
99 void moduleToBuffer2(Module m, OutBuffer* buf, HdrGenState* hgs) in moduleToBuffer2()
133 private void statementToBuffer(Statement s, OutBuffer* buf, HdrGenState* hgs) in statementToBuffer()
144 HdrGenState* hgs;
146 extern (D) this(OutBuffer* buf, HdrGenState* hgs) in this()
794 private void dsymbolToBuffer(Dsymbol s, OutBuffer* buf, HdrGenState* hgs) in dsymbolToBuffer()
805 HdrGenState* hgs;
807 extern (D) this(OutBuffer* buf, HdrGenState* hgs) in this()
[all …]
H A Dinit.d62 HdrGenState hgs; in toChars()
H A Ddoc.d223 HdrGenState hgs; in write()
1242 HdrGenState hgs; in toDocBuffer()
1291 HdrGenState hgs; in toDocBuffer()
1303 HdrGenState hgs; in toDocBuffer()
1502 HdrGenState hgs; in toDocBuffer()
1517 HdrGenState hgs; in toDocBuffer()
5175 HdrGenState hgs; in highlightCode()
H A Dstatement.d118 HdrGenState hgs; in toChars()
H A Dmtype.d768 HdrGenState hgs; in toChars()
780 HdrGenState hgs;
H A Dstatementsem.d4639 HdrGenState hgs; in flatten()
H A Ddsymbolsem.d3784 HdrGenState hgs; in funcDeclarationSemantic()
H A Dexpression.d760 HdrGenState hgs; in toChars()
H A Ddtemplate.d747 HdrGenState hgs; in toCharsMaybeConstraints()