Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.c53 this->prettystring = NULL; in Dsymbol()
71 this->prettystring = NULL; in Dsymbol()
223 if (prettystring && !QualifyTypes) in toPrettyChars()
224 return (const char *)prettystring; in toPrettyChars()
231 prettystring = (const utf8_t *)s; in toPrettyChars()
270 prettystring = (utf8_t *)s; in toPrettyChars()
H A Ddsymbol.h159 const utf8_t *prettystring; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbol.d250 const(char)* prettystring; // cached value of toPrettyChars()
713 if (prettystring && !QualifyTypes)
714 return prettystring;
721 prettystring = s;
762 prettystring = s;
H A Ddsymbol.h180 const utf8_t *prettystring; variable