/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 279 if (PAL.hasAttributes(AttributeSet::FunctionIndex)) in DeleteDeadVarargs() 772 hasAttributes(AttributeFuncs:: in RemoveDeadStuffFromFunction() 777 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex)) in RemoveDeadStuffFromFunction() 795 if (PAL.hasAttributes(i + 1)) { in RemoveDeadStuffFromFunction() 807 if (PAL.hasAttributes(AttributeSet::FunctionIndex)) in RemoveDeadStuffFromFunction() 852 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex)) in RemoveDeadStuffFromFunction() 865 if (CallPAL.hasAttributes(i + 1)) { in RemoveDeadStuffFromFunction() 875 if (CallPAL.hasAttributes(i + 1)) { in RemoveDeadStuffFromFunction() 882 if (CallPAL.hasAttributes(AttributeSet::FunctionIndex)) in RemoveDeadStuffFromFunction()
|
D | ArgumentPromotion.cpp | 521 if (PAL.hasAttributes(AttributeSet::ReturnIndex)) in DoPromotion() 540 if (attrs.hasAttributes(ArgIndex)) { in DoPromotion() 596 if (PAL.hasAttributes(AttributeSet::FunctionIndex)) in DoPromotion() 643 if (CallPAL.hasAttributes(AttributeSet::ReturnIndex)) in DoPromotion() 656 if (CallPAL.hasAttributes(ArgIndex)) { in DoPromotion() 719 if (CallPAL.hasAttributes(ArgIndex)) { in DoPromotion() 727 if (CallPAL.hasAttributes(AttributeSet::FunctionIndex)) in DoPromotion()
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 290 bool hasAttributes(unsigned Index) const; 436 bool hasAttributes() const; 440 bool hasAttributes(AttributeSet A, uint64_t Index) const;
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 596 if (!B.hasAttributes()) in get() 768 return pImpl && hasAttributes(Idx) ? in getParamAttributes() 776 return pImpl && hasAttributes(ReturnIndex) ? in getRetAttributes() 785 return pImpl && hasAttributes(FunctionIndex) ? in getFnAttributes() 803 bool AttributeSet::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeSet 805 return ASN ? ASN->hasAttributes() : false; in hasAttributes() 1067 bool AttrBuilder::hasAttributes() const { in hasAttributes() function in AttrBuilder 1071 bool AttrBuilder::hasAttributes(AttributeSet A, uint64_t Index) const { in hasAttributes() function in AttrBuilder
|
D | AsmWriter.cpp | 514 if (FnAttrs.hasAttributes(AttributeSet::FunctionIndex)) in processModule() 559 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) in processFunction() 564 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) in processFunction() 684 assert(AS.hasAttributes(AttributeSet::FunctionIndex) && in CreateAttributeSetSlot() 1316 if (Attrs.hasAttributes(Idx)) in writeParamOperand() 1624 if (Attrs.hasAttributes(AttributeSet::ReturnIndex)) in printFunction() 1653 if (Attrs.hasAttributes(i+1)) in printFunction() 1666 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) in printFunction() 1700 if (Attrs.hasAttributes(Idx)) in printArgument() 1915 if (PAL.hasAttributes(AttributeSet::ReturnIndex)) in printInstruction() [all …]
|
D | AttributeImpl.h | 174 bool hasAttributes() const { return !AttrList.empty(); } in hasAttributes() function
|
/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/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1019 hasAttributes(AttributeFuncs:: in transformConstExprCastCall() 1051 hasAttributes(AttributeFuncs:: in transformConstExprCastCall() 1137 if (RAttrs.hasAttributes()) in transformConstExprCastCall() 1154 if (PAttrs.hasAttributes()) in transformConstExprCastCall() 1182 if (PAttrs.hasAttributes()) in transformConstExprCastCall() 1190 if (CallerPAL.hasAttributes(AttributeSet::FunctionIndex)) in transformConstExprCastCall() 1299 if (Attrs.hasAttributes(AttributeSet::ReturnIndex)) in transformCallThroughTrampoline() 1323 if (Attr.hasAttributes(Idx)) { in transformCallThroughTrampoline() 1334 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) in transformCallThroughTrampoline()
|
/external/webkit/Source/WebCore/dom/ |
D | Element.h | 127 bool hasAttributes() const; 446 inline bool Node::hasAttributes() const in hasAttributes() function 448 return isElementNode() && toElement(this)->hasAttributes(); in hasAttributes()
|
D | Node.idl | 92 boolean hasAttributes();
|
D | Node.h | 151 bool hasAttributes() const;
|
/external/webkit/Source/WebKit/win/ |
D | DOMCoreClasses.h | 207 virtual HRESULT STDMETHODCALLTYPE hasAttributes( 431 virtual HRESULT STDMETHODCALLTYPE hasAttributes( in hasAttributes() function 432 /* [retval][out] */ BOOL* result) { return DOMNode::hasAttributes(result); } in hasAttributes() 662 virtual HRESULT STDMETHODCALLTYPE hasAttributes( in hasAttributes() function 663 /* [retval][out] */ BOOL* result) { return DOMNode::hasAttributes(result); } in hasAttributes()
|
D | DOMHTMLClasses.h | 287 virtual HRESULT STDMETHODCALLTYPE hasAttributes( in hasAttributes() function 288 /* [retval][out] */ BOOL *result) { return DOMDocument::hasAttributes(result); } in hasAttributes() 561 virtual HRESULT STDMETHODCALLTYPE hasAttributes( in hasAttributes() function 562 /* [retval][out] */ BOOL *result) { return DOMElement::hasAttributes(result); } in hasAttributes() 820 virtual HRESULT STDMETHODCALLTYPE hasAttributes( in hasAttributes() function 821 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::hasAttributes(result); } in hasAttributes() 1125 virtual HRESULT STDMETHODCALLTYPE hasAttributes( in hasAttributes() function 1126 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::hasAttributes(result); } in hasAttributes() 1449 virtual HRESULT STDMETHODCALLTYPE hasAttributes( in hasAttributes() function 1450 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::hasAttributes(result); } in hasAttributes() [all …]
|
/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/webkit/Source/WebKit/qt/tests/qwebelement/ |
D | tst_qwebelement.cpp | 133 QVERIFY(!body.hasAttributes()); in attributes() 137 QVERIFY(body.hasAttributes()); in attributes() 145 QVERIFY(!body.hasAttributes()); in attributes()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 823 if (!NumberedAttrBuilders[VarID].hasAttributes()) in ParseUnnamedAttrGrp() 1757 if (ArgList[i].Attrs.hasAttributes(i + 1)) in ParseFunctionType() 2986 if (RetAttrs.hasAttributes()) in ParseFunctionHeader() 2993 if (ArgList[i].Attrs.hasAttributes(i + 1)) { in ParseFunctionHeader() 2999 if (FuncAttrs.hasAttributes()) in ParseFunctionHeader() 3534 if (RetAttrs.hasAttributes()) in ParseInvoke() 3557 if (ArgList[i].Attrs.hasAttributes(i + 1)) { in ParseInvoke() 3566 if (FnAttrs.hasAttributes()) in ParseInvoke() 3940 if (RetAttrs.hasAttributes()) in ParseCall() 3963 if (ArgList[i].Attrs.hasAttributes(i + 1)) { in ParseCall() [all …]
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebelement.h | 90 bool hasAttributes() const;
|
D | qwebelement.cpp | 490 bool QWebElement::hasAttributes() const in hasAttributes() function in QWebElement 494 return m_element->hasAttributes(); in hasAttributes()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNodeProxy.java | 1173 public boolean hasAttributes() in hasAttributes() method in DTMNodeProxy 1640 if (this.hasAttributes()) { in lookupNamespaceURI()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 674 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function 1965 bool hasAttributes() const { in hasAttributes() function 1966 if (getAttributes() || getDeclSpec().hasAttributes()) return true; in hasAttributes()
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | DOMCore.idl | 218 - (BOOL)hasAttributes; 220 HRESULT hasAttributes([out, retval] BOOL* result);
|
/external/webkit/Source/WebCore/bindings/scripts/ |
D | CodeGeneratorJS.pm | 382 my ($dataNode, $interfaceName, $className, $implClassName, $hasAttributes, $inlined) = @_; 450 if ($hasAttributes) { 466 my ($dataNode, $interfaceName, $className, $implClassName, $hasAttributes, $inlined) = @_; 551 if ($hasAttributes) {
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | DOMAgent.js | 83 hasAttributes: function() method in WebInspector.DOMNode
|
D | ElementsTreeOutline.js | 1091 if (!parseElement.hasAttributes()) { 1265 if (!isClosingTag && node.hasAttributes()) {
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemLiteralResult.java | 935 public boolean hasAttributes() in hasAttributes() method
|