Home
last modified time | relevance | path

Searched refs:hasIdentityAssign (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daggregate.h163 bool hasIdentityAssign; // true if has identity opAssign variable
H A Ddstruct.d196 bool hasIdentityAssign; // true if has identity opAssign variable
H A Dclone.d162 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()
H A Dopover.d611 (!sd.hasIdentityAssign || in visitBin()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daggregate.h180 bool hasIdentityAssign; // true if has identity opAssign variable
H A Dclone.c147 if (sd->hasIdentityAssign) in needOpAssign()
205 sd->hasIdentityAssign = true; in buildOpAssign()
323 sd->hasIdentityAssign = true; // temporary mark identity assignable in buildOpAssign()
H A Ddstruct.c985 hasIdentityAssign = false; in StructDeclaration()
H A Dopover.c592 if (sd && !sd->hasIdentityAssign) in op_overload()