Searched refs:Attr (Results 1 - 25 of 112) sorted by relevance

12345

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp170 static unsigned getNumAttributeArgs(const AttributeList &Attr) { argument
172 return Attr.getNumArgs() + Attr.hasParsedType();
176 static bool checkAttributeNumArgsImpl(Sema &S, const AttributeList &Attr, argument
179 if (Comp(getNumAttributeArgs(Attr), Num)) {
180 S.Diag(Attr.getLoc(), Diag) << Attr.getName() << Num;
189 static bool checkAttributeNumArgs(Sema &S, const AttributeList &Attr, argument
191 return checkAttributeNumArgsImpl(S, Attr, Num,
198 static bool checkAttributeAtLeastNumArgs(Sema &S, const AttributeList &Attr, argument
207 checkAttributeAtMostNumArgs(Sema &S, const AttributeList &Attr, unsigned Num) argument
216 checkUInt32Argument(Sema &S, const AttributeList &Attr, const Expr *Expr, uint32_t &Val, unsigned Idx = UINT_MAX) argument
246 checkAttrMutualExclusion(Sema &S, Decl *D, const AttributeList &Attr) argument
260 checkFunctionOrMethodParameterIndex(Sema &S, const Decl *D, const AttributeList &Attr, unsigned AttrArgNum, const Expr *IdxExpr, uint64_t &Idx) argument
308 checkStringLiteralArgumentAttr(const AttributeList &Attr, unsigned ArgNum, StringRef &Str, SourceLocation *ArgLocation) argument
343 handleSimpleAttribute(Sema &S, Decl *D, const AttributeList &Attr) argument
375 threadSafetyCheckIsPointer(Sema &S, const Decl *D, const AttributeList &Attr) argument
497 checkAttrArgsAreCapabilityObjs(Sema &S, Decl *D, const AttributeList &Attr, SmallVectorImpl<Expr *> &Args, int Sidx = 0, bool ParamIdxOk = false) argument
575 handlePtGuardedVarAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
585 checkGuardedByAttrCommon(Sema &S, Decl *D, const AttributeList &Attr, Expr* &Arg) argument
600 handleGuardedByAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
609 handlePtGuardedByAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
623 checkAcquireOrderAttrCommon(Sema &S, Decl *D, const AttributeList &Attr, SmallVectorImpl<Expr *> &Args) argument
648 handleAcquiredAfterAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
661 handleAcquiredBeforeAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
674 checkLockFunAttrCommon(Sema &S, Decl *D, const AttributeList &Attr, SmallVectorImpl<Expr *> &Args) argument
684 handleAssertSharedLockAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
697 handleAssertExclusiveLockAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
712 checkTryLockFunAttrCommon(Sema &S, Decl *D, const AttributeList &Attr, SmallVectorImpl<Expr *> &Args) argument
730 handleSharedTrylockFunctionAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
743 handleExclusiveTrylockFunctionAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
754 handleLockReturnedAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
768 handleLocksExcludedAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
786 handleEnableIfAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
814 handleConsumableAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
837 checkForConsumableClass(Sema &S, const CXXMethodDecl *MD, const AttributeList &Attr) argument
855 handleCallableWhenAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
894 handleParamTypestateAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
932 handleReturnTypestateAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
981 handleSetTypestateAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
1005 handleTestTypestateAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
1030 handleExtVectorTypeAttr(Sema &S, Scope *scope, Decl *D, const AttributeList &Attr) argument
1036 handlePackedAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
1056 checkIBOutletCommon(Sema &S, Decl *D, const AttributeList &Attr) argument
1082 handleIBOutlet(Sema &S, Decl *D, const AttributeList &Attr) argument
1091 handleIBOutletCollection(Sema &S, Decl *D, const AttributeList &Attr) argument
1162 attrNonNullArgCheck(Sema &S, QualType T, const AttributeList &Attr, SourceRange AttrParmRange, SourceRange TypeRange, bool isReturnValue = false) argument
1176 handleNonNullAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
1220 handleNonNullAttrParameter(Sema &S, ParmVarDecl *D, const AttributeList &Attr) argument
1242 handleReturnsNonNullAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
1255 handleAssumeAlignedAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
1426 handleWeakRefAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
1490 handleAliasAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
1520 handleColdAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
1528 handleHotAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
1536 handleTLSModelAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
1556 handleKernelAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
1566 handleRestrictAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
1578 handleCommonAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
1614 handleAnalyzerNoReturnAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
1637 handleVecReturnAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
1692 handleDependencyAttr(Sema &S, Scope *Scope, Decl *D, const AttributeList &Attr) argument
1709 handleUsedAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
1726 handleConstructorAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
1737 handleDestructorAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
1749 handleAttrWithMessage(Sema &S, Decl *D, const AttributeList &Attr) argument
1760 handleObjCSuppresProtocolAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
1955 handleAvailabilityAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
2023 handleVisibilityAttr(Sema &S, Decl *D, const AttributeList &Attr, bool isTypeVisibility) argument
2076 handleObjCMethodFamilyAttr(Sema &S, Decl *decl, const AttributeList &Attr) argument
2106 handleObjCNSObject(Sema &S, Decl *D, const AttributeList &Attr) argument
2135 handleObjCIndependentClass(Sema &S, Decl *D, const AttributeList &Attr) argument
2151 handleBlocksAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
2171 handleSentinelAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
2262 handleWarnUnusedResult(Sema &S, Decl *D, const AttributeList &Attr) argument
2281 handleWeakImportAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
2306 handleWorkGroupSize(Sema &S, Decl *D, const AttributeList &Attr) argument
2331 handleVecTypeHint(Sema &S, Decl *D, const AttributeList &Attr) argument
2385 handleSectionAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
2411 handleCleanupAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
2476 handleFormatArgAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
2548 handleInitPriorityAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
2610 handleFormatAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
2734 handleTransparentUnionAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
2803 handleAnnotateAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
2821 handleAlignValueAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
2873 handleAlignedAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
3078 handleModeAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
3195 handleNoDebugAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
3263 handleAlwaysInlineAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
3271 handleMinSizeAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
3277 handleOptimizeNoneAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
3284 handleGlobalAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
3300 handleGNUInlineAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
3312 handleCallConvAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
3467 CheckRegparmAttr(const AttributeList &Attr, unsigned &numParams) argument
3501 handleLaunchBoundsAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
3517 handleArgumentWithTypeTagAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
3562 handleTypeTagForDatatypeAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
3612 handleNSConsumedAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
3640 handleNSReturnsRetainedAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
3765 handleCFAuditedTransferAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
3775 handleCFUnknownTransferAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
3785 handleObjCBridgeAttr(Sema &S, Scope *Sc, Decl *D, const AttributeList &Attr) argument
3815 handleObjCBridgeMutableAttr(Sema &S, Scope *Sc, Decl *D, const AttributeList &Attr) argument
3829 handleObjCBridgeRelatedAttr(Sema &S, Scope *Sc, Decl *D, const AttributeList &Attr) argument
3847 handleObjCDesignatedInitializer(Sema &S, Decl *D, const AttributeList &Attr) argument
3865 handleObjCRuntimeName(Sema &S, Decl *D, const AttributeList &Attr) argument
3876 handleObjCOwnershipAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
3884 handleObjCPreciseLifetimeAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
3929 handleUuidAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
3974 handleMSInheritanceAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
3988 handleDeclspecThreadAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
4007 handleARMInterruptAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
4036 handleMSP430InterruptAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
4072 handleInterruptAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
4080 handleAMDGPUNumVGPRAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
4093 handleAMDGPUNumSGPRAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
4106 handleX86ForceAlignArgPointerAttr(Sema &S, Decl *D, const AttributeList& Attr) argument
4219 handleCapabilityAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
4243 handleAssertCapabilityAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
4250 handleAcquireCapabilityAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
4262 handleTryAcquireCapabilityAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
4276 handleReleaseCapabilityAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
4287 handleRequiresCapabilityAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
4305 handleDeprecatedAttr(Sema &S, Decl *D, const AttributeList &Attr) argument
4327 handleCommonAttributeFeatures(Sema &S, Scope *scope, Decl *D, const AttributeList &Attr) argument
4372 ProcessDeclAttribute(Sema &S, Scope *scope, Decl *D, const AttributeList &Attr, bool IncludeCXX11Attributes) argument
[all...]
H A DSemaStmtAttr.cpp26 static Attr *handleFallThroughAttr(Sema &S, Stmt *St, const AttributeList &A,
46 static Attr *handleLoopHintAttr(Sema &S, Stmt *St, const AttributeList &A,
119 const SmallVectorImpl<const Attr *> &Attrs) {
193 static Attr *ProcessStmtAttribute(Sema &S, Stmt *St, const AttributeList &A,
216 SmallVector<const Attr*, 8> Attrs;
218 if (Attr *a = ProcessStmtAttribute(*this, S, *l, Range))
/external/clang/lib/Basic/
H A DAttributes.cpp7 const IdentifierInfo *Attr, const llvm::Triple &T,
9 StringRef Name = Attr->getName();
6 hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, const IdentifierInfo *Attr, const llvm::Triple &T, const LangOptions &LangOpts) argument
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h23 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {} argument
24 uint16_t Attr; member in struct:llvm::DWARFAbbreviationDeclaration::AttributeSpec
H A DDWARFDebugInfoEntry.h89 bool getAttributeValue(const DWARFUnit *U, const uint16_t Attr,
92 const char *getAttributeValueAsString(const DWARFUnit *U, const uint16_t Attr,
95 uint64_t getAttributeValueAsAddress(const DWARFUnit *U, const uint16_t Attr,
99 const uint16_t Attr,
102 uint64_t getAttributeValueAsReference(const DWARFUnit *U, const uint16_t Attr,
106 const uint16_t Attr,
/external/skia/include/xml/
H A DSkDOM.h29 typedef SkDOMAttr Attr; typedef in class:SkDOM
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;
83 const Attr* fAttr;
84 const Attr* fStop;
/external/llvm/lib/Support/
H A DARMBuildAttrs.cpp17 ARMBuildAttrs::AttrType Attr; member in struct:__anon10589::__anon10590
73 StringRef AttrTypeAsString(unsigned Attr, bool HasTagPrefix) { argument
74 return AttrTypeAsString(static_cast<AttrType>(Attr), HasTagPrefix);
77 StringRef AttrTypeAsString(AttrType Attr, bool HasTagPrefix) { argument
80 if (ARMAttributeTags[TI].Attr == Attr)
90 return ARMAttributeTags[TI].Attr;
H A DThreading.cpp47 pthread_attr_t Attr; local
51 if (::pthread_attr_init(&Attr) != 0)
56 if (::pthread_attr_setstacksize(&Attr, RequestedStackSize) != 0)
61 if (::pthread_create(&Thread, &Attr, ExecuteOnThread_Dispatch, &Info) != 0)
68 ::pthread_attr_destroy(&Attr);
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp41 uint16_t Attr = Data.getULEB128(OffsetPtr); local
52 if (Attr == 0 && Form == 0)
54 AttributeSpecs.push_back(AttributeSpec(Attr, Form));
74 const char *attrString = AttributeString(Spec.Attr);
78 OS << format("DW_AT_Unknown_%x", Spec.Attr);
93 if (AttributeSpecs[i].Attr == attr)
H A DDWARFDebugInfoEntry.cpp60 dumpAttribute(OS, u, &offset, AttrSpec.Attr, AttrSpec.Form, indent);
234 const DWARFUnit *U, const uint16_t Attr, DWARFFormValue &FormValue) const {
238 uint32_t AttrIdx = AbbrevDecl->findAttributeIndex(Attr);
259 const DWARFUnit *U, const uint16_t Attr, const char *FailValue) const {
261 if (!getAttributeValue(U, Attr, FormValue))
268 const DWARFUnit *U, const uint16_t Attr, uint64_t FailValue) const {
270 if (!getAttributeValue(U, Attr, FormValue))
277 const DWARFUnit *U, const uint16_t Attr, uint64_t FailValue) const {
279 if (!getAttributeValue(U, Attr, FormValue))
286 const DWARFUnit *U, const uint16_t Attr, uint64_
[all...]
/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp68 } else if (AttributedTypeLoc Attr = TL.getAs<AttributedTypeLoc>()) {
69 if (handleAttr(Attr, D))
71 TL = Attr.getModifiedLoc();
113 MigrationContext::GCAttrOccurrence &Attr = MigrateCtx.GCAttrs.back(); local
115 Attr.Kind = Kind;
116 Attr.Loc = Loc;
117 Attr.ModifiedType = TL.getModifiedLoc().getType();
118 Attr.Dcl = D;
119 Attr.FullyMigratable = FullyMigratable;
188 MigrationContext::GCAttrOccurrence &Attr local
204 MigrationContext::GCAttrOccurrence &Attr = MigrateCtx.GCAttrs[i]; local
340 GCAttrOccurrence &Attr = GCAttrs[i]; local
[all...]
/external/clang/include/clang/Basic/
H A DAttributes.h34 const IdentifierInfo *Attr, const llvm::Triple &T,
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DAttList.java23 import org.w3c.dom.Attr;
107 String ns = m_dh.getNamespaceOfNode(((Attr) m_attrs.item(index)));
123 return m_dh.getLocalNameOfNode(((Attr) m_attrs.item(index)));
136 return ((Attr) m_attrs.item(i)).getName();
162 return ((Attr) m_attrs.item(i)).getValue();
203 Attr attr = ((Attr) m_attrs.getNamedItem(name));
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DAttList.java23 import org.w3c.dom.Attr;
98 String ns = m_dh.getNamespaceOfNode(((Attr) m_attrs.item(index)));
114 return m_dh.getLocalNameOfNode(((Attr) m_attrs.item(index)));
127 return ((Attr) m_attrs.item(i)).getName();
153 return ((Attr) m_attrs.item(i)).getValue();
194 Attr attr = ((Attr) m_attrs.getNamedItem(name));
/external/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h131 AttributeSet Attr = local
136 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);
149 AttributeSet Attr = AttributeSet(); local
152 Attr = Attr.addAttribute(C, AttributeSet::FunctionIndex,
155 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);
168 AttributeSet Attr = local
171 Attr = Attr.addAttribute(C, 1, Attribute::NoCapture);
176 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);
[all...]
/external/clang/include/clang/Sema/
H A DMakefile10 $(ObjDir)/AttrTemplateInstantiate.inc.tmp : $(TD_SRC_DIR)/Attr.td \
16 $(ObjDir)/AttrParsedAttrList.inc.tmp : $(TD_SRC_DIR)/Attr.td \
22 $(ObjDir)/AttrParsedAttrKinds.inc.tmp : $(TD_SRC_DIR)/Attr.td \
28 $(ObjDir)/AttrSpellingListIndex.inc.tmp : $(TD_SRC_DIR)/Attr.td \
34 $(ObjDir)/AttrParsedAttrImpl.inc.tmp : $(TD_SRC_DIR)/Attr.td \
/external/clang/include/clang/AST/
H A DAttr.h1 //===--- Attr.h - Classes for representing attributes ----------*- C++ -*-===//
10 // This file defines the Attr interface and subclasses.
42 /// Attr - This represents one attribute.
43 class Attr { class in namespace:clang
50 /// attribute defined in Attr.td file.
77 Attr(attr::Kind AK, SourceRange R, unsigned SpellingListIndex, function in class:clang::Attr
107 Attr *clone(ASTContext &C) const;
120 class InheritableAttr : public Attr {
124 : Attr(AK, R, SpellingListIndex, IsLateParsed, DuplicatesAllowed) {}
130 static bool classof(const Attr *
[all...]
H A DAttrIterator.h10 // 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;
H A DMakefile15 $(ObjDir)/Attrs.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
21 $(ObjDir)/AttrImpl.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
27 $(ObjDir)/AttrDump.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
33 $(ObjDir)/AttrVisitor.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
/external/clang/include/clang/Serialization/
H A DMakefile9 $(ObjDir)/AttrPCHRead.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
15 $(ObjDir)/AttrPCHWrite.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
/external/clang/include/clang/Parse/
H A DMakefile9 $(ObjDir)/AttrParserStringSwitches.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp60 GetFlattenedSpellings(const Record &Attr) { argument
61 std::vector<Record *> Spellings = Attr.getValueAsListOfDefs("Spellings");
136 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr");
139 for (const auto *Attr : Attrs) {
140 if (Attr->getValueAsBit("SemaHandler")) {
142 if (Attr->isSubClassOf("TargetSpecificAttr") &&
143 !Attr->isValueUnset("ParseKind")) {
144 AN = Attr->getValueAsString("ParseKind");
150 Dupes->push_back(std::make_pair(AN, Attr));
155 AN = NormalizeAttrName(Attr
170 Argument(const Record &Arg, StringRef Attr) argument
220 SimpleArgument(const Record &Arg, StringRef Attr, std::string T) argument
297 DefaultSimpleArgument(const Record &Arg, StringRef Attr, std::string T, int64_t Default) argument
311 StringArgument(const Record &Arg, StringRef Attr) argument
378 AlignedArgument(const Record &Arg, StringRef Attr) argument
519 VariadicArgument(const Record &Arg, StringRef Attr, std::string T) argument
627 EnumArgument(const Record &Arg, StringRef Attr) argument
750 VariadicEnumArgument(const Record &Arg, StringRef Attr) argument
843 VersionArgument(const Record &Arg, StringRef Attr) argument
894 ExprArgument(const Record &Arg, StringRef Attr) argument
930 VariadicExprArgument(const Record &Arg, StringRef Attr) argument
989 TypeArgument(const Record &Arg, StringRef Attr) argument
1012 createArgument(const Record &Arg, StringRef Attr, const Record *Search = nullptr) argument
1372 const Record &Attr = *I.second; local
[all...]
/external/skia/src/xml/
H A DSkDOM.cpp124 const Attr* attr = node->attrs();
125 const Attr* stop = attr + node->fAttrCount;
138 const SkDOM::Attr* SkDOM::getFirstAttr(const Node* node) const
143 const SkDOM::Attr* SkDOM::getNextAttr(const Node* node, const Attr* attr) const
151 const char* SkDOM::getAttrName(const Node* node, const Attr* attr) const
158 const char* SkDOM::getAttrValue(const Node* node, const Attr* attr) const
221 SkDOM::Node* node = (SkDOM::Node*)fAlloc->alloc(sizeof(SkDOM::Node) + attrCount * sizeof(SkDOM::Attr),
243 memcpy(node->attrs(), fAttrs.begin(), attrCount * sizeof(SkDOM::Attr));
254 SkDOM::Attr* att
[all...]
/external/llvm/include/llvm/Support/
H A DARMBuildAttributes.h84 StringRef AttrTypeAsString(unsigned Attr, bool HasTagPrefix = true);
85 StringRef AttrTypeAsString(AttrType Attr, bool HasTagPrefix = true);
/external/llvm/lib/IR/
H A DAttributes.cpp557 Attribute Attr = *II; local
560 if (Attr.isStringAttribute()) continue;
562 Attribute::AttrKind Kind = Attr.getKindAsEnum();
736 Attribute::AttrKind Attr) const {
737 if (hasAttribute(Index, Attr)) return *this;
738 return addAttributes(C, Index, AttributeSet::get(C, Index, Attr));
805 Attribute::AttrKind Attr) const {
806 if (!hasAttribute(Index, Attr)) return *this;
807 return removeAttributes(C, Index, AttributeSet::get(C, Index, Attr));
921 bool AttributeSet::hasAttrSomewhere(Attribute::AttrKind Attr) cons
1069 addAttribute(Attribute Attr) argument
1121 Attribute Attr = *I; local
1233 Attribute Attr = *I; local
[all...]

Completed in 1048 milliseconds

12345