Searched refs:OldAttrs (Results 1 – 1 of 1) sorted by relevance
270 Attributes OldAttrs = getAttributes(Idx); in addAttr() local274 Attributes OldAlign = OldAttrs & Attribute::Alignment; in addAttr()280 Attributes NewAttrs = OldAttrs | Attrs; in addAttr()281 if (NewAttrs == OldAttrs) in addAttr()318 Attributes OldAttrs = getAttributes(Idx); in removeAttr() local319 Attributes NewAttrs = OldAttrs & ~Attrs; in removeAttr()320 if (NewAttrs == OldAttrs) in removeAttr()