Searched defs:toCBuffer (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | hdrgen.d | 2800 void toCBuffer(const Statement s, OutBuffer* buf, HdrGenState* hgs) in toCBuffer() function 2806 void toCBuffer(const Type t, OutBuffer* buf, const Identifier ident, HdrGenState* hgs) in toCBuffer() function 2811 void toCBuffer(Dsymbol s, OutBuffer* buf, HdrGenState* hgs) in toCBuffer() function 2826 void toCBuffer(const Initializer iz, OutBuffer* buf, HdrGenState* hgs) in toCBuffer() function 3045 void toCBuffer(const Expression e, OutBuffer* buf, HdrGenState* hgs) in toCBuffer() function 3066 void toCBuffer(const TemplateParameter tp, OutBuffer* buf, HdrGenState* hgs) in toCBuffer() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | hdrgen.c | 3205 void toCBuffer(Statement *s, OutBuffer *buf, HdrGenState *hgs) in toCBuffer() function 3211 void toCBuffer(Type *t, OutBuffer *buf, Identifier *ident, HdrGenState *hgs) in toCBuffer() function 3217 void toCBuffer(Dsymbol *s, OutBuffer *buf, HdrGenState *hgs) in toCBuffer() function 3232 void toCBuffer(Initializer *iz, OutBuffer *buf, HdrGenState *hgs) in toCBuffer() function 3425 void toCBuffer(Expression *e, OutBuffer *buf, HdrGenState *hgs) in toCBuffer() function 3450 void toCBuffer(TemplateParameter *tp, OutBuffer *buf, HdrGenState *hgs) in toCBuffer() function
|