Searched defs:AttributeList (Results 1 - 22 of 22) sorted by relevance

/external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dast.py111 class AttributeList(NodeListBase): class in inherits:NodeListBase
140 assert attribute_list is None or isinstance(attribute_list, AttributeList)
158 assert attribute_list is None or isinstance(attribute_list, AttributeList)
200 assert attribute_list is None or isinstance(attribute_list, AttributeList)
217 assert attribute_list is None or isinstance(attribute_list, AttributeList)
249 assert attribute_list is None or isinstance(attribute_list, AttributeList)
301 assert attribute_list is None or isinstance(attribute_list, AttributeList)
328 assert attribute_list is None or isinstance(attribute_list, AttributeList)
346 assert attribute_list is None or isinstance(attribute_list, AttributeList)
377 assert attribute_list is None or isinstance(attribute_list, AttributeList)
[all...]
/external/llvm/lib/IR/
H A DModule.cpp123 AttributeSet AttributeList) {
130 New->setAttributes(AttributeList);
155 AttributeSet AttributeList,
170 AttributeList);
121 getOrInsertFunction(StringRef Name, FunctionType *Ty, AttributeSet AttributeList) argument
154 getOrInsertFunction(StringRef Name, AttributeSet AttributeList, Type *RetTy, ...) argument
/external/swiftshader/third_party/LLVM/include/llvm/
H A DFunction.h88 AttrListPtr AttributeList; ///< Parameter attributes member in class:llvm::Function
169 const AttrListPtr &getAttributes() const { return AttributeList; }
173 void setAttributes(const AttrListPtr &attrs) { AttributeList = attrs; }
178 return AttributeList.paramHasAttr(~0U, N);
204 return AttributeList.paramHasAttr(i, attr);
215 return AttributeList.getParamAlignment(i);
H A DInstructions.h1145 AttrListPtr AttributeList; ///< parameter attributes for call member in class:llvm::CallInst
1243 const AttrListPtr &getAttributes() const { return AttributeList; }
1247 void setAttributes(const AttrListPtr &Attrs) { AttributeList = Attrs; }
1260 return AttributeList.getParamAlignment(i);
1320 return AttributeList.hasAttrSomewhere(Attribute::ByVal);
2663 AttrListPtr AttributeList;
2724 const AttrListPtr &getAttributes() const { return AttributeList; }
2728 void setAttributes(const AttrListPtr &Attrs) { AttributeList = Attrs; }
2741 return AttributeList.getParamAlignment(i);
2792 return AttributeList
[all...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DModule.cpp141 AttrListPtr AttributeList) {
148 New->setAttributes(AttributeList);
174 AttrListPtr AttributeList) {
180 New->setAttributes(AttributeList);
191 AttrListPtr AttributeList = AttrListPtr::get((AttributeWithIndex *)0, 0); local
192 return getOrInsertFunction(Name, Ty, AttributeList);
201 AttrListPtr AttributeList,
216 AttributeList);
139 getOrInsertFunction(StringRef Name, FunctionType *Ty, AttrListPtr AttributeList) argument
172 getOrInsertTargetIntrinsic(StringRef Name, FunctionType *Ty, AttrListPtr AttributeList) argument
200 getOrInsertFunction(StringRef Name, AttrListPtr AttributeList, Type *RetTy, ...) argument
/external/clang/include/clang/Sema/
H A DAttributeList.h1 //===--- AttributeList.h - Parsed attribute sets ----------------*- C++ -*-===//
10 // This file defines the AttributeList class, which is used to collect
54 /// Describes the trailing object for Availability attribute in AttributeList.
81 /// AttributeList as an argument.
85 /// AttributeList - Represents a syntactic attribute.
94 class AttributeList { // TODO: This should really be called ParsedAttribute class in namespace:clang
162 AttributeList *NextInPosition;
165 AttributeList *NextInPool;
229 AttributeList(const AttributeList
237 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, function in class:clang::AttributeList
252 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, function in class:clang::AttributeList
275 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, function in class:clang::AttributeList
294 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, function in class:clang::AttributeList
313 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, function in class:clang::AttributeList
326 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, function in class:clang::AttributeList
[all...]
/external/clang/lib/CodeGen/
H A DCGVTables.cpp377 CodeGen::AttributeListType AttributeList; local
378 CGM.ConstructAttributeList(Callee->getName(), *CurFnInfo, MD, AttributeList,
381 llvm::AttributeSet::get(getLLVMContext(), AttributeList);
H A DCodeGenModule.cpp822 AttributeListType AttributeList; local
823 ConstructAttributeList(F->getName(), Info, D, AttributeList, CallingConv,
825 F->setAttributes(llvm::AttributeSet::get(getLLVMContext(), AttributeList));
/external/clang/test/Index/
H A Drecursive-cxx-member-calls.cpp12 class AttributeList { class in namespace:clang
100 AttributeList::Kind AttributeList::getKind(const IdentifierInfo * Name) {
105 return llvm::StringSwitch < AttributeList::Kind > (AttrName)
251 // CHECK-tokens: Keyword: "class" [12:3 - 12:8] ClassDecl=AttributeList:12:9 (Definition)
252 // CHECK-tokens: Identifier: "AttributeList" [12:9 - 12:22] ClassDecl=AttributeList:12:9 (Definition)
253 // CHECK-tokens: Punctuation: "{" [12:23 - 12:24] ClassDecl=AttributeList:12:9 (Definition)
399 // CHECK-tokens: Punctuation: ";" [32:6 - 32:7] ClassDecl=AttributeList:12:9 (Definition)
401 // CHECK-tokens: Identifier: "Kind" [33:12 - 33:16] TypeRef=enum clang::AttributeList
[all...]
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.h63 AttributeList; typedef in namespace:dwarf2reader
64 typedef AttributeList::iterator AttributeIterator;
65 typedef AttributeList::const_iterator ConstAttributeIterator;
248 AttributeList attributes;
/external/python/cpython2/Lib/xml/dom/
H A Dminidom.py606 AttributeList = NamedNodeMap variable
/external/llvm/include/llvm/IR/
H A DInstructions.h1355 AttributeSet AttributeList; ///< parameter attributes for call member in class:llvm::CallInst
1618 const AttributeSet &getAttributes() const { return AttributeList; }
1622 void setAttributes(const AttributeSet &Attrs) { AttributeList = Attrs; }
1675 /// underlying AttributeList or the OperandBundleUser as appropriate.
1687 return AttributeList.getParamAlignment(i);
1693 return AttributeList.getDereferenceableBytes(i);
1699 return AttributeList.getDereferenceableOrNullBytes(i);
1706 return AttributeList.hasAttribute(n, Attribute::NoAlias);
1803 return AttributeList.hasAttrSomewhere(Attribute::ByVal);
1846 if (AttributeList
3393 AttributeSet AttributeList; member in class:llvm::InvokeInst
[all...]
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 626 milliseconds