Home
last modified time | relevance | path

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

12

/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp279 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()
DArgumentPromotion.cpp521 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/
DAttributes.h290 bool hasAttributes(unsigned Index) const;
436 bool hasAttributes() const;
440 bool hasAttributes(AttributeSet A, uint64_t Index) const;
/external/llvm/lib/IR/
DAttributes.cpp596 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
DAsmWriter.cpp514 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 …]
DAttributeImpl.h174 bool hasAttributes() const { return !AttrList.empty(); } in hasAttributes() function
/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/Transforms/InstCombine/
DInstCombineCalls.cpp1019 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/
DElement.h127 bool hasAttributes() const;
446 inline bool Node::hasAttributes() const in hasAttributes() function
448 return isElementNode() && toElement(this)->hasAttributes(); in hasAttributes()
DNode.idl92 boolean hasAttributes();
DNode.h151 bool hasAttributes() const;
/external/webkit/Source/WebKit/win/
DDOMCoreClasses.h207 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()
DDOMHTMLClasses.h287 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/
DUnImplNode.java409 public boolean hasAttributes() in hasAttributes() method in UnImplNode
1391 if (this.hasAttributes()) { in lookupNamespaceURI()
/external/webkit/Source/WebKit/qt/tests/qwebelement/
Dtst_qwebelement.cpp133 QVERIFY(!body.hasAttributes()); in attributes()
137 QVERIFY(body.hasAttributes()); in attributes()
145 QVERIFY(!body.hasAttributes()); in attributes()
/external/llvm/lib/AsmParser/
DLLParser.cpp823 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/
Dqwebelement.h90 bool hasAttributes() const;
Dqwebelement.cpp490 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/
DDTMNodeProxy.java1173 public boolean hasAttributes() in hasAttributes() method in DTMNodeProxy
1640 if (this.hasAttributes()) { in lookupNamespaceURI()
/external/clang/include/clang/Sema/
DDeclSpec.h674 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/
DDOMCore.idl218 - (BOOL)hasAttributes;
220 HRESULT hasAttributes([out, retval] BOOL* result);
/external/webkit/Source/WebCore/bindings/scripts/
DCodeGeneratorJS.pm382 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/
DDOMAgent.js83 hasAttributes: function() method in WebInspector.DOMNode
DElementsTreeOutline.js1091 if (!parseElement.hasAttributes()) {
1265 if (!isClosingTag && node.hasAttributes()) {
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java935 public boolean hasAttributes() in hasAttributes() method

12