Home
last modified time | relevance | path

Searched refs:hasAttributes (Results 1 – 23 of 23) sorted by relevance

/external/guice/core/src/com/google/inject/
DKey.java341 public boolean hasAttributes() {
342 return annotationStrategy.hasAttributes();
358 boolean hasAttributes();
410 public boolean hasAttributes() {
440 public boolean hasAttributes() {
487 public boolean hasAttributes() {
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp254 if (PAL.hasAttributes(AttributeSet::FunctionIndex)) in DeleteDeadVarargs()
767 if (PAL.hasAttributes(i + 1)) { in RemoveDeadStuffFromFunction()
861 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex)) in RemoveDeadStuffFromFunction()
864 if (PAL.hasAttributes(AttributeSet::FunctionIndex)) in RemoveDeadStuffFromFunction()
905 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex)) in RemoveDeadStuffFromFunction()
918 if (CallPAL.hasAttributes(i + 1)) { in RemoveDeadStuffFromFunction()
935 if (CallPAL.hasAttributes(i + 1)) { in RemoveDeadStuffFromFunction()
942 if (CallPAL.hasAttributes(AttributeSet::FunctionIndex)) in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp641 if (PAL.hasAttributes(AttributeSet::ReturnIndex)) in DoPromotion()
659 if (attrs.hasAttributes(ArgIndex)) { in DoPromotion()
720 if (PAL.hasAttributes(AttributeSet::FunctionIndex)) in DoPromotion()
766 if (CallPAL.hasAttributes(AttributeSet::ReturnIndex)) in DoPromotion()
779 if (CallPAL.hasAttributes(ArgIndex)) { in DoPromotion()
843 if (CallPAL.hasAttributes(ArgIndex)) { in DoPromotion()
851 if (CallPAL.hasAttributes(AttributeSet::FunctionIndex)) in DoPromotion()
/external/llvm/include/llvm/IR/
DAttributes.h292 bool hasAttributes(unsigned Index) const;
456 bool hasAttributes() const;
460 bool hasAttributes(AttributeSet A, uint64_t Index) const;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java79 public boolean hasAttributes() {return false;} in hasAttributes() method in DOM2DTMdefaultNamespaceDeclarationNode
326 if (this.hasAttributes()) { in lookupNamespaceURI()
/external/llvm/lib/IR/
DAttributes.cpp683 if (!B.hasAttributes()) in get()
969 return pImpl && hasAttributes(Index) ? in getParamAttributes()
977 return pImpl && hasAttributes(ReturnIndex) ? in getRetAttributes()
986 return pImpl && hasAttributes(FunctionIndex) ? in getFnAttributes()
1004 bool AttributeSet::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeSet
1006 return ASN && ASN->hasAttributes(); in hasAttributes()
1337 bool AttrBuilder::hasAttributes() const { in hasAttributes() function in AttrBuilder
1341 bool AttrBuilder::hasAttributes(AttributeSet A, uint64_t Index) const { in hasAttributes() function in AttrBuilder
DAsmWriter.cpp795 if (FnAttrs.hasAttributes(AttributeSet::FunctionIndex)) in processModule()
833 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) in processFunction()
838 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) in processFunction()
975 assert(AS.hasAttributes(AttributeSet::FunctionIndex) && in CreateAttributeSetSlot()
2158 if (Attrs.hasAttributes(Idx)) in writeParamOperand()
2525 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) { in printFunction()
2563 if (Attrs.hasAttributes(AttributeSet::ReturnIndex)) in printFunction()
2581 if (Attrs.hasAttributes(I + 1)) in printFunction()
2603 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) in printFunction()
2658 if (Attrs.hasAttributes(Idx)) in printArgument()
[all …]
DAttributeImpl.h165 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
DVerifier.cpp1283 if (!Attrs.hasAttributes(Idx)) in VerifyParameterAttrs()
1418 if (!Attrs.hasAttributes(AttributeSet::FunctionIndex)) in VerifyFunctionAttrs()
/external/testng/src/main/java/org/testng/xml/dom/
DWrapper.java48 if (childNodes.item(i).hasAttributes()) { in getParameters()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java409 public boolean hasAttributes() in hasAttributes() method in UnImplNode
1391 if (this.hasAttributes()) { in lookupNamespaceURI()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2216 if (RAttrs.hasAttributes()) in transformConstExprCastCall()
2232 if (PAttrs.hasAttributes()) in transformConstExprCastCall()
2260 if (PAttrs.hasAttributes()) in transformConstExprCastCall()
2268 if (CallerPAL.hasAttributes(AttributeSet::FunctionIndex)) in transformConstExprCastCall()
2386 if (Attrs.hasAttributes(AttributeSet::ReturnIndex)) in transformCallThroughTrampoline()
2410 if (Attr.hasAttributes(Idx)) { in transformCallThroughTrampoline()
2421 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) in transformCallThroughTrampoline()
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/
Ddom.py201 if element.hasAttributes():
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1173 public boolean hasAttributes() in hasAttributes() method in DTMNodeProxy
1640 if (this.hasAttributes()) { in lookupNamespaceURI()
/external/clang/include/clang/Sema/
DDeclSpec.h730 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function
2138 bool hasAttributes() const { in hasAttributes() function
2139 if (getAttributes() || getDeclSpec().hasAttributes()) return true; in hasAttributes()
/external/llvm/lib/AsmParser/
DLLParser.cpp911 if (!NumberedAttrBuilders[VarID].hasAttributes()) in ParseUnnamedAttrGrp()
2117 if (ArgList[i].Attrs.hasAttributes(i + 1)) in ParseFunctionType()
4443 if (RetAttrs.hasAttributes()) in ParseFunctionHeader()
4450 if (ArgList[i].Attrs.hasAttributes(i + 1)) { in ParseFunctionHeader()
4456 if (FuncAttrs.hasAttributes()) in ParseFunctionHeader()
5074 if (RetAttrs.hasAttributes()) in ParseInvoke()
5097 if (ArgList[i].Attrs.hasAttributes(i + 1)) { in ParseInvoke()
5106 if (FnAttrs.hasAttributes()) { in ParseInvoke()
5678 if (RetAttrs.hasAttributes()) in ParseCall()
5701 if (ArgList[i].Attrs.hasAttributes(i + 1)) { in ParseCall()
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java935 public boolean hasAttributes() in hasAttributes() method
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DParseRDF.java106 if (rdfRdfNode.hasAttributes()) in rdf_RDF()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1821 if (ExtraAttrs.hasAttributes(llvm::AttributeSet::FunctionIndex)) { in GetOrCreateLLVMFunction()
2583 if (oldAttrs.hasAttributes(llvm::AttributeSet::ReturnIndex)) in replaceUsesOfNonProtoConstant()
2604 if (oldAttrs.hasAttributes(argNo + 1)) in replaceUsesOfNonProtoConstant()
2613 if (oldAttrs.hasAttributes(llvm::AttributeSet::FunctionIndex)) in replaceUsesOfNonProtoConstant()
DCGCall.cpp1638 if (RetAttrs.hasAttributes()) { in ConstructAttributeList()
1749 if (Attrs.hasAttributes()) { in ConstructAttributeList()
1759 if (FuncAttrs.hasAttributes()) in ConstructAttributeList()
/external/guice/core/src/com/google/inject/internal/
DInjectorImpl.java870 if (key.hasAttributes() && !options.exactBindingAnnotationsRequired) {
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp56 .removeAttribute(Attribute::NoAlias).hasAttributes()) in isInTailCallPosition()
/external/clang/lib/Parse/
DParseDecl.cpp2143 } else if (Specs == DeclSpec::PQ_None && !DS.hasAttributes()) { in ParseSpecifierQualifierList()