Searched defs:hasAttributes (Results 1 - 5 of 5) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ | ||
| H A D | GlobalVariable.h | 208 bool hasAttributes() const { in hasAttributes() function in llvm::GlobalVariable |
| H A D | Attributes.h | 274 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes() function in llvm::AttributeSet |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ | ||
| H A D | AttributeImpl.h | 206 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function in llvm::final |
| H A D | Attributes.cpp | 1310 bool AttributeList::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeList 1655 bool AttrBuilder::hasAttributes() const { hasAttributes() function in AttrBuilder 1659 bool AttrBuilder::hasAttributes(AttributeList AL, uint64_t Index) const { hasAttributes() function in AttrBuilder [all...] |
| /third_party/python/Lib/xml/dom/ | ||
| H A D | minidom.py | 907 def hasAttributes(self): member in Element |
Completed in 13 milliseconds