HomeSort by relevance Sort by last modified time
    Searched refs:Attr (Results 1 - 25 of 901) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttrParsedAttrImpl.inc 21 static unsigned defaultSpellingIndexToSemanticSpelling(const AttributeList &Attr) {
25 static bool checkAMDGPUFlatWorkGroupSizeAppertainsTo(Sema &S, const AttributeList &Attr, const Decl *D) {
27 S.Diag(Attr.getLoc(), diag::err_attribute_wrong_decl_type)
28 << Attr.getName() << ExpectedKernelFunction;
34 static bool checkAMDGPUNumSGPRAppertainsTo(Sema &S, const AttributeList &Attr, const Decl *D) {
36 S.Diag(Attr.getLoc(), diag::err_attribute_wrong_decl_type)
37 << Attr.getName() << ExpectedKernelFunction;
43 static bool checkAMDGPUNumVGPRAppertainsTo(Sema &S, const AttributeList &Attr, const Decl *D) {
45 S.Diag(Attr.getLoc(), diag::err_attribute_wrong_decl_type)
46 << Attr.getName() << ExpectedKernelFunction
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttrParsedAttrImpl.inc 21 static unsigned defaultSpellingIndexToSemanticSpelling(const AttributeList &Attr) {
25 static bool checkAMDGPUFlatWorkGroupSizeAppertainsTo(Sema &S, const AttributeList &Attr, const Decl *D) {
27 S.Diag(Attr.getLoc(), diag::err_attribute_wrong_decl_type)
28 << Attr.getName() << ExpectedKernelFunction;
34 static bool checkAMDGPUNumSGPRAppertainsTo(Sema &S, const AttributeList &Attr, const Decl *D) {
36 S.Diag(Attr.getLoc(), diag::err_attribute_wrong_decl_type)
37 << Attr.getName() << ExpectedKernelFunction;
43 static bool checkAMDGPUNumVGPRAppertainsTo(Sema &S, const AttributeList &Attr, const Decl *D) {
45 S.Diag(Attr.getLoc(), diag::err_attribute_wrong_decl_type)
46 << Attr.getName() << ExpectedKernelFunction
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 175 static unsigned getNumAttributeArgs(const AttributeList &Attr) {
177 return Attr.getNumArgs() + Attr.hasParsedType();
181 static bool checkAttributeNumArgsImpl(Sema &S, const AttributeList &Attr,
184 if (Comp(getNumAttributeArgs(Attr), Num)) {
185 S.Diag(Attr.getLoc(), Diag) << Attr.getName() << Num;
194 static bool checkAttributeNumArgs(Sema &S, const AttributeList &Attr,
196 return checkAttributeNumArgsImpl(S, Attr, Num,
203 static bool checkAttributeAtLeastNumArgs(Sema &S, const AttributeList &Attr,
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
Element.java 22 * <code>Attr</code> object by name or an attribute value by name. In XML,
24 * <code>Attr</code> object should be retrieved to examine the possibly
50 * @return The <code>Attr</code> value as a string, or the empty string
63 * references, the user must create an <code>Attr</code> node plus any
105 * @return The <code>Attr</code> node with the specified name (
109 public Attr getAttributeNode(String name);
118 * @param newAttr The <code>Attr</code> node to add to the attribute list.
120 * attribute, the replaced <code>Attr</code> node is returned,
128 * explicitly clone <code>Attr</code> nodes to re-use them in other
131 public Attr setAttributeNode(Attr newAttr
    [all...]
Attr.java 16 * The <code>Attr</code> interface represents an attribute in an
19 * <p><code>Attr</code> objects inherit the <code>Node</code> interface, but
24 * <code>null</code> value for <code>Attr</code> objects. The DOM takes the
29 * <code>Attr</code> nodes may not be immediate children of a
33 * DOM need to be aware that <code>Attr</code> nodes have some things in
43 * attribute on the <code>Attr</code> instance can also be used to retrieve
58 * the child nodes of the <code>Attr</code> node may be either
68 * <code>nodeValue</code> attributes of an <code>Attr</code> node initially
73 * the string value directly or by changing the <code>Attr</code> child
90 * <th>Initial <code>Attr.value</code></th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 31 dwarf::Attribute Attr;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
39 return Offset != 0 && Attr != dwarf::Attribute(0);
49 Attr = dwarf::Attribute(0);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 31 dwarf::Attribute Attr;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
39 return Offset != 0 && Attr != dwarf::Attribute(0);
49 Attr = dwarf::Attribute(0);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 31 dwarf::Attribute Attr;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
39 return Offset != 0 && Attr != dwarf::Attribute(0);
49 Attr = dwarf::Attribute(0);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 31 dwarf::Attribute Attr;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
39 return Offset != 0 && Attr != dwarf::Attribute(0);
49 Attr = dwarf::Attribute(0);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 31 dwarf::Attribute Attr;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
39 return Offset != 0 && Attr != dwarf::Attribute(0);
49 Attr = dwarf::Attribute(0);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 31 dwarf::Attribute Attr;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
39 return Offset != 0 && Attr != dwarf::Attribute(0);
49 Attr = dwarf::Attribute(0);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 31 dwarf::Attribute Attr;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
39 return Offset != 0 && Attr != dwarf::Attribute(0);
49 Attr = dwarf::Attribute(0);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 31 dwarf::Attribute Attr;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
39 return Offset != 0 && Attr != dwarf::Attribute(0);
49 Attr = dwarf::Attribute(0);
  /external/clang/lib/Basic/
Attributes.cpp 7 const IdentifierInfo *Attr, const TargetInfo &Target,
9 StringRef Name = Attr->getName();
  /external/llvm/lib/Analysis/
AliasAnalysisSummary.cpp 34 bool hasUnknownAttr(AliasAttrs Attr) { return Attr.test(AttrUnknownIndex); }
37 bool hasCallerAttr(AliasAttrs Attr) { return Attr.test(AttrCaller); }
38 bool hasUnknownOrCallerAttr(AliasAttrs Attr) {
39 return Attr.test(AttrUnknownIndex) || Attr.test(AttrCallerIndex);
43 bool hasEscapedAttr(AliasAttrs Attr) { return Attr.test(AttrEscapedIndex); }
66 bool isGlobalOrArgAttr(AliasAttrs Attr) {
    [all...]
  /prebuilts/go/darwin-x86/src/debug/dwarf/
const.go 11 // An Attr identifies the attribute type in a DWARF Entry's Field.
12 type Attr uint32
15 AttrSibling Attr = 0x01
16 AttrLocation Attr = 0x02
17 AttrName Attr = 0x03
18 AttrOrdering Attr = 0x09
19 AttrByteSize Attr = 0x0B
20 AttrBitOffset Attr = 0x0C
21 AttrBitSize Attr = 0x0D
22 AttrStmtList Attr = 0x1
    [all...]
  /prebuilts/go/linux-x86/src/debug/dwarf/
const.go 11 // An Attr identifies the attribute type in a DWARF Entry's Field.
12 type Attr uint32
15 AttrSibling Attr = 0x01
16 AttrLocation Attr = 0x02
17 AttrName Attr = 0x03
18 AttrOrdering Attr = 0x09
19 AttrByteSize Attr = 0x0B
20 AttrBitOffset Attr = 0x0C
21 AttrBitSize Attr = 0x0D
22 AttrStmtList Attr = 0x1
    [all...]
  /frameworks/av/media/libmediametrics/include/
MediaAnalyticsItem.h 73 // Attr: names for attributes within a record
76 typedef const char *Attr;
121 void setInt32(Attr, int32_t value);
122 void setInt64(Attr, int64_t value);
123 void setDouble(Attr, double value);
124 void setRate(Attr, int64_t count, int64_t duration);
125 void setCString(Attr, const char *value);
127 // fused get/add/set; if attr wasn't there, it's a simple set.
129 void addInt32(Attr, int32_t value);
130 void addInt64(Attr, int64_t value)
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NamedNodeMapGetNamedItemNS.java 28 import org.w3c.dom.Attr;
104 Attr attribute;
112 attribute = (Attr) attributes.getNamedItemNS("http://www.nist.gov",
121 Attr attribute;
122 Attr newAttr1;
123 Attr newAttr2;
133 attribute = (Attr) attributes.getNamedItemNS(
142 Attr attribute;
143 Attr newAttr1;
152 attribute = (Attr) attributes.getNamedItemNS
    [all...]
  /external/clang/include/clang/Basic/
Attributes.h 34 const IdentifierInfo *Attr, const TargetInfo &Target,
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 23 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {}
24 uint16_t Attr;
46 uint32_t findAttributeIndex(uint16_t attr) const;
  /external/skia/src/xml/
SkDOM.h 29 typedef SkDOMAttr Attr;
52 const Attr* getFirstAttr(const Node*) const;
53 const Attr* getNextAttr(const Node*, const Attr*) const;
54 const char* getAttrName(const Node*, const Attr*) const;
55 const char* getAttrValue(const Node*, const Attr*) const;
82 const Attr* fAttr;
83 const Attr* fStop;
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
namednodemapremovenameditemns03.java 74 Attr attribute;
75 Attr newAttribute;
76 Attr attribute1;
77 Attr attribute2;
86 attribute = (Attr) attributes.removeNamedItemNS("http://www.w3.org/DOM/L1", "att");
87 attribute = (Attr) attributes.getNamedItemNS("http://www.w3.org/DOM/L2", "att");
namednodemapremovenameditemns04.java 73 Attr attribute;
74 Attr attributeRemoved;
80 attributeRemoved = (Attr) attributes.removeNamedItemNS("http://www.w3.org/2000/xmlns/", "xmlns");
81 attribute = (Attr) attributes.getNamedItemNS("http://www.w3.org/2000/xmlns/", "xmlns");
83 attributeRemoved = (Attr) attributes.removeNamedItemNS("http://www.w3.org/2000/xmlns/", "dmstc");
84 attribute = (Attr) attributes.getNamedItemNS("http://www.w3.org/2000/xmlns/", "dmstc");
  /external/llvm/lib/Support/
ARMBuildAttrs.cpp 17 ARMBuildAttrs::AttrType Attr;
74 StringRef AttrTypeAsString(unsigned Attr, bool HasTagPrefix) {
75 return AttrTypeAsString(static_cast<AttrType>(Attr), HasTagPrefix);
78 StringRef AttrTypeAsString(AttrType Attr, bool HasTagPrefix) {
81 if (ARMAttributeTags[TI].Attr == Attr)
91 return ARMAttributeTags[TI].Attr;

Completed in 541 milliseconds

1 2 3 4 5 6 7 8 91011>>