Home
last modified time | relevance | path

Searched refs:hasAttribute (Results 1 – 25 of 74) sorted by relevance

123

/external/llvm/lib/IR/
DAttributes.cpp147 bool Attribute::hasAttribute(AttrKind Kind) const { in hasAttribute() function in Attribute
148 return (pImpl && pImpl->hasAttribute(Kind)) || (!pImpl && Kind == None); in hasAttribute()
151 bool Attribute::hasAttribute(StringRef Kind) const { in hasAttribute() function in Attribute
153 return pImpl && pImpl->hasAttribute(Kind); in hasAttribute()
158 assert(hasAttribute(Attribute::Alignment) && in getAlignment()
166 assert(hasAttribute(Attribute::StackAlignment) && in getStackAlignment()
173 assert(hasAttribute(Attribute::Dereferenceable) && in getDereferenceableBytes()
180 assert(hasAttribute(Attribute::DereferenceableOrNull) && in getDereferenceableOrNullBytes()
189 if (hasAttribute(Attribute::SanitizeAddress)) in getAsString()
191 if (hasAttribute(Attribute::AlwaysInline)) in getAsString()
[all …]
DFunction.cpp77 hasAttribute(getArgNo()+1, Attribute::NonNull)) in hasNonNullAttr()
90 hasAttribute(getArgNo()+1, Attribute::ByVal); in hasByValAttr()
98 hasAttribute(getArgNo()+1, Attribute::InAlloca); in hasInAllocaAttr()
104 return Attrs.hasAttribute(getArgNo() + 1, Attribute::ByVal) || in hasByValOrInAllocaAttr()
105 Attrs.hasAttribute(getArgNo() + 1, Attribute::InAlloca); in hasByValOrInAllocaAttr()
125 hasAttribute(getArgNo()+1, Attribute::Nest); in hasNestAttr()
133 hasAttribute(getArgNo()+1, Attribute::NoAlias); in hasNoAliasAttr()
141 hasAttribute(getArgNo()+1, Attribute::NoCapture); in hasNoCaptureAttr()
151 hasAttribute(1, Attribute::StructRet); in hasStructRetAttr()
158 hasAttribute(getArgNo()+1, Attribute::Returned); in hasReturnedAttr()
[all …]
DVerifier.cpp1300 Assert(!Attrs.hasAttribute(Idx, Attribute::ByVal) && in VerifyParameterAttrs()
1301 !Attrs.hasAttribute(Idx, Attribute::Nest) && in VerifyParameterAttrs()
1302 !Attrs.hasAttribute(Idx, Attribute::StructRet) && in VerifyParameterAttrs()
1303 !Attrs.hasAttribute(Idx, Attribute::NoCapture) && in VerifyParameterAttrs()
1304 !Attrs.hasAttribute(Idx, Attribute::Returned) && in VerifyParameterAttrs()
1305 !Attrs.hasAttribute(Idx, Attribute::InAlloca), in VerifyParameterAttrs()
1313 AttrCount += Attrs.hasAttribute(Idx, Attribute::ByVal); in VerifyParameterAttrs()
1314 AttrCount += Attrs.hasAttribute(Idx, Attribute::InAlloca); in VerifyParameterAttrs()
1315 AttrCount += Attrs.hasAttribute(Idx, Attribute::StructRet) || in VerifyParameterAttrs()
1316 Attrs.hasAttribute(Idx, Attribute::InReg); in VerifyParameterAttrs()
[all …]
DAttributeImpl.h55 bool hasAttribute(Attribute::AttrKind A) const;
56 bool hasAttribute(StringRef Kind) const;
159 bool hasAttribute(Attribute::AttrKind Kind) const;
160 bool hasAttribute(StringRef Kind) const;
/external/llvm/include/llvm/IR/
DFunction.h188 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, Kind);
191 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, Kind);
243 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
253 AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
262 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
271 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
280 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
290 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
305 return AttributeSets.hasAttribute(1, Attribute::StructRet) ||
306 AttributeSets.hasAttribute(2, Attribute::StructRet);
[all …]
DAttributes.h158 bool hasAttribute(AttrKind Val) const;
161 bool hasAttribute(StringRef Val) const;
320 bool hasAttribute(unsigned Index, Attribute::AttrKind Kind) const;
323 bool hasAttribute(unsigned Index, StringRef Kind) const;
/external/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp129 std::string CPU = !CPUAttr.hasAttribute(Attribute::None) in getSubtargetImpl()
132 std::string FS = !FSAttr.hasAttribute(Attribute::None) in getSubtargetImpl()
136 !F.getFnAttribute("mips16").hasAttribute(Attribute::None); in getSubtargetImpl()
138 !F.getFnAttribute("nomips16").hasAttribute(Attribute::None); in getSubtargetImpl()
146 bool softFloat = !SFAttr.hasAttribute(Attribute::None) in getSubtargetImpl()
/external/deqp/executor/
DxeTestCaseListParser.cpp104 …const char* name = m_xmlParser.hasAttribute("Name") ? m_xmlParser.getAttribute("Name") : DE_… in parse()
105 …const char* description = m_xmlParser.hasAttribute("Description") ? m_xmlParser.getAttribute("Des… in parse()
106 …const char* caseType = m_xmlParser.hasAttribute("CaseType") ? m_xmlParser.getAttribute("CaseType… in parse()
DxeTestResultParser.cpp384 if (!m_xmlParser.hasAttribute(name)) in getAttribute()
456 if (m_xmlParser.hasAttribute("CaseType")) in handleElementStart()
506 if (m_xmlParser.hasAttribute("Tag")) in handleElementStart()
595 …set->description = m_xmlParser.hasAttribute("Description") ? m_xmlParser.getAttribute("Description… in handleElementStart()
670 if (m_xmlParser.hasAttribute("Unit")) in handleElementStart()
/external/eyes-free/AccessCheck/src/com/android/accessibility/
DAccessibilityValidationContentHandler.java134 boolean hasAttribute = false; in startElement()
139 hasAttribute = true; in startElement()
148 if (!hasAttribute) { in startElement()
/external/parameter-framework/parameter/
DLogarithmicParameterAdaptation.cpp60 if (xmlElement.hasAttribute("LogarithmBase")) { in fromXml()
73 if (xmlElement.hasAttribute("FloorValue")) { in fromXml()
DLinearParameterAdaptation.cpp66 if (xmlElement.hasAttribute("SlopeNumerator")) { in fromXml()
75 if (xmlElement.hasAttribute("SlopeDenominator")) { in fromXml()
DIntegerParameterType.cpp110 if (xmlElement.hasAttribute("Min")) { in fromXml()
120 if (xmlElement.hasAttribute("Max")) { in fromXml()
130 if (xmlElement.hasAttribute("Min")) { in fromXml()
137 if (xmlElement.hasAttribute("Max")) { in fromXml()
DTypeElement.cpp106 if (xmlElement.hasAttribute("ArrayLength")) { in fromXml()
113 if (xmlElement.hasAttribute("Mapping")) { in fromXml()
DParameterAdaptation.cpp70 if (xmlElement.hasAttribute("Offset")) { in fromXml()
DMappingData.cpp41 assert(xmlElement.hasAttribute("Mapping")); in fromXml()
DComponentType.cpp90 if (xmlElement.hasAttribute("Extends")) { in fromXml()
/external/parameter-framework/xmlserializer/
DXmlElement.cpp60 if (hasAttribute("Name")) { in getPath()
80 bool CXmlElement::hasAttribute(const string& strAttributeName) const in hasAttribute() function in CXmlElement
87 if (!hasAttribute(strAttributeName)) { in getAttributeString()
/external/llvm/lib/Target/X86/
DX86TargetMachine.cpp122 std::string CPU = !CPUAttr.hasAttribute(Attribute::None) in getSubtargetImpl()
125 std::string FS = !FSAttr.hasAttribute(Attribute::None) in getSubtargetImpl()
135 bool SoftFloat = !SFAttr.hasAttribute(Attribute::None) in getSubtargetImpl()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DAttributeContainer.java71 public boolean hasAttribute(final String name) { in hasAttribute() method in AttributeContainer
144 if (!other.hasAttribute(thisAttrib.getName())) { in attributesAreEqual()
/external/clang/include/clang/Basic/
DAttributes.h33 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
/external/clang/lib/Basic/
DAttributes.cpp6 int clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, in hasAttribute() function in clang
/external/llvm/lib/Target/ARM/
DARMTargetMachine.cpp198 std::string CPU = !CPUAttr.hasAttribute(Attribute::None) in getSubtargetImpl()
201 std::string FS = !FSAttr.hasAttribute(Attribute::None) in getSubtargetImpl()
211 bool SoftFloat = !SFAttr.hasAttribute(Attribute::None) in getSubtargetImpl()
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DDelegatedData.java102 public boolean hasAttribute(String key) { in hasAttribute() method in DelegatedData
103 return getDelegate().hasAttribute(key); in hasAttribute()
/external/llvm/include/llvm/MC/
DMCSectionMachO.h63 bool hasAttribute(unsigned Value) const { in hasAttribute() function

123