Home | History | Annotate | Download | only in IR

Lines Matching refs:Nest

786             !Attrs.hasAttribute(Idx, Attribute::Nest) &&
790 "Attribute 'byval', 'nest', 'sret', 'nocapture', and 'returned' "
795 Attrs.hasAttribute(Idx, Attribute::Nest)) ||
798 (Attrs.hasAttribute(Idx, Attribute::Nest) &&
800 "'byval, nest, and sret' are incompatible!", V);
803 Attrs.hasAttribute(Idx, Attribute::Nest)) ||
806 (Attrs.hasAttribute(Idx, Attribute::Nest) &&
808 "'byval, nest, and inreg' are incompatible!", V);
867 if (Attrs.hasAttribute(Idx, Attribute::Nest)) {
868 Assert1(!SawNest, "More than one parameter has attribute nest!", V);
1496 // FIXME? is 'nest' even legal here?
1501 if (Attrs.hasAttribute(Idx, Attribute::Nest))
1512 if (Attrs.hasAttribute(Idx, Attribute::Nest)) {
1513 Assert1(!SawNest, "More than one parameter has attribute nest!", I);