Home
last modified time | relevance | path

Searched defs:hasAttribute (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSectionMachO.h61 bool hasAttribute(unsigned Value) const { in hasAttribute() function in llvm::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DARMAttributeParser.h129 bool hasAttribute(unsigned Tag) const { in hasAttribute() function in llvm::ARMAttributeParser
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DGlobalVariable.h198 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in llvm::GlobalVariable
203 bool hasAttribute(StringRef Kind) const { in hasAttribute() function in llvm::GlobalVariable
H A DFunction.h398 bool hasAttribute(unsigned i, Attribute::AttrKind Kind) const { in hasAttribute() function in llvm::Function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAttributeImpl.h202 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in llvm::final
H A 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 { hasAttribute() function in AttributeImpl
514 bool AttributeImpl::hasAttribute(StringRef Kind) const { hasAttribute() function in AttributeImpl
654 bool AttributeSet::hasAttribute(Attribute::AttrKind Kind) const { hasAttribute() function in AttributeSet
658 bool AttributeSet::hasAttribute(StringRef Kind) const { hasAttribute() function in AttributeSet
815 bool AttributeSetNode::hasAttribute(StringRef Kind) const { hasAttribute() function in AttributeSetNode
1301 bool AttributeList::hasAttribute(unsigned Index, hasAttribute() function in AttributeList
1306 bool AttributeList::hasAttribute(unsigned Index, StringRef Kind) const { hasAttribute() function in AttributeList
[all...]
H A DFunction.cpp211 bool Argument::hasAttribute(Attribute::AttrKind Kind) const { hasAttribute() function in Argument
[all...]
/third_party/vk-gl-cts/framework/xexml/
H A DxeXMLParser.hpp156 bool hasAttribute (const char* name) const { return m_attributes.find(name) != m_attributes.end(); } in hasAttribute() function in xe::xml::Parser
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DFunction.h272 bool hasAttribute(unsigned i, Attribute::AttrKind Kind) const { in hasAttribute() function in llvm::Function
/third_party/python/Lib/xml/dom/
H A Dminidom.py841 def hasAttribute(self, name): member in Element

Completed in 13 milliseconds