Searched defs:wantCopy (Results 1 – 2 of 2) sorted by relevance
2481 bool wantCopy = (tn.ty == Tsarray || tn.ty == Tstruct); in visit() local3895 bool wantCopy = t1b.baseElemOf().ty == Tstruct; in assignToLvalue() local4141 const wantCopy = (newval.type.toBasetype().nextOf().baseElemOf().ty == Tstruct); in interpretAssignToSlice() local
2478 bool wantCopy = (tn->ty == Tsarray || tn->ty == Tstruct); in visit() local3752 bool wantCopy = t1b->baseElemOf()->ty == Tstruct; in assignToLvalue() local4035 … const bool wantCopy = (newval->type->toBasetype()->nextOf()->baseElemOf()->ty == Tstruct); in interpretAssignToSlice() local