/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/flutter/flutter/dev/docs/assets/ |
D | snippets.js | 18 button.removeAttribute('selected'); 28 newlyVisible.removeAttribute('hidden');
|
/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/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/node/tools/gyp/tools/ |
D | pretty_vcproj.py | 155 node.removeAttribute(name) 182 node.removeAttribute(name) 280 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()
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/semantics/ |
D | checkable.dart | 110 element..removeAttribute('aria-disabled')..removeAttribute('disabled');
|
/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()
|
/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/freetype/docs/reference/assets/javascripts/ |
D | bundle.82b56eb2.min.js | 1 …("data-focus-visible-added")||(w.classList.remove("focus-visible"),w.removeAttribute("data-focus-v… 19 …"readonly",""),i.select(),i.setSelectionRange(0,i.value.length),s||i.removeAttribute("readonly"),a… 27 …removeAttribute("tabindex")}function yn(e,t){e.setAttribute("data-md-state","lock"),e.style.top=`-…
|
/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…
|
/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/flutter/skia/third_party/externals/libjpeg-turbo/doc/html/ |
D | jquery.js | 2 …tChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value);b.removeAttribute(f.expando)}}f… 3 …removeAttribute?a.removeAttribute(h):a[h]=null)}},_data:function(a,b,c){return f.data(a,b,c,!0)},a… 5 …rn s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}retur…
|
/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 | 358 [CEReactions] void removeAttribute(DOMString qualifiedName);
|