Searched refs:blockAssign (Results 1 – 7 of 7) sorted by relevance
1048 blockAssign = 1, // setting the contents of an array enumerator
9695 exp.memset = MemorySet.blockAssign; // make it easy for back end to tell what this is in visit()9856 if (exp.memset != MemorySet.blockAssign && in visit()9870 …if (checkNonAssignmentArrayOp(exp.e2, exp.memset != MemorySet.blockAssign && exp.op == EXP.assign)) in visit()
5942 blockAssign = 1, // setting the contents of an array enumerator
1127 blockAssign = 1, // setting the contents of an array enumerator
6004 exp->memset |= blockAssign; // make it easy for back end to tell what this is in visit()6142 if (!(exp->memset & blockAssign) && exp->e1->op == TOKslice && in visit()6154 … if (checkNonAssignmentArrayOp(exp->e2, !(exp->memset & blockAssign) && exp->op == TOKassign)) in visit()
941 if (e->memset == MemorySet::blockAssign) in visit()
958 if (e->memset & blockAssign) in visit()