Home
last modified time | relevance | path

Searched refs:removeAttr (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DArgument.h163 void removeAttr(Attribute::AttrKind Kind);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptx86ABIFixups.cpp256 arg.removeAttr(llvm::Attribute::ByVal); in fixupRSAllocationStructByValCalls()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroEarly.cpp224 A.removeAttr(Attribute::NoAlias); in lowerEarlyIntrinsics()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp687 A->removeAttr(Attribute::WriteOnly); in addReadAttr()
688 A->removeAttr(Attribute::ReadOnly); in addReadAttr()
689 A->removeAttr(Attribute::ReadNone); in addReadAttr()
DAttributor.cpp1616 Arg.removeAttr(Attribute::Returned); in cleanupIR()
/freebsd-12-stable/contrib/libxo/xohtml/external/
Djquery.qtip.js267 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);
Djquery.js2221 removeAttr: function( name ) { method in AnonymousClass58c7d60e1f01
2223 jQuery.removeAttr( this, name );
2532 jQuery.removeAttr( elem, name );
2557 removeAttr: function( elem, value ) { method in AnonymousClass58c7d60e2f01
2706 jQuery.removeAttr( elem, name );
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DAssumeBundleBuilder.cpp435 Arg->removeAttr(RK.AttrKind); in dropRedundantKnowledge()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DFunction.cpp299 void Argument::removeAttr(Attribute::AttrKind Kind) { in removeAttr() function in Argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGCall.cpp2806 AI->removeAttr(llvm::Attribute::AttrKind::Alignment); in EmitFunctionProlog()