Home
last modified time | relevance | path

Searched defs:removeAttribute (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp627 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute() function in AttributeSet
635 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute() function in AttributeSet
1204 AttributeList AttributeList::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute() function in AttributeList
1217 AttributeList AttributeList::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute() function in AttributeList
1484 AttrBuilder &AttrBuilder::removeAttribute(Attribute::AttrKind Val) { in removeAttribute() function in AttrBuilder
1509 AttrBuilder &AttrBuilder::removeAttribute(StringRef A) { in removeAttribute() function in AttrBuilder
DFunction.cpp435 void Function::removeAttribute(unsigned i, Attribute::AttrKind Kind) { in removeAttribute() function in Function
441 void Function::removeAttribute(unsigned i, StringRef Kind) { in removeAttribute() function in Function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h357 void removeAttribute(unsigned i, Attribute::AttrKind Kind) { in removeAttribute() function
361 void removeAttribute(unsigned i, StringRef Kind) { in removeAttribute() function
/third_party/python/Lib/xml/dom/
Dminidom.py805 def removeAttribute(self, name): member in Element
/third_party/typescript/tests/lib/
Dlib.d.ts7036 removeAttribute(name?: string): void; method
/third_party/typescript/lib/
Dlib.dom.d.ts5271 removeAttribute(qualifiedName: string): void; method
/third_party/typescript/src/lib/
Ddom.generated.d.ts5251 removeAttribute(qualifiedName: string): void; method