Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Didentifier.h29 const char *toHChars2() const;
H A Didentifier.d106 const(char)* toHChars2() const in toHChars2() function
H A Dhdrgen.d1956 buf.writestring(e.ident.toHChars2()); in expressionPrettyPrint()
3607 if (ident && ident.toHChars2() != ident.toChars()) in visitFuncIdentWithPrefix()
3620 buf.writestring(ident.toHChars2()); in visitFuncIdentWithPrefix()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Didentifier.h32 const char *toHChars2();
H A Didentifier.c61 const char *Identifier::toHChars2() in toHChars2() function
H A Dhdrgen.c963 if (ident && ident->toHChars2() != ident->toChars()) in visitFuncIdentWithPrefix()
977 buf->writestring(ident->toHChars2()); in visitFuncIdentWithPrefix()
2453 buf->writestring(e->ident->toHChars2()); in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2021693 * dmd/identifier.c (Identifier::toHChars2): Likewise.
706 * dmd/identifier.c (Identifier::toHChars2): Likewise.