reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
141 assert(OtherW.TargetNode.isValid()); 143 W = OtherW; 146 assert(W.Type == OtherW.Type); 147 assert(W.TargetNode == OtherW.TargetNode); 148 assert(OtherW.Amount && "Expected non-zero weight"); 149 if (W.Amount > W.Amount + OtherW.Amount) 153 W.Amount += OtherW.Amount;