Home
last modified time | relevance | path

Searched refs:prependstring (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Doutbuffer.h51 void prependstring(const char *string);
H A Doutbuffer.c75 void OutBuffer::prependstring(const char *string) in prependstring() function
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Doutbuffer.h51 void prependstring(const char *string);
H A Doutbuffer.c75 void OutBuffer::prependstring(const char *string) in prependstring() function
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Doutbuffer.h54 void prependstring(const char *string);
H A Doutbuffer.d331 extern (C++) void prependstring(const(char)* string) pure nothrow in prependstring() function
841 buf.prependstring("def");
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmodule.d1466 buf.prependstring("."); in fullyQualifiedName()
1467 buf.prependstring(package_.ident.toChars()); in fullyQualifiedName()