Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h174 void removeAttr(Attribute::AttrKind Kind);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp292 A.removeAttr(Attribute::Writable); in addMemoryAttrs()
853 A->removeAttr(Attribute::WriteOnly); in addAccessAttr()
854 A->removeAttr(Attribute::ReadOnly); in addAccessAttr()
855 A->removeAttr(Attribute::ReadNone); in addAccessAttr()
858 A->removeAttr(Attribute::Writable); in addAccessAttr()
H A DAttributor.cpp2457 Arg.removeAttr(Attribute::Returned); in cleanupIR()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp247 A.removeAttr(Attribute::NoAlias); in lowerEarlyIntrinsics()
/freebsd/contrib/libxo/xohtml/external/
H A 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);
H A Djquery.js2221 removeAttr: function( name ) { method
2223 jQuery.removeAttr( this, name );
2532 jQuery.removeAttr( elem, name );
2557 removeAttr: function( elem, value ) { method
2706 jQuery.removeAttr( elem, name );
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp346 Arg->removeAttr(Attribute::Alignment); in adjustByValArgAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp437 Arg->removeAttr(RK.AttrKind); in dropRedundantKnowledge()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1622 A.removeAttr(llvm::Attribute::WriteOnly); in sanitizeFunction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp336 void Argument::removeAttr(Attribute::AttrKind Kind) { in removeAttr() function in Argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3119 AI->removeAttr(llvm::Attribute::AttrKind::Alignment); in EmitFunctionProlog()