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/ |
| D | Attributes.cpp | 627 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
|
| D | Function.cpp | 435 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/ |
| D | CallSite.h | 357 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/ |
| D | minidom.py | 805 def removeAttribute(self, name): member in Element
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 7036 removeAttribute(name?: string): void; method
|
| /third_party/typescript/lib/ |
| D | lib.dom.d.ts | 5271 removeAttribute(qualifiedName: string): void; method
|
| /third_party/typescript/src/lib/ |
| D | dom.generated.d.ts | 5251 removeAttribute(qualifiedName: string): void; method
|