/external/guice/core/src/com/google/inject/ |
D | Key.java | 290 public boolean hasAttributes() { in hasAttributes() method in Key 291 return annotationStrategy.hasAttributes(); in hasAttributes() 308 boolean hasAttributes(); in hasAttributes() method 358 public boolean hasAttributes() { in hasAttributes() method in Key.NullAnnotationStrategy 393 public boolean hasAttributes() { in hasAttributes() method in Key.AnnotationInstanceStrategy 446 public boolean hasAttributes() { in hasAttributes() method in Key.AnnotationTypeStrategy
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | GlobalVariable.h | 208 bool hasAttributes() const { in hasAttributes() function 209 return Attrs.hasAttributes(); in hasAttributes() 231 if (!hasAttributes()) in getAttributesAsList()
|
D | Attributes.h | 299 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes() function 595 bool hasAttributes(unsigned Index) const; 609 return hasAttributes(ArgNo + FirstArgIndex); 825 bool hasAttributes() const; 829 bool hasAttributes(AttributeList A, uint64_t Index) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalVariable.h | 208 bool hasAttributes() const { in hasAttributes() function 209 return Attrs.hasAttributes(); in hasAttributes() 231 if (!hasAttributes()) in getAttributesAsList()
|
D | Attributes.h | 274 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes() function 556 bool hasAttributes(unsigned Index) const; 570 return hasAttributes(ArgNo + FirstArgIndex); 767 bool hasAttributes() const; 771 bool hasAttributes(AttributeList A, uint64_t Index) const;
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineBasicBlock.cpp | 467 bool hasAttributes = false; in printName() local 474 hasAttributes = true; in printName() 497 os << (hasAttributes ? ", " : " ("); in printName() 499 hasAttributes = true; in printName() 502 os << (hasAttributes ? ", " : " ("); in printName() 504 hasAttributes = true; in printName() 507 os << (hasAttributes ? ", " : " ("); in printName() 509 hasAttributes = true; in printName() 512 os << (hasAttributes ? ", " : " ("); in printName() 514 hasAttributes = true; in printName() [all …]
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 174 if (PAL.hasAttributes(AttributeSet::FunctionIndex)) in DeleteDeadVarargs() 702 if (PAL.hasAttributes(i + 1)) { in RemoveDeadStuffFromFunction() 797 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex)) in RemoveDeadStuffFromFunction() 800 if (PAL.hasAttributes(AttributeSet::FunctionIndex)) in RemoveDeadStuffFromFunction() 842 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex)) in RemoveDeadStuffFromFunction() 855 if (CallPAL.hasAttributes(i + 1)) { in RemoveDeadStuffFromFunction() 872 if (CallPAL.hasAttributes(i + 1)) { in RemoveDeadStuffFromFunction() 879 if (CallPAL.hasAttributes(AttributeSet::FunctionIndex)) in RemoveDeadStuffFromFunction()
|
D | ArgumentPromotion.cpp | 667 if (PAL.hasAttributes(AttributeSet::ReturnIndex)) in DoPromotion() 685 if (attrs.hasAttributes(ArgIndex)) { in DoPromotion() 745 if (PAL.hasAttributes(AttributeSet::FunctionIndex)) in DoPromotion() 787 if (CallPAL.hasAttributes(AttributeSet::ReturnIndex)) in DoPromotion() 800 if (CallPAL.hasAttributes(ArgIndex)) { in DoPromotion() 862 if (CallPAL.hasAttributes(ArgIndex)) { in DoPromotion() 870 if (CallPAL.hasAttributes(AttributeSet::FunctionIndex)) in DoPromotion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 614 if (!hasAttributes()) in addAttributes() 617 if (!AS.hasAttributes()) in addAttributes() 1022 return !Pair.second.hasAttributes(); in get() 1047 if (ArgAttrs[I - 1].hasAttributes()) { in get() 1055 if (RetAttrs.hasAttributes()) in get() 1057 else if (FnAttrs.hasAttributes()) in get() 1082 if (!B.hasAttributes()) in get() 1157 if (!B.hasAttributes()) in addAttributes() 1310 bool AttributeList::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeList 1311 return getAttributes(Index).hasAttributes(); in hasAttributes() [all …]
|
D | AsmWriter.cpp | 941 if (Attrs.hasAttributes()) in processModule() 972 if (FnAttrs.hasAttributes()) in processModule() 1010 if (Attrs.hasAttributes()) in processFunction() 1214 assert(AS.hasAttributes() && "Doesn't need a slot!"); in CreateAttributeSetSlot() 2536 if (Attrs.hasAttributes()) { in writeParamOperand() 3322 if (Attrs.hasAttributes()) in printGlobal() 3415 if (Attrs.hasAttributes(AttributeList::FunctionIndex)) { in printFunction() 3453 if (Attrs.hasAttributes(AttributeList::ReturnIndex)) in printFunction() 3471 if (ArgAttrs.hasAttributes()) { in printFunction() 3502 if (Attrs.hasAttributes(AttributeList::FunctionIndex)) in printFunction() [all …]
|
D | AttributeImpl.h | 206 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
|
/external/llvm-project/llvm/lib/IR/ |
D | Attributes.cpp | 682 if (!hasAttributes()) in addAttributes() 685 if (!AS.hasAttributes()) in addAttributes() 1147 return !Pair.second.hasAttributes(); in get() 1172 if (ArgAttrs[I - 1].hasAttributes()) { in get() 1180 if (RetAttrs.hasAttributes()) in get() 1182 else if (FnAttrs.hasAttributes()) in get() 1207 if (!B.hasAttributes()) in get() 1293 if (!B.hasAttributes()) in addAttributes() 1444 bool AttributeList::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeList 1445 return getAttributes(Index).hasAttributes(); in hasAttributes() [all …]
|
D | AsmWriter.cpp | 985 if (Attrs.hasAttributes()) in processModule() 1016 if (FnAttrs.hasAttributes()) in processModule() 1054 if (Attrs.hasAttributes()) in processFunction() 1258 assert(AS.hasAttributes() && "Doesn't need a slot!"); in CreateAttributeSetSlot() 2725 if (Attrs.hasAttributes()) { in writeParamOperand() 3555 if (Attrs.hasAttributes()) in printGlobal() 3648 if (Attrs.hasAttributes(AttributeList::FunctionIndex)) { in printFunction() 3686 if (Attrs.hasAttributes(AttributeList::ReturnIndex)) in printFunction() 3704 if (ArgAttrs.hasAttributes()) { in printFunction() 3735 if (Attrs.hasAttributes(AttributeList::FunctionIndex)) in printFunction() [all …]
|
D | AttributeImpl.h | 245 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 335 bool hasAttributes(unsigned Index) const; 506 bool hasAttributes() const; 510 bool hasAttributes(AttributeSet A, uint64_t Index) const;
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
D | DOM2DTMdefaultNamespaceDeclarationNode.java | 79 public boolean hasAttributes() {return false;} in hasAttributes() method in DOM2DTMdefaultNamespaceDeclarationNode 326 if (this.hasAttributes()) { in lookupNamespaceURI()
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 334 bool hasAttributes(unsigned Index) const; 509 bool hasAttributes() const; 513 bool hasAttributes(AttributeSet A, uint64_t Index) const;
|
/external/testng/src/main/java/org/testng/xml/dom/ |
D | Wrapper.java | 48 if (childNodes.item(i).hasAttributes()) { in getParameters()
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 760 if (!B.hasAttributes()) in get() 1067 return pImpl && hasAttributes(Index) ? in getParamAttributes() 1075 return pImpl && hasAttributes(ReturnIndex) ? in getRetAttributes() 1084 return pImpl && hasAttributes(FunctionIndex) ? in getFnAttributes() 1102 bool AttributeSet::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeSet 1104 return ASN && ASN->hasAttributes(); in hasAttributes() 1472 bool AttrBuilder::hasAttributes() const { in hasAttributes() function in AttrBuilder 1476 bool AttrBuilder::hasAttributes(AttributeSet A, uint64_t Index) const { in hasAttributes() function in AttrBuilder
|
D | AsmWriter.cpp | 835 if (FnAttrs.hasAttributes(AttributeSet::FunctionIndex)) in processModule() 873 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) in processFunction() 878 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) in processFunction() 1019 assert(AS.hasAttributes(AttributeSet::FunctionIndex) && in CreateAttributeSetSlot() 2185 if (Attrs.hasAttributes(Idx)) in writeParamOperand() 2595 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) { in printFunction() 2639 if (Attrs.hasAttributes(AttributeSet::ReturnIndex)) in printFunction() 2656 if (Attrs.hasAttributes(I + 1)) in printFunction() 2679 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) in printFunction() 2734 if (Attrs.hasAttributes(Idx)) in printArgument() [all …]
|
D | AttributeImpl.h | 187 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
|
/external/llvm-project/llvm/tools/llvm-reduce/deltas/ |
D | ReduceAttributes.cpp | 69 if (AS.hasAttributes()) in visitGlobalVariable()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | UnImplNode.java | 409 public boolean hasAttributes() in hasAttributes() method in UnImplNode 1391 if (this.hasAttributes()) { in lookupNamespaceURI()
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.h | 182 if (!Group.second.hasAttributes()) in getAttributeGroupID()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.h | 184 if (!Group.second.hasAttributes()) in getAttributeGroupID()
|