Searched refs:allowCommaExp (Results 1 – 7 of 7) sorted by relevance
1005 bool allowCommaExp; variable
5650 bool allowCommaExp; variable5656 allowCommaExp = isGenerated = generated;5710 ce.allowCommaExp = true; in allow()
8184 if (e.allowCommaExp) in visit()8214 else if (!e.allowCommaExp && !e.isGenerated) in visit()
1076 bool allowCommaExp; variable
4830 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()
94 ((CommaExp *)s->exp)->allowCommaExp = true; in visit()472 ((CommaExp *)fs->increment)->allowCommaExp = true; in visit()
6067 allowCommaExp = generated; in CommaExp()