Home
last modified time | relevance | path

Searched refs:modToChars (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h240 char *modToChars() const;
H A Dfunc.d3274 tf.modToChars(), fargsBuf.peekChars()); in resolveFuncCall()
3300 tf.modToChars(), fargsBuf.peekChars()); in resolveFuncCall()
H A Dmtype.d969 final char* modToChars() nothrow const in modToChars() function
H A Dexpressionsem.d2440 const(char)* s1 = tret.isNaked() ? " mutable" : tret.modToChars(); in functionParameters()
2441 const(char)* s2 = tthis.isNaked() ? " mutable" : tthis.modToChars(); in functionParameters()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h249 char *modToChars();
H A Dexpression.c1979 const char* s1 = tret ->isNaked() ? " mutable" : tret ->modToChars(); in functionParameters()
1980 const char* s2 = tthis->isNaked() ? " mutable" : tthis->modToChars(); in functionParameters()
H A Dfunc.c3595 tf->modToChars(), in resolveFuncCall()
H A Dmtype.c1516 char *Type::modToChars() in modToChars() function