Home
last modified time | relevance | path

Searched refs:isPostfixStyle (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dhdrgen.c871 bool isPostfixStyle; member
882 if ( p->isPostfixStyle) p->buf->writeByte(' '); in fp()
884 if (!p->isPostfixStyle) p->buf->writeByte(' '); in fp()
901 pas.isPostfixStyle = true; in visitFuncIdentWithPostfix()
946 pas.isPostfixStyle = false; in visitFuncIdentWithPrefix()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dhdrgen.c871 bool isPostfixStyle; member
882 if ( p->isPostfixStyle) p->buf->writeByte(' '); in fp()
884 if (!p->isPostfixStyle) p->buf->writeByte(' '); in fp()
901 pas.isPostfixStyle = true; in visitFuncIdentWithPostfix()
946 pas.isPostfixStyle = false; in visitFuncIdentWithPrefix()