/external/llvm/lib/IR/ |
D | Attributes.cpp | 147 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 …]
|
D | Function.cpp | 77 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 …]
|
D | Verifier.cpp | 1300 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 …]
|
D | AttributeImpl.h | 55 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/ |
D | Function.h | 188 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 …]
|
D | Attributes.h | 158 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/ |
D | MipsTargetMachine.cpp | 129 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/ |
D | xeTestCaseListParser.cpp | 104 …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()
|
D | xeTestResultParser.cpp | 384 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/ |
D | AccessibilityValidationContentHandler.java | 134 boolean hasAttribute = false; in startElement() 139 hasAttribute = true; in startElement() 148 if (!hasAttribute) { in startElement()
|
/external/parameter-framework/parameter/ |
D | LogarithmicParameterAdaptation.cpp | 60 if (xmlElement.hasAttribute("LogarithmBase")) { in fromXml() 73 if (xmlElement.hasAttribute("FloorValue")) { in fromXml()
|
D | LinearParameterAdaptation.cpp | 66 if (xmlElement.hasAttribute("SlopeNumerator")) { in fromXml() 75 if (xmlElement.hasAttribute("SlopeDenominator")) { in fromXml()
|
D | IntegerParameterType.cpp | 110 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()
|
D | TypeElement.cpp | 106 if (xmlElement.hasAttribute("ArrayLength")) { in fromXml() 113 if (xmlElement.hasAttribute("Mapping")) { in fromXml()
|
D | ParameterAdaptation.cpp | 70 if (xmlElement.hasAttribute("Offset")) { in fromXml()
|
D | MappingData.cpp | 41 assert(xmlElement.hasAttribute("Mapping")); in fromXml()
|
D | ComponentType.cpp | 90 if (xmlElement.hasAttribute("Extends")) { in fromXml()
|
/external/parameter-framework/xmlserializer/ |
D | XmlElement.cpp | 60 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/ |
D | X86TargetMachine.cpp | 122 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/ |
D | AttributeContainer.java | 71 public boolean hasAttribute(final String name) { in hasAttribute() method in AttributeContainer 144 if (!other.hasAttribute(thisAttrib.getName())) { in attributesAreEqual()
|
/external/clang/include/clang/Basic/ |
D | Attributes.h | 33 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
|
/external/clang/lib/Basic/ |
D | Attributes.cpp | 6 int clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, in hasAttribute() function in clang
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.cpp | 198 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/ |
D | DelegatedData.java | 102 public boolean hasAttribute(String key) { in hasAttribute() method in DelegatedData 103 return getDelegate().hasAttribute(key); in hasAttribute()
|
/external/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 63 bool hasAttribute(unsigned Value) const { in hasAttribute() function
|