Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching refs:OldRetAttrs

527       Attributes OldRetAttrs = (Attribute::NoUnwind|Attribute::NoReturn |
531 (RetAttribute & OldRetAttrs)) {
537 FnAttribute |= RetAttribute & OldRetAttrs;
538 RetAttribute &= ~OldRetAttrs;