Home
last modified time | relevance | path

Searched defs:hasAttributes (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h314 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes() function
H A DGlobalVariable.h208 bool hasAttributes() const { in hasAttributes() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h246 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
H A DAttributes.cpp1576 bool AttributeList::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeList
2049 bool AttrBuilder::hasAttributes() const { in hasAttributes() function in AttrBuilder
2053 bool AttrBuilder::hasAttributes(AttributeList AL, uint64_t Index) const { in hasAttributes() function in AttrBuilder
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp481 bool hasAttributes = false; in printName() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h793 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function
2527 bool hasAttributes() const { in hasAttributes() function