/external/clang/include/clang/Basic/ |
H A D | Attributes.h | 33 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
|
/external/clang/lib/Basic/ |
H A D | Attributes.cpp | 6 int clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, function in class:clang
|
/external/llvm/lib/IR/ |
H A D | Attributes.cpp | 147 bool Attribute::hasAttribute(AttrKind Kind) const { function in class:Attribute 148 return (pImpl && pImpl->hasAttribute(Kind)) || (!pImpl && Kind == None); 151 bool Attribute::hasAttribute(StringRef Kind) const { function in class:Attribute 153 return pImpl && pImpl->hasAttribute(Kind); 158 assert(hasAttribute(Attribute::Alignment) && 166 assert(hasAttribute(Attribute::StackAlignment) && 173 assert(hasAttribute(Attribute::Dereferenceable) && 180 assert(hasAttribute(Attribute::DereferenceableOrNull) && 189 if (hasAttribute(Attribute::SanitizeAddress)) 191 if (hasAttribute(Attribut 350 bool AttributeImpl::hasAttribute(Attribute::AttrKind A) const { function in class:AttributeImpl 355 bool AttributeImpl::hasAttribute(StringRef Kind) const { function in class:AttributeImpl 504 bool AttributeSetNode::hasAttribute(Attribute::AttrKind Kind) const { function in class:AttributeSetNode 511 bool AttributeSetNode::hasAttribute(StringRef Kind) const { function in class:AttributeSetNode 994 bool AttributeSet::hasAttribute(unsigned Index, Attribute::AttrKind Kind) const{ function in class:AttributeSet 999 bool AttributeSet::hasAttribute(unsigned Index, StringRef Kind) const { function in class:AttributeSet [all...] |
H A D | AttributeImpl.h | 56 bool hasAttribute(Attribute::AttrKind A) const; 57 bool hasAttribute(StringRef Kind) const; 163 bool hasAttribute(Attribute::AttrKind Kind) const; 164 bool hasAttribute(StringRef Kind) const;
|
H A D | Function.cpp | 80 hasAttribute(getArgNo()+1, Attribute::NonNull)) 93 hasAttribute(getArgNo()+1, Attribute::ByVal); 101 hasAttribute(getArgNo()+1, Attribute::InAlloca); 107 return Attrs.hasAttribute(getArgNo() + 1, Attribute::ByVal) || 108 Attrs.hasAttribute(getArgNo() + 1, Attribute::InAlloca); 134 hasAttribute(getArgNo()+1, Attribute::Nest); 142 hasAttribute(getArgNo()+1, Attribute::NoAlias); 150 hasAttribute(getArgNo()+1, Attribute::NoCapture); 158 hasAttribute(getArgNo()+1, Attribute::StructRet); 165 hasAttribute(getArgN [all...] |
H A D | Verifier.cpp | 1289 Assert(!Attrs.hasAttribute(Idx, Attribute::ByVal) && 1290 !Attrs.hasAttribute(Idx, Attribute::Nest) && 1291 !Attrs.hasAttribute(Idx, Attribute::StructRet) && 1292 !Attrs.hasAttribute(Idx, Attribute::NoCapture) && 1293 !Attrs.hasAttribute(Idx, Attribute::Returned) && 1294 !Attrs.hasAttribute(Idx, Attribute::InAlloca), 1302 AttrCount += Attrs.hasAttribute(Idx, Attribute::ByVal); 1303 AttrCount += Attrs.hasAttribute(Idx, Attribute::InAlloca); 1304 AttrCount += Attrs.hasAttribute(Idx, Attribute::StructRet) || 1305 Attrs.hasAttribute(Id [all...] |
/external/llvm/include/llvm/IR/ |
H A D | Function.h | 202 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, Kind); 205 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, Kind); 263 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, 273 AttributeSets.hasAttribute(AttributeSet::FunctionIndex, 283 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, 291 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, 301 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, 310 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, 319 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, 328 return AttributeSets.hasAttribute(AttributeSe [all...] |
H A D | Attributes.h | 112 bool hasAttribute(AttrKind Val) const; 115 bool hasAttribute(StringRef Val) const; 286 bool hasAttribute(unsigned Index, Attribute::AttrKind Kind) const; 289 bool hasAttribute(unsigned Index, StringRef Kind) const;
|
/external/autotest/client/site_tests/security_DbusOwners/ |
H A D | security_DbusOwners.py | 46 if (policy.hasAttribute('user') and 51 if allow.hasAttribute('own'):
|
/external/deqp/executor/ |
H A D | xeTestCaseListParser.cpp | 104 const char* name = m_xmlParser.hasAttribute("Name") ? m_xmlParser.getAttribute("Name") : DE_NULL; 105 const char* description = m_xmlParser.hasAttribute("Description") ? m_xmlParser.getAttribute("Description") : DE_NULL; 106 const char* caseType = m_xmlParser.hasAttribute("CaseType") ? m_xmlParser.getAttribute("CaseType") : DE_NULL;
|
/external/eyes-free/AccessCheck/src/com/android/accessibility/ |
H A D | AccessibilityValidationContentHandler.java | 134 boolean hasAttribute = false; 139 hasAttribute = true; 148 if (!hasAttribute) {
|
/external/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 145 if (F->getAttributes().hasAttribute(A->getArgNo() + 1, Attribute::InReg) || 146 F->getAttributes().hasAttribute(A->getArgNo() + 1, Attribute::ByVal))
|
/external/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetMachine.cpp | 72 std::string CPU = !CPUAttr.hasAttribute(Attribute::None) 75 std::string FS = !FSAttr.hasAttribute(Attribute::None)
|
/external/llvm/include/llvm/MC/ |
H A D | MCSectionMachO.h | 62 bool hasAttribute(unsigned Value) const { function in class:llvm::final
|
/external/llvm/lib/Target/Mips/ |
H A D | MipsTargetMachine.cpp | 128 std::string CPU = !CPUAttr.hasAttribute(Attribute::None) 131 std::string FS = !FSAttr.hasAttribute(Attribute::None) 135 !F.getFnAttribute("mips16").hasAttribute(Attribute::None); 137 !F.getFnAttribute("nomips16").hasAttribute(Attribute::None);
|
/external/opencv3/modules/ts/misc/ |
H A D | testlog_parser.py | 46 if xmlnode.hasAttribute(name): 54 if xmlnode.hasAttribute(name): 62 if xmlnode.hasAttribute(name): 70 if xmlnode.hasAttribute(name):
|
/external/parameter-framework/upstream/parameter/ |
H A D | ComponentType.cpp | 87 if (xmlElement.hasAttribute("Extends")) {
|
/external/parameter-framework/upstream/xmlserializer/ |
H A D | XmlElement.h | 53 bool hasAttribute(const std::string &strAttributeName) const;
|
H A D | XmlElement.cpp | 59 if (hasAttribute("Name")) { 74 bool CXmlElement::hasAttribute(const string &strAttributeName) const function in class:CXmlElement 82 if (!hasAttribute(name)) {
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
H A D | AttributeContainer.java | 71 public boolean hasAttribute(final String name) { method in class:AttributeContainer 144 if (!other.hasAttribute(thisAttrib.getName())) {
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
H A D | Data.java | 95 boolean hasAttribute(String key); method in interface:Data
|
H A D | DelegatedData.java | 102 public boolean hasAttribute(String key) { method in class:DelegatedData 103 return getDelegate().hasAttribute(key);
|
/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonOptimizeSZextends.cpp | 77 if (F.getAttributes().hasAttribute(Idx, Attribute::SExt)) {
|
H A D | HexagonTargetMachine.cpp | 144 std::string CPU = !CPUAttr.hasAttribute(Attribute::None) 147 std::string FS = !FSAttr.hasAttribute(Attribute::None)
|
/external/llvm/lib/Target/X86/ |
H A D | X86TargetMachine.cpp | 140 std::string CPU = !CPUAttr.hasAttribute(Attribute::None) 143 std::string FS = !FSAttr.hasAttribute(Attribute::None)
|