/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | hdrgen.d | 80 HdrGenState hgs; in genhdrfile() local 94 HdrGenState hgs; in moduleToBuffer() local 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; variable 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; variable 807 extern (D) this(OutBuffer* buf, HdrGenState* hgs) in this() 1814 private void expressionPrettyPrint(Expression e, OutBuffer* buf, HdrGenState* hgs) in expressionPrettyPrint() [all …]
|
H A D | doc.d | 223 HdrGenState hgs; in write() local 1242 HdrGenState hgs; in toDocBuffer() local 1291 HdrGenState hgs; in toDocBuffer() local 1303 HdrGenState hgs; in toDocBuffer() local 1502 HdrGenState hgs; in toDocBuffer() local 1517 HdrGenState hgs; in toDocBuffer() local 5175 HdrGenState hgs; in highlightCode() local
|
H A D | init.d | 62 HdrGenState hgs; in toChars() local
|
H A D | statementsem.d | 4639 HdrGenState hgs; in flatten() local
|
H A D | mtype.d | 768 HdrGenState hgs; in toChars() local 780 HdrGenState hgs; variable
|
H A D | statement.d | 118 HdrGenState hgs; in toChars() local
|
H A D | dsymbolsem.d | 3784 HdrGenState hgs; in funcDeclarationSemantic() local
|
H A D | dtemplate.d | 747 HdrGenState hgs; in toCharsMaybeConstraints() local
|
H A D | expression.d | 760 HdrGenState hgs; in toChars() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | hdrgen.c | 55 HdrGenState hgs; in genhdrfile() local 76 HdrGenState hgs; in moduleToBuffer() local 85 HdrGenState *hgs; variable 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() local 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() local
|
H A D | doc.c | 1002 HdrGenState hgs; in toDocBuffer() local 1046 HdrGenState hgs; in toDocBuffer() local 1243 HdrGenState hgs; in toDocBuffer() local 1259 HdrGenState hgs; in toDocBuffer() local 1653 HdrGenState hgs; in write() local
|
H A D | statement.c | 120 HdrGenState hgs; in toChars() local
|
H A D | mtype.c | 1483 HdrGenState hgs; in toChars() local 1494 HdrGenState hgs; in toPrettyChars() local
|
H A D | dtemplate.c | 2740 HdrGenState hgs; in toChars() local
|
H A D | expression.c | 2054 HdrGenState hgs; in toChars() local
|