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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Attrs.inc 29 : InheritableAttr(attr::AMDGPUFlatWorkGroupSize, R, SI, false, false)
49 static bool classof(const Attr *A) { return A->getKind() == attr::AMDGPUFlatWorkGroupSize; }
66 : InheritableAttr(attr::AMDGPUNumSGPR, R, SI, false, false)
81 static bool classof(const Attr *A) { return A->getKind() == attr::AMDGPUNumSGPR; }
98 : InheritableAttr(attr::AMDGPUNumVGPR, R, SI, false, false)
113 static bool classof(const Attr *A) { return A->getKind() == attr::AMDGPUNumVGPR; }
133 : InheritableAttr(attr::AMDGPUWavesPerEU, R, SI, false, false
    [all...]
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 26 static Attr *handleFallThroughAttr(Sema &S, Stmt *St, const AttributeList &A,
28 FallThroughAttr Attr(A.getRange(), S.Context,
32 << Attr.getSpelling() << St->getLocStart();
53 return ::new (S.Context) auto(Attr);
56 static Attr *handleLoopHintAttr(Sema &S, Stmt *St, const AttributeList &A,
144 const SmallVectorImpl<const Attr *> &Attrs) {
226 static Attr *handleOpenCLUnrollHint(Sema &S, Stmt *St, const AttributeList &A,
272 static Attr *ProcessStmtAttribute(Sema &S, Stmt *St, const AttributeList &A,
297 SmallVector<const Attr*, 8> Attrs;
299 if (Attr *a = ProcessStmtAttribute(*this, S, *l, Range)
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugInfoEntry.cpp 60 dumpAttribute(OS, u, &offset, AttrSpec.Attr, AttrSpec.Form, indent);
114 uint16_t attr, uint16_t form,
119 const char *attrString = AttributeString(attr);
123 WithColor(OS, syntax::Attribute).get() << format("DW_AT_Unknown_%x", attr);
141 if (attr == DW_AT_decl_file || attr == DW_AT_call_file) {
152 Name = AttributeValueString(attr, *Val);
156 else if (attr == DW_AT_decl_line || attr == DW_AT_call_line)
164 if (attr == DW_AT_specification || attr == DW_AT_abstract_origin)
    [all...]
  /external/abi-compliance-checker/modules/Internals/
XmlDump.pm 84 foreach my $Attr ("Name", "Type", "Size",
87 if(defined $TInfo{$Attr}) {
88 $ABI_DUMP .= addTag(lc($Attr), $TInfo{$Attr});
229 foreach my $Attr ("MnglName", "ShortName", "Class",
232 if(defined $SInfo{$Attr})
234 my $Tag = $Attr;
235 if($TR{$Attr}) {
236 $Tag = $TR{$Attr};
238 $ABI_DUMP .= addTag(lc($Tag), $SInfo{$Attr});
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java 76 import org.w3c.dom.Attr;
122 private List<Attr> mChosenAttributes = new ArrayList<Attr>();
128 private Map<String, List<Attr>> mAvailableAttributes;
222 void setChosenAttributes(List<Attr> attributes) {
249 Pair<Map<String, List<Attr>>, Set<Attr>> getAvailableAttributes() {
250 mAvailableAttributes = new TreeMap<String, List<Attr>>();
251 Set<Attr> withinSelection = new HashSet<Attr>();
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
Support.c 162 UINTN Attr;
171 Attr = EFI_MEMORY_WB;
175 Attr = EFI_MEMORY_UC;
179 Attr = EFI_MEMORY_WB;
183 Attr = EFI_MEMORY_UC;
189 Attr = EFI_MEMORY_UC;
221 Attr
  /external/clang/include/clang/AST/
AttrIterator.h 10 // This file defines the Attr vector and specific_attr_iterator interfaces.
22 class Attr;
41 /// AttrVec - A vector of Attr, which is how they are stored on the AST.
42 typedef SmallVector<Attr*, 2> AttrVec;
43 typedef SmallVector<const Attr*, 2> ConstAttrVec;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ConvertToDpFix.java 30 import org.w3c.dom.Attr;
65 Attr attribute = (Attr) attributes.item(i);
  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 201 static AttrListPtr get(const AttributeWithIndex *Attr, unsigned NumAttrs);
244 bool paramHasAttr(unsigned Idx, Attributes Attr) const {
245 return (getAttributes(Idx) & Attr) != 0;
256 bool hasAttrSomewhere(Attributes Attr) const;
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreateattribute.java 66 Attr newAttrNode;
documentinvalidcharacterexceptioncreateattribute.java 70 Attr createdAttr;
elementgetattributenode.java 36 * Attr object, the "name" can be examined to ensure the
67 Attr domesticAttr;
elementgetattributenodenull.java 68 Attr domesticAttr;
hc_documentcreateattribute.java 65 Attr newAttrNode;
hc_documentinvalidcharacterexceptioncreateattribute.java 69 Attr createdAttr;
hc_documentinvalidcharacterexceptioncreateattribute1.java 62 Attr createdAttr;
hc_elementgetattributenode.java 63 Attr domesticAttr;
hc_elementgetattributenodenull.java 67 Attr domesticAttr;
hc_namednodemapsetnameditemwithnewvalue.java 38 * newly created Attr Node and whose node name
72 Attr newAttribute;
hc_nodeattributenodename.java 64 Attr addrAttr;
hc_nodeattributenodetype.java 65 Attr addrAttr;
hc_nodeattributenodevalue.java 66 Attr addrAttr;
namednodemapsetnameditemreturnvalue.java 40 * new Attr Node previously created and whose node name
75 Attr newAttribute;
namednodemapsetnameditemwithnewvalue.java 38 * newly created Attr Node and whose node name
72 Attr newAttribute;
nodeattributenodename.java 67 Attr addrAttr;

Completed in 463 milliseconds

<<11121314151617181920>>