| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | hdrgen.h | 18 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 D | hdrgen.c | 55 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 D | init.c | 54 HdrGenState hgs; in toChars()
|
| H A D | doc.c | 1002 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 D | statement.c | 120 HdrGenState hgs; in toChars()
|
| H A D | mtype.c | 1483 HdrGenState hgs; in toChars() 1494 HdrGenState hgs; in toPrettyChars()
|
| H A D | expression.c | 2054 HdrGenState hgs; in toChars()
|
| H A D | dtemplate.c | 2740 HdrGenState hgs; in toChars()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | hdrgen.d | 57 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 D | init.d | 62 HdrGenState hgs; in toChars()
|
| H A D | doc.d | 223 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 D | statement.d | 118 HdrGenState hgs; in toChars()
|
| H A D | mtype.d | 768 HdrGenState hgs; in toChars() 780 HdrGenState hgs;
|
| H A D | statementsem.d | 4639 HdrGenState hgs; in flatten()
|
| H A D | dsymbolsem.d | 3784 HdrGenState hgs; in funcDeclarationSemantic()
|
| H A D | expression.d | 760 HdrGenState hgs; in toChars()
|
| H A D | dtemplate.d | 747 HdrGenState hgs; in toCharsMaybeConstraints()
|