Searched refs:OldRetAttrs (Results 1 – 1 of 1) sorted by relevance
450 unsigned OldRetAttrs = (Attribute::NoUnwind|Attribute::NoReturn| in ParseAttributeBlock() local454 (RetAttribute & OldRetAttrs) != 0) { in ParseAttributeBlock()460 FnAttribute |= RetAttribute & OldRetAttrs; in ParseAttributeBlock()461 RetAttribute &= ~OldRetAttrs; in ParseAttributeBlock()