Home
last modified time | relevance | path

Searched defs:writestring (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Doutbuffer.d285 extern (C++) void writestring(const(char)* s) pure nothrow in writestring() function
294 void writestring(const(char)[] s) pure nothrow in writestring() function
300 void writestring(string s) pure nothrow in writestring() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Doutbuffer.c70 void OutBuffer::writestring(const char *string) in writestring() function