Home
last modified time | relevance | path

Searched refs:getList (Results 1 – 21 of 21) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DRegAllocRegistry.h48 static RegisterRegAlloc *getList() { in getList() function
49 return (RegisterRegAlloc *)Registry.getList(); in getList()
DSchedulerRegistry.h52 static RegisterScheduler *getList() { in getList() function
53 return (RegisterScheduler *)Registry.getList(); in getList()
DMachinePassRegistry.h99 MachinePassRegistryNode *getList() { return List; } in getList() function
132 for (RegistryClass *Node = RegistryClass::getList(); in initialize()
DMachineScheduler.h135 static MachineSchedRegistry *getList() { in getList() function
136 return (MachineSchedRegistry *)Registry.getList(); in getList()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DMachinePassRegistry.cpp24 for(MachinePassRegistryNode *R = getList(); R; R = R->getNext()) { in setDefault()
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
DSymbolTableListTraits.h56 static iplist<ValueSubClass> &getList(ItemParentClass *Par) { in getList() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseDeclCXX.cpp171 attrs.getList()); in ParseNamespace()
218 attrs.getList()); in ParseInnerNamespace()
433 IdentLoc, NamespcName, attrs.getList()); in ParseUsingDirective()
621 UsingLoc, Name, Attrs.getList(), in ParseUsingDeclaration()
627 SS, Name, Attrs.getList(), in ParseUsingDeclaration()
1467 attrs.getList()); in ParseClassSpecifier()
1534 attrs.getList(), in ParseClassSpecifier()
1553 NameLoc, attrs.getList()); in ParseClassSpecifier()
1561 Name, NameLoc, attrs.getList(), in ParseClassSpecifier()
1590 SS, Name, NameLoc, attrs.getList(), AS, in ParseClassSpecifier()
[all …]
DParseObjc.cpp300 EndProtoLoc, attrs.getList()); in ParseObjCAtInterfaceDeclaration()
880 takeDeclAttributes(attrs, D.getDeclSpec().getAttributes().getList()); in takeDeclAttributes()
1039 methodAttrs.getList(), MethodImplKind, in ParseObjCMethodDecl()
1074 ArgInfo.ArgAttrs = paramAttrs.getList(); in ParseObjCMethodDecl()
1171 methodAttrs.getList(), in ParseObjCMethodDecl()
1426 attrs.getList()); in ParseObjCAtProtocolDeclaration()
1457 attrs.getList()); in ParseObjCAtProtocolDeclaration()
1475 EndProtoLoc, attrs.getList()); in ParseObjCAtProtocolDeclaration()
DParseStmt.cpp126 return Actions.ProcessStmtAttributes(Res.get(), Attrs.getList(), Attrs.Range); in ParseStatementOrDeclaration()
544 SubStmt.get(), TempAttrs.getList(), TempAttrs.Range); in ParseLabeledStatement()
560 if (AttributeList *Attrs = attrs.getList()) { in ParseLabeledStatement()
DParseDecl.cpp51 DS.addAttributes(Attrs->getList()); in ParseTypeName()
1304 AttributeList *AttrList = attrs.getList(); in ProhibitCXX11Attributes()
3455 attrs.getList()); in ParseStructUnionBody()
3759 StartLoc, SS, Name, NameLoc, attrs.getList(), in ParseEnumSpecifier()
3862 attrs.getList(), EqualLoc, in ParseEnumBody()
3903 attrs.getList()); in ParseEnumBody()
DParser.cpp685 attrs.getList(), in ParseExternalDeclaration()
/freebsd-10-stable/contrib/llvm/lib/IR/
DSymbolTableListTraitsImpl.h44 iplist<ValueSubClass> &ItemList = TraitsClass::getList(getListOwner()); in setSymTabObject()
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
DImmutableList.h91 ImmutableList getList() const { return L; } in getList() function
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h1862 DeclTypeInfo.back().getAttrListRef() = attrs.getList(); in AddTypeInfo()
2045 const AttributeList *getAttributes() const { return Attrs.getList(); } in getAttributes()
2046 AttributeList *getAttributes() { return Attrs.getList(); } in getAttributes()
2062 AttributeList *AttrList = Attrs.getList(); in getCXX11AttributeRanges()
DAttributeList.h734 AttributeList *getList() const { return list; } in getList() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp191 for (AttributeList *attr = spec.getAttributes().getList(); attr; in saveDeclSpecAttrs()
1127 if (AttributeList *attrs = DS.getAttributes().getList()) in ConvertDeclSpecToType()
2110 if (AttributeList *attrs = D.getDeclSpec().getAttributes().getList()) in GetDeclSpecTypeForDeclarator()
2842 = D.getDeclSpec().getAttributes().getList(); in GetFullTypeForDeclarator()
3499 fillAttributedTypeLoc(TL, DS.getAttributes().getList()); in VisitAttributedTypeLoc()
DDeclSpec.cpp895 AttributeList* attrs = getAttributes().getList(); in SaveWrittenBuiltinSpecs()
DSemaDeclAttr.cpp5001 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes().getList()); in checkUnusedDeclAttributes()
5110 if (const AttributeList *Attrs = PD.getDeclSpec().getAttributes().getList()) in ProcessDeclAttributes()
DSemaTemplate.cpp7395 if (AttributeList *Attr = D.getDeclSpec().getAttributes().getList()) in ActOnExplicitInstantiation()
7518 AttributeList *Attr = D.getDeclSpec().getAttributes().getList(); in ActOnExplicitInstantiation()
DSemaDecl.cpp3399 AttributeList* attrs = DS.getAttributes().getList(); in ParsedFreeStandingDeclSpec()
9903 ProcessDeclAttributeList(S, D, Attrs.getList()); in ActOnFinishDelayedAttribute()
DSemaDeclCXX.cpp1428 for (AttributeList *Attr = Attributes.getList(); Attr; in ActOnBaseSpecifier()
2030 getMSPropertyAttr(D.getDeclSpec().getAttributes().getList()); in ActOnCXXMemberDeclarator()