Searched refs:OldRetAttrs (Results 1 – 1 of 1) sorted by relevance
488 unsigned OldRetAttrs = (Attribute::NoUnwind|Attribute::NoReturn| in ParseAttributeBlock() local492 (RetAttribute & OldRetAttrs) != 0) { in ParseAttributeBlock()498 FnAttribute |= RetAttribute & OldRetAttrs; in ParseAttributeBlock()499 RetAttribute &= ~OldRetAttrs; in ParseAttributeBlock()