Home | History | Annotate | Download | only in IR

Lines Matching refs:Nest

809             !Attrs.hasAttribute(Idx, Attribute::Nest) &&
814 "Attributes 'byval', 'inalloca', 'nest', 'sret', 'nocapture', and "
824 AttrCount += Attrs.hasAttribute(Idx, Attribute::Nest);
825 Assert1(AttrCount <= 1, "Attributes 'byval', 'inalloca', 'inreg', 'nest', "
894 if (Attrs.hasAttribute(Idx, Attribute::Nest)) {
895 Assert1(!SawNest, "More than one parameter has attribute nest!", V);
1568 // FIXME? is 'nest' even legal here?
1573 if (Attrs.hasAttribute(Idx, Attribute::Nest))
1584 if (Attrs.hasAttribute(Idx, Attribute::Nest)) {
1585 Assert1(!SawNest, "More than one parameter has attribute nest!", I);