Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h1005 bool allowCommaExp; variable
H A Dexpression.d5650 bool allowCommaExp; variable
5656 allowCommaExp = isGenerated = generated;
5710 ce.allowCommaExp = true; in allow()
H A Dexpressionsem.d8184 if (e.allowCommaExp) in visit()
8214 else if (!e.allowCommaExp && !e.isGenerated) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.h1076 bool allowCommaExp; variable
H A Dexpressionsem.c4830 if (e->allowCommaExp) in visit()
4833 ((CommaExp *)e->e1)->allowCommaExp = true; in visit()
4835 ((CommaExp *)e->e2)->allowCommaExp = true; in visit()
4849 if (e->type != Type::tvoid && !e->allowCommaExp && !e->isGenerated) in visit()
H A Dstatementsem.c94 ((CommaExp *)s->exp)->allowCommaExp = true; in visit()
472 ((CommaExp *)fs->increment)->allowCommaExp = true; in visit()
H A Dexpression.c6067 allowCommaExp = generated; in CommaExp()