Home
last modified time | relevance | path

Searched refs:removeAttribute (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp572 CallerAttrs.removeAttribute(Attribute::NoAlias); in attributesPermitTailCall()
573 CalleeAttrs.removeAttribute(Attribute::NoAlias); in attributesPermitTailCall()
574 CallerAttrs.removeAttribute(Attribute::NonNull); in attributesPermitTailCall()
575 CalleeAttrs.removeAttribute(Attribute::NonNull); in attributesPermitTailCall()
576 CallerAttrs.removeAttribute(Attribute::Dereferenceable); in attributesPermitTailCall()
577 CalleeAttrs.removeAttribute(Attribute::Dereferenceable); in attributesPermitTailCall()
578 CallerAttrs.removeAttribute(Attribute::DereferenceableOrNull); in attributesPermitTailCall()
579 CalleeAttrs.removeAttribute(Attribute::DereferenceableOrNull); in attributesPermitTailCall()
586 CallerAttrs.removeAttribute(Attribute::ZExt); in attributesPermitTailCall()
587 CalleeAttrs.removeAttribute(Attribute::ZExt); in attributesPermitTailCall()
[all …]
/external/apache-http/src/org/apache/http/protocol/
DSyncBasicHttpContext.java62 public synchronized Object removeAttribute(final String id) { in removeAttribute() method in SyncBasicHttpContext
63 return super.removeAttribute(id); in removeAttribute()
DDefaultedHttpContext.java72 public Object removeAttribute(final String id) { in removeAttribute() method in DefaultedHttpContext
73 return this.local.removeAttribute(id); in removeAttribute()
DHttpContext.java61 Object removeAttribute(String id); in removeAttribute() method
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h257 LLVM_NODISCARD AttributeSet removeAttribute(LLVMContext &C,
262 LLVM_NODISCARD AttributeSet removeAttribute(LLVMContext &C,
442 LLVM_NODISCARD AttributeList removeAttribute(LLVMContext &C, unsigned Index,
447 LLVM_NODISCARD AttributeList removeAttribute(LLVMContext &C, unsigned Index,
464 return removeAttribute(C, ArgNo + FirstArgIndex, Kind);
472 return removeAttribute(C, ArgNo + FirstArgIndex, Kind);
738 AttrBuilder &removeAttribute(Attribute::AttrKind Val);
744 AttrBuilder &removeAttribute(StringRef A);
/external/llvm/include/llvm/IR/
DCallSite.h324 void removeAttribute(unsigned i, Attribute::AttrKind Kind) { in removeAttribute() function
325 CALLSITE_DELEGATE_SETTER(removeAttribute(i, Kind)); in removeAttribute()
328 void removeAttribute(unsigned i, StringRef Kind) { in removeAttribute() function
329 CALLSITE_DELEGATE_SETTER(removeAttribute(i, Kind)); in removeAttribute()
332 void removeAttribute(unsigned i, Attribute Attr) { in removeAttribute() function
333 CALLSITE_DELEGATE_SETTER(removeAttribute(i, Attr)); in removeAttribute()
DAttributes.h273 AttributeSet removeAttribute(LLVMContext &C, unsigned Index,
279 AttributeSet removeAttribute(LLVMContext &C, unsigned Index,
480 AttrBuilder &removeAttribute(Attribute::AttrKind Val);
486 AttrBuilder &removeAttribute(StringRef A);
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DElement.java163 theAtts.removeAttribute(i); in anonymize()
180 theAtts.removeAttribute(i); in clean()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/json/
DCldrItem.java269 newxpp.removeAttribute(s.element, s.attrAsValueAfterSplit); in split()
270 newxpp.removeAttribute(s.element, s.attribute); in split()
272 newfullxpp.removeAttribute(s.element, s.attrAsValueAfterSplit); in split()
273 newfullxpp.removeAttribute(s.element, s.attribute); in split()
373 xpp.removeAttribute(-1, "value"); in adjustRbnfPath()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h269 AttributeSet removeAttribute(LLVMContext &C, unsigned Index,
275 AttributeSet removeAttribute(LLVMContext &C, unsigned Index,
472 AttrBuilder &removeAttribute(Attribute::AttrKind Val);
478 AttrBuilder &removeAttribute(StringRef A);
DFunction.h194 removeAttribute(AttributeSet::FunctionIndex, Kind); in removeFnAttr()
199 setAttributes(AttributeSets.removeAttribute( in removeFnAttr()
263 void removeAttribute(unsigned i, Attribute::AttrKind Kind);
266 void removeAttribute(unsigned i, StringRef Kind);
/external/llvm/lib/CodeGen/
DAnalysis.cpp548 CallerAttrs = CallerAttrs.removeAttribute(Attribute::NoAlias); in returnTypeIsEligibleForTailCall()
549 CalleeAttrs = CalleeAttrs.removeAttribute(Attribute::NoAlias); in returnTypeIsEligibleForTailCall()
557 CallerAttrs.removeAttribute(Attribute::ZExt); in returnTypeIsEligibleForTailCall()
558 CalleeAttrs.removeAttribute(Attribute::ZExt); in returnTypeIsEligibleForTailCall()
564 CallerAttrs.removeAttribute(Attribute::SExt); in returnTypeIsEligibleForTailCall()
565 CalleeAttrs.removeAttribute(Attribute::SExt); in returnTypeIsEligibleForTailCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEntryExitInstrumenter.cpp89 F.removeAttribute(AttributeList::FunctionIndex, EntryAttr); in runOnFunction()
116 F.removeAttribute(AttributeList::FunctionIndex, ExitAttr); in runOnFunction()
/external/testng/src/main/java/org/testng/
DIAttributes.java31 public Object removeAttribute(String name); in removeAttribute() method
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()

12345678910>>...12