Home
last modified time | relevance | path

Searched defs:hasAttribute (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalVariable.h198 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function
203 bool hasAttribute(StringRef Kind) const { in hasAttribute() function
DFunction.h398 bool hasAttribute(unsigned i, Attribute::AttrKind Kind) const { in hasAttribute() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionMachO.h61 bool hasAttribute(unsigned Value) const { in hasAttribute() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMAttributeParser.h129 bool hasAttribute(unsigned Tag) const { in hasAttribute() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp235 bool Attribute::hasAttribute(AttrKind Kind) const { in hasAttribute() function in Attribute
239 bool Attribute::hasAttribute(StringRef Kind) const { in hasAttribute() function in Attribute
509 bool AttributeImpl::hasAttribute(Attribute::AttrKind A) const { in hasAttribute() function in AttributeImpl
514 bool AttributeImpl::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeImpl
654 bool AttributeSet::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in AttributeSet
658 bool AttributeSet::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeSet
815 bool AttributeSetNode::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeSetNode
1301 bool AttributeList::hasAttribute(unsigned Index, in hasAttribute() function in AttributeList
1306 bool AttributeList::hasAttribute(unsigned Index, StringRef Kind) const { in hasAttribute() function in AttributeList
DAttributeImpl.h202 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function
DFunction.cpp211 bool Argument::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in Argument
/third_party/vk-gl-cts/framework/xexml/
DxeXMLParser.hpp156 …bool hasAttribute (const char* name) const { return m_attributes.find(name) != m_attributes.… in hasAttribute() function in xe::xml::Parser
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h272 bool hasAttribute(unsigned i, Attribute::AttrKind Kind) const { in hasAttribute() function
/third_party/python/Lib/xml/dom/
Dminidom.py839 def hasAttribute(self, name): member in Element
/third_party/typescript/tests/lib/
Dlib.d.ts7027 hasAttribute(name: string): boolean; method
/third_party/typescript/lib/
Dlib.dom.d.ts5249 hasAttribute(qualifiedName: string): boolean; method
/third_party/typescript/src/lib/
Ddom.generated.d.ts5229 hasAttribute(qualifiedName: string): boolean; method