Searched refs:hasIdentityAssign (Results 1 – 8 of 8) sorted by relevance
163 bool hasIdentityAssign; // true if has identity opAssign variable
196 bool hasIdentityAssign; // true if has identity opAssign variable
162 if (sd.hasIdentityAssign || // because has identity==elaborate opAssign in needOpAssign()259 sd.hasIdentityAssign = true; in buildOpAssign()375 sd.hasIdentityAssign = true; // temporary mark identity assignable in buildOpAssign()
611 (!sd.hasIdentityAssign || in visitBin()
180 bool hasIdentityAssign; // true if has identity opAssign variable
147 if (sd->hasIdentityAssign) in needOpAssign()205 sd->hasIdentityAssign = true; in buildOpAssign()323 sd->hasIdentityAssign = true; // temporary mark identity assignable in buildOpAssign()
985 hasIdentityAssign = false; in StructDeclaration()
592 if (sd && !sd->hasIdentityAssign) in op_overload()