Home
last modified time | relevance | path

Searched refs:prependbyte (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Doutbuffer.h58 void prependbyte(unsigned b);
H A Doutbuffer.d429 extern (C++) void prependbyte(uint b) pure nothrow in prependbyte() function
842 buf.prependbyte('x');
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Doutbuffer.h55 void prependbyte(unsigned b);
H A Doutbuffer.c168 void OutBuffer::prependbyte(unsigned b) in prependbyte() function