Searched refs:Attrs (Results 26 - 50 of 73) sorted by relevance

123

/external/llvm/include/llvm/Support/
H A DGraphWriter.h273 const std::string &Attrs) {
284 if (!Attrs.empty())
285 O << "[" << Attrs << "]"; local
271 emitEdge(const void *SrcNodeID, int SrcNodePort, const void *DestNodeID, int DestNodePort, const std::string &Attrs) argument
/external/clang/include/clang/AST/
H A DDeclBase.h401 void setAttrs(const AttrVec& Attrs) { argument
402 return setAttrsImpl(Attrs, getASTContext());
433 AttrVec &Attrs = getAttrs();
434 for (unsigned i = 0, e = Attrs.size(); i != e; /* in loop */) {
435 if (isa<T>(Attrs[i])) {
436 Attrs.erase(Attrs.begin() + i);
442 if (Attrs.empty())
868 void setAttrsImpl(const AttrVec& Attrs, ASTContext &Ctx);
H A DCommentSema.h168 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
H A DStmt.h804 const Attr *Attrs[1]; member in class:clang::AttributedStmt
808 AttributedStmt(SourceLocation Loc, ArrayRef<const Attr*> Attrs, Stmt *SubStmt) argument
810 NumAttrs(Attrs.size()) {
811 memcpy(this->Attrs, Attrs.data(), Attrs.size() * sizeof(Attr*));
816 memset(Attrs, 0, NumAttrs * sizeof(Attr*));
821 ArrayRef<const Attr*> Attrs, Stmt *SubStmt);
827 return ArrayRef<const Attr*>(Attrs, NumAttrs);
H A DComment.h451 void setAttrs(ArrayRef<Attribute> Attrs) { argument
452 Attributes = Attrs;
453 if (!Attrs.empty()) {
454 const Attribute &Attr = Attrs.back();
/external/clang/lib/AST/
H A DAndroid.mk11 Attrs.inc \
H A DDeclPrinter.cpp193 AttrVec &Attrs = D->getAttrs(); local
194 for (AttrVec::const_iterator i=Attrs.begin(), e=Attrs.end(); i!=e; ++i) {
H A DStmt.cpp278 ArrayRef<const Attr*> Attrs,
281 sizeof(Attr*) * (Attrs.size() - 1),
283 return new (Mem) AttributedStmt(Loc, Attrs, SubStmt);
277 Create(ASTContext &C, SourceLocation Loc, ArrayRef<const Attr*> Attrs, Stmt *SubStmt) argument
H A DCommentSema.cpp332 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
335 Tag->setAttrs(Attrs);
330 actOnHTMLStartTagFinish( HTMLStartTagComment *Tag, ArrayRef<HTMLStartTagComment::Attribute> Attrs, SourceLocation GreaterLoc, bool IsSelfClosing) argument
/external/clang/lib/StaticAnalyzer/Checkers/
H A DAndroid.mk7 Attrs.inc \
/external/llvm/lib/MC/
H A DMCSectionMachO.cpp255 StringRef Attrs = Comma.first; local
258 std::pair<StringRef, StringRef> Plus = Attrs.split('+');
/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp243 Attrs = ObjCPropertyDecl::OBJC_PR_noattr; local
247 Attrs = PD->getPropertyAttributesAsWritten();
284 if (Attrs & ObjCPropertyDecl::OBJC_PR_assign)
/external/clang/lib/Parse/
H A DParseDecl.cpp179 ParsedAttributes &Attrs,
186 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
192 ParseThreadSafetyAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
197 ParseTypeTagForDatatypeAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
281 Attrs.addNew(AttrName, SourceRange(AttrNameLoc, RParen), 0, AttrNameLoc,
293 ParsedAttributes &Attrs)
306 Attrs.addNew(AttrName, AttrNameLoc, 0, AttrNameLoc, 0, SourceLocation(),
338 ParsedAttributes &Attrs) {
346 ParseMicrosoftDeclSpecWithSingleArg(Ident, Loc, Attrs);
352 ParseMicrosoftDeclSpecWithSingleArg(Ident, Loc, Attrs);
177 ParseGNUAttributeArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc) argument
291 ParseMicrosoftDeclSpecWithSingleArg(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs) argument
336 ParseComplexMicrosoftDeclSpec(IdentifierInfo *Ident, SourceLocation Loc, ParsedAttributes &Attrs) argument
395 ParseMicrosoftDeclSpec(ParsedAttributes &Attrs) argument
945 Actions.ActOnFinishDelayedAttribute(getCurScope(), LA.Decls[i], Attrs); local
997 ParseThreadSafetyAttribute(IdentifierInfo &AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc) argument
1032 ParseTypeTagForDatatypeAttribute(IdentifierInfo &AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc) argument
2049 ParseAlignmentSpecifier(ParsedAttributes &Attrs, SourceLocation *endLoc) argument
[all...]
/external/clang/
H A Dclang-tblgen-rules.mk54 ifneq ($(findstring Attrs.inc,$(TBLGEN_TABLES)),)
55 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/Attrs.inc
56 $(intermediates)/include/clang/AST/Attrs.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
57 $(intermediates)/include/clang/AST/Attrs.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TBLGEN)
/external/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h84 const AttrListPtr &Attrs);
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp743 if (Attributes Attrs = PAL.getParamAttributes(i + 1))
744 AttributesVec.push_back(AttributeWithIndex::get(Params.size(), Attrs));
803 if (Attributes Attrs = CallPAL.getParamAttributes(i + 1))
804 AttributesVec.push_back(AttributeWithIndex::get(Args.size(), Attrs));
810 if (Attributes Attrs = CallPAL.getParamAttributes(i + 1))
811 AttributesVec.push_back(AttributeWithIndex::get(Args.size(), Attrs));
H A DArgumentPromotion.cpp656 if (Attributes Attrs = CallPAL.getParamAttributes(ArgIndex))
657 AttributesVec.push_back(AttributeWithIndex::get(Args.size(), Attrs));
720 if (Attributes Attrs = CallPAL.getParamAttributes(ArgIndex))
721 AttributesVec.push_back(AttributeWithIndex::get(Args.size(), Attrs));
/external/llvm/lib/VMCore/
H A DAsmWriter.cpp1165 void writeParamOperand(const Value *Operand, Attributes Attrs);
1174 void printArgument(const Argument *FA, Attributes Attrs);
1219 Attributes Attrs) {
1228 if (Attrs != Attribute::None)
1229 Out << ' ' << Attribute::getAsString(Attrs);
1550 const AttrListPtr &Attrs = F->getAttributes(); local
1551 Attributes RetAttrs = Attrs.getRetAttributes();
1553 Out << Attribute::getAsString(Attrs.getRetAttributes()) << ' ';
1569 printArgument(I, Attrs.getParamAttributes(Idx));
1581 Attributes ArgAttrs = Attrs
1218 writeParamOperand(const Value *Operand, Attributes Attrs) argument
1624 printArgument(const Argument *Arg, Attributes Attrs) argument
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1046 Attributes Attrs = CallerPAL.getParamAttributes(i + 1);
1047 if (Attrs & Attribute::typeIncompatible(ParamTy))
1052 if (ParamTy != ActTy && (Attrs & Attribute::ByVal)) {
1103 Attributes PAttrs = CallerPAL.getSlot(i - 1).Attrs;
1239 const AttrListPtr &Attrs = CS.getAttributes(); local
1243 if (Attrs.hasAttrSomewhere(Attribute::Nest))
1275 NewAttrs.reserve(Attrs.getNumSlots() + 1);
1281 if (Attributes Attr = Attrs.getRetAttributes())
1302 if (Attributes Attr = Attrs.getParamAttributes(Idx))
1311 if (Attributes Attr = Attrs
[all...]
/external/clang/lib/CodeGen/
H A DCGCall.cpp1010 llvm::Attributes Attrs; local
1018 Attrs |= llvm::Attribute::SExt;
1020 Attrs |= llvm::Attribute::ZExt;
1024 Attrs |= llvm::Attribute::InReg;
1034 if (Attrs != llvm::Attribute::None)
1036 PAL.push_back(llvm::AttributeWithIndex::get(Index + I, Attrs));
1043 Attrs |= llvm::Attribute::ByVal;
1045 Attrs |=
1067 if (Attrs)
1068 PAL.push_back(llvm::AttributeWithIndex::get(Index, Attrs));
2127 llvm::AttrListPtr Attrs = llvm::AttrListPtr::get(AttributeList); local
[all...]
/external/clang/include/clang/Parse/
H A DParser.h1437 ParsedAttributesWithRange &Attrs);
1820 ParsedAttributes &Attrs,
1860 void ParseMicrosoftDeclSpec(ParsedAttributes &Attrs);
1864 ParsedAttributes &Attrs);
1867 ParsedAttributes &Attrs);
1883 ParsedAttributes &Attrs,
1888 ParsedAttributes &Attrs,
1901 void ParseAlignmentSpecifier(ParsedAttributes &Attrs,
/external/doclava/res/assets/templates/
H A Dclass.cs37 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a> external variable declarations
41 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a> external variable declarations
/external/skia/src/animator/
H A DSkScript2.h34 enum Attrs { enum in class:SkScriptEngine2
/external/clang/tools/libclang/
H A DIndexingContext.cpp77 Attrs.push_back(AttrInfo(CXIdxAttr_Unexposed, C, Loc, A));
80 Attrs.push_back(AttrInfo(CXIdxAttr_IBAction, C, Loc, A));
83 Attrs.push_back(AttrInfo(CXIdxAttr_IBOutlet, C, Loc, A));
112 for (unsigned i = 0, e = Attrs.size(); i != e; ++i)
113 CXAttrs.push_back(&Attrs[i]);
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp2035 AttrVec &Attrs = D->getAttrs(); local
2036 for (unsigned i = 0, e = Attrs.size(); i != e;) {
2037 const AvailabilityAttr *OldAA = dyn_cast<AvailabilityAttr>(Attrs[i]);
2066 Attrs.erase(Attrs.begin() + i);
2085 Attrs.erase(Attrs.begin() + i);
4697 if (const AttributeList *Attrs = PD.getDeclSpec().getAttributes().getList())
4698 ProcessDeclAttributeList(S, D, Attrs, NonInheritable, Inheritable);
4705 if (const AttributeList *Attrs
[all...]

Completed in 1109 milliseconds

123