Searched refs:removeAttr (Results 1 – 10 of 10) sorted by relevance
163 void removeAttr(Attribute::AttrKind Kind);
256 arg.removeAttr(llvm::Attribute::ByVal); in fixupRSAllocationStructByValCalls()
224 A.removeAttr(Attribute::NoAlias); in lowerEarlyIntrinsics()
687 A->removeAttr(Attribute::WriteOnly); in addReadAttr()688 A->removeAttr(Attribute::ReadOnly); in addReadAttr()689 A->removeAttr(Attribute::ReadNone); in addReadAttr()
1616 Arg.removeAttr(Attribute::Returned); in cleanupIR()
267 target.removeData(NAMESPACE).removeAttr(ATTR_ID)268 .removeAttr('aria-describedby');272 target.attr('title', title).removeAttr(oldtitle);1617 elem.removeAttr('title').attr(oldtitle, title).attr('title', '');1813 .removeAttr(oldtitle);
2221 removeAttr: function( name ) { method in AnonymousClass58c7d60e1f012223 jQuery.removeAttr( this, name );2532 jQuery.removeAttr( elem, name );2557 removeAttr: function( elem, value ) { method in AnonymousClass58c7d60e2f012706 jQuery.removeAttr( elem, name );
435 Arg->removeAttr(RK.AttrKind); in dropRedundantKnowledge()
299 void Argument::removeAttr(Attribute::AttrKind Kind) { in removeAttr() function in Argument
2806 AI->removeAttr(llvm::Attribute::AttrKind::Alignment); in EmitFunctionProlog()