/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 572 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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 257 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);
|
D | Function.h | 246 removeAttribute(AttributeList::FunctionIndex, Kind); in removeFnAttr() 251 setAttributes(getAttributes().removeAttribute( in removeFnAttr() 380 void removeAttribute(unsigned i, Attribute::AttrKind Kind); 383 void removeAttribute(unsigned i, StringRef Kind);
|
D | CallSite.h | 357 void removeAttribute(unsigned i, Attribute::AttrKind Kind) { in removeAttribute() function 358 CALLSITE_DELEGATE_SETTER(removeAttribute(i, Kind)); in removeAttribute() 361 void removeAttribute(unsigned i, StringRef Kind) { in removeAttribute() function 362 CALLSITE_DELEGATE_SETTER(removeAttribute(i, Kind)); in removeAttribute()
|
D | InstrTypes.h | 1431 void removeAttribute(unsigned i, Attribute::AttrKind Kind) { 1433 PAL = PAL.removeAttribute(getContext(), i, Kind); 1438 void removeAttribute(unsigned i, StringRef Kind) { 1440 PAL = PAL.removeAttribute(getContext(), i, Kind); 1736 removeAttribute(AttributeList::FunctionIndex, Attribute::Convergent);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 194 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);
|
D | Attributes.h | 269 AttributeSet removeAttribute(LLVMContext &C, unsigned Index, 275 AttributeSet removeAttribute(LLVMContext &C, unsigned Index, 472 AttrBuilder &removeAttribute(Attribute::AttrKind Val); 478 AttrBuilder &removeAttribute(StringRef A);
|
/third_party/node/tools/gyp/tools/ |
D | pretty_vcproj.py | 149 node.removeAttribute(name) 176 node.removeAttribute(name) 274 node1.removeAttribute(name)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/ |
D | pretty_vcproj.py | 149 node.removeAttribute(name) 176 node.removeAttribute(name) 274 node1.removeAttribute(name)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | EntryExitInstrumenter.cpp | 89 F.removeAttribute(AttributeList::FunctionIndex, EntryAttr); in runOnFunction() 116 F.removeAttribute(AttributeList::FunctionIndex, ExitAttr); in runOnFunction()
|
D | BuildLibCalls.cpp | 1055 CI->setAttributes(Attrs.removeAttribute(B.getContext(), in emitUnaryFloatFnCallHelper() 1097 CI->setAttributes(Attrs.removeAttribute(B.getContext(), in emitBinaryFloatFnCallHelper()
|
D | ValueMapper.cpp | 908 Attrs = Attrs.removeAttribute(C, i, Attribute::ByVal); in remapInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 627 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute() function in AttributeSet 631 B.removeAttribute(Kind); in removeAttribute() 635 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute() function in AttributeSet 639 B.removeAttribute(Kind); in removeAttribute() 1204 AttributeList AttributeList::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute() function in AttributeList 1212 AttrSets[Index] = AttrSets[Index].removeAttribute(C, Kind); in removeAttribute() 1217 AttributeList AttributeList::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute() function in AttributeList 1225 AttrSets[Index] = AttrSets[Index].removeAttribute(C, Kind); in removeAttribute() 1484 AttrBuilder &AttrBuilder::removeAttribute(Attribute::AttrKind Val) { in removeAttribute() function in AttrBuilder 1509 AttrBuilder &AttrBuilder::removeAttribute(StringRef A) { in removeAttribute() function in AttrBuilder
|
D | Function.cpp | 435 void Function::removeAttribute(unsigned i, Attribute::AttrKind Kind) { in removeAttribute() function in Function 437 PAL = PAL.removeAttribute(getContext(), i, Kind); in removeAttribute() 441 void Function::removeAttribute(unsigned i, StringRef Kind) { in removeAttribute() function in Function 443 PAL = PAL.removeAttribute(getContext(), i, Kind); in removeAttribute()
|
D | Core.cpp | 2420 unwrap<Function>(F)->removeAttribute(Idx, (Attribute::AttrKind)KindID); in LLVMRemoveEnumAttributeAtIndex() 2425 unwrap<Function>(F)->removeAttribute(Idx, StringRef(K, KLen)); in LLVMRemoveStringAttributeAtIndex() 2831 unwrap<CallBase>(C)->removeAttribute(Idx, (Attribute::AttrKind)KindID); in LLVMRemoveCallSiteEnumAttribute() 2836 unwrap<CallBase>(C)->removeAttribute(Idx, StringRef(K, KLen)); in LLVMRemoveCallSiteStringAttribute()
|
/third_party/node/test/fixtures/wpt/resources/ |
D | sriharness.js | 48 e.removeAttribute("integrity");
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 850 AttributeSet FnAttrs = PAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction() 910 AttrBuilder(Attrs).removeAttribute(Attribute::Returned))); in RemoveDeadStuffFromFunction() 928 AttributeSet FnAttrs = CallPAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction()
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypeRecursiveInference.types | 100 …removeAttribute: any; removeAttributeNS: any; removeAttributeNode: any; requestFullscreen: any; re… 102 …removeAttribute: any; removeAttributeNS: any; removeAttributeNode: any; requestFullscreen: any; re… 107 …removeAttribute: unknown; removeAttributeNS: unknown; removeAttributeNode: unknown; requestFullscr… 108 …removeAttribute: any; removeAttributeNS: any; removeAttributeNode: any; requestFullscreen: any; re… 110 …removeAttribute: any; removeAttributeNS: any; removeAttributeNode: any; requestFullscreen: any; re… 111 …removeAttribute: unknown; removeAttributeNS: unknown; removeAttributeNode: unknown; requestFullscr…
|
D | mappedTypeRecursiveInference.errors.txt | 3 …removeAttribute: unknown; removeAttributeNS: unknown; removeAttributeNode: unknown; requestFullscr… 4 …removeAttribute: unknown; removeAttributeNS: unknown; removeAttributeNode: unknown; requestFullscr… 30 …removeAttribute: unknown; removeAttributeNS: unknown; removeAttributeNode: unknown; requestFullscr… 31 …removeAttribute: unknown; removeAttributeNS: unknown; removeAttributeNode: unknown; requestFullscr…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | Coroutines.cpp | 303 CB->removeAttribute(AttributeList::FunctionIndex, in buildFrom()
|
D | CoroSplit.cpp | 1211 F.removeAttribute(AttributeList::ReturnIndex, Attribute::NoAlias); in splitRetconCoroutine() 1212 F.removeAttribute(AttributeList::ReturnIndex, Attribute::NonNull); in splitRetconCoroutine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 384 CI->removeAttribute(AttributeList::FunctionIndex, Attribute::NoReturn); in wrapInvoke()
|
/third_party/python/Lib/test/ |
D | test_minidom.py | 302 self.assertRaises(xml.dom.NotFoundErr, child.removeAttribute, "foo") 303 child.removeAttribute("def")
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1247 FnAttrs.removeAttribute(Attribute::ReadNone); in legalizeCallAttributes() 1248 FnAttrs.removeAttribute(Attribute::ReadOnly); in legalizeCallAttributes()
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | dom.idl | 364 [CEReactions] undefined removeAttribute(DOMString qualifiedName);
|