Searched refs:toBuffer (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dobject.h51 virtual void toBuffer(OutBuffer *buf);
H A Drootobject.c45 void RootObject::toBuffer(OutBuffer *b) function in class:RootObject
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmangle.c329 toBuffer(id, sthis);
358 toBuffer(id, s);
394 void toBuffer(const char *id, Dsymbol *s) function
594 toBuffer(id, ti);
604 toBuffer(id, s);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmangle.d263 toBuffer(buf, id.toString(), s);
787 toBuffer(buf, d.mangleOverride, d);
793 toBuffer(buf, id, d);
830 toBuffer(buf, s.toString(), s);
1222 extern (D) void toBuffer(OutBuffer* buf, const(char)[] id, Dsymbol s)

Completed in 196 milliseconds