Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching refs:OldRetAttrs

806       Attributes OldRetAttrs = (Attribute::NoUnwind|Attribute::NoReturn|
810 (RetAttribute & OldRetAttrs)) {
816 FnAttribute |= RetAttribute & OldRetAttrs;
817 RetAttribute &= ~OldRetAttrs;