Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegAllocRegistry.h48 static RegisterRegAlloc *getList() { in getList() function
49 return (RegisterRegAlloc *)Registry.getList(); in getList()
H A DSchedulerRegistry.h52 static RegisterScheduler *getList() { in getList() function
53 return (RegisterScheduler *)Registry.getList(); in getList()
H A DMachinePassRegistry.h99 MachinePassRegistryNode *getList() { return List; } in getList() function
132 for (RegistryClass *Node = RegistryClass::getList(); in initialize()
H A DMachineScheduler.h137 static MachineSchedRegistry *getList() { in getList() function
138 return (MachineSchedRegistry *)Registry.getList(); in getList()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachinePassRegistry.cpp24 for(MachinePassRegistryNode *R = getList(); R; R = R->getNext()) { in setDefault()
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h56 static iplist<ValueSubClass> &getList(ItemParentClass *Par) { in getList() function
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h44 iplist<ValueSubClass> &ItemList = TraitsClass::getList(getListOwner()); in setSymTabObject()
/minix/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl233 proc getList { lb } { procedure
244 set lst [getList $lb]
263 set lst [getList $lb]
541 saveList [getList $lb]
563 saveList [getList $lb]
/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp186 attrs.getList()); in ParseNamespace()
235 attrs.getList()); in ParseInnerNamespace()
672 SS, Name, Attrs.getList(), in ParseUsingDeclaration()
1564 attrs.getList()); in ParseClassSpecifier()
1625 *TemplateId, attrs.getList(), in ParseClassSpecifier()
1644 NameLoc, attrs.getList()); in ParseClassSpecifier()
2224 FnAttrs.addAll(attrs.getList()); in ParseCXXClassMemberDeclaration()
2867 AccessAttrs.getList())) { in ParseCXXMemberSpecification()
2876 ParseCXXClassMemberDeclaration(CurAS, AccessAttrs.getList()); in ParseCXXMemberSpecification()
2892 attrs.getList()); in ParseCXXMemberSpecification()
[all …]
H A DParseObjc.cpp301 EndProtoLoc, attrs.getList()); in ParseObjCAtInterfaceDeclaration()
850 takeDeclAttributes(attrs, D.getDeclSpec().getAttributes().getList()); in takeDeclAttributes()
1011 methodAttrs.getList(), MethodImplKind, in ParseObjCMethodDecl()
1043 ArgInfo.ArgAttrs = paramAttrs.getList(); in ParseObjCMethodDecl()
1141 methodAttrs.getList(), in ParseObjCMethodDecl()
1379 attrs.getList()); in ParseObjCAtProtocolDeclaration()
1410 attrs.getList()); in ParseObjCAtProtocolDeclaration()
1428 EndProtoLoc, attrs.getList()); in ParseObjCAtProtocolDeclaration()
H A DParseStmt.cpp115 return Actions.ProcessStmtAttributes(Res.get(), Attrs.getList(), Attrs.Range); in ParseStatementOrDeclaration()
568 SubStmt.get(), TempAttrs.getList(), TempAttrs.Range); in ParseLabeledStatement()
584 if (AttributeList *Attrs = attrs.getList()) { in ParseLabeledStatement()
H A DParseDecl.cpp53 DS.addAttributes(Attrs->getList()); in ParseTypeName()
518 const AttributeList *Attr = Attrs.getList(); in ParseMicrosoftDeclSpecArgs()
1213 const AttributeList *AL = Attrs.getList(); in ParseLexedAttribute()
1352 AttributeList *AttrList = attrs.getList(); in ProhibitCXX11Attributes()
3547 attrs.getList()); in ParseStructUnionBody()
3850 StartLoc, SS, Name, NameLoc, attrs.getList(), in ParseEnumSpecifier()
3968 attrs.getList(), EqualLoc, in ParseEnumBody()
4024 attrs.getList()); in ParseEnumBody()
H A DParser.cpp650 attrs.getList(), in ParseExternalDeclaration()
/minix/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableList.h91 ImmutableList getList() const { return L; } in getList() function
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1900 DeclTypeInfo.back().getAttrListRef() = attrs.getList(); in AddTypeInfo()
2091 const AttributeList *getAttributes() const { return Attrs.getList(); } in getAttributes()
2092 AttributeList *getAttributes() { return Attrs.getList(); } in getAttributes()
2108 AttributeList *AttrList = Attrs.getList(); in getCXX11AttributeRanges()
H A DAttributeList.h708 AttributeList *getList() const { return list; } in getList() function
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp191 for (AttributeList *attr = spec.getAttributes().getList(); attr; in saveDeclSpecAttrs()
1089 if (AttributeList *attrs = DS.getAttributes().getList()) in ConvertDeclSpecToType()
2143 if (AttributeList *attrs = D.getDeclSpec().getAttributes().getList()) in GetDeclSpecTypeForDeclarator()
2815 = D.getDeclSpec().getAttributes().getList(); in GetFullTypeForDeclarator()
3486 fillAttributedTypeLoc(TL, DS.getAttributes().getList()); in VisitAttributedTypeLoc()
H A DDeclSpec.cpp916 AttributeList* attrs = getAttributes().getList(); in SaveWrittenBuiltinSpecs()
H A DSemaDeclAttr.cpp4872 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes().getList()); in checkUnusedDeclAttributes()
4982 if (const AttributeList *Attrs = PD.getDeclSpec().getAttributes().getList()) in ProcessDeclAttributes()
H A DSemaTemplate.cpp7634 if (AttributeList *Attr = D.getDeclSpec().getAttributes().getList()) in ActOnExplicitInstantiation()
7776 AttributeList *Attr = D.getDeclSpec().getAttributes().getList(); in ActOnExplicitInstantiation()
H A DSemaDecl.cpp3635 AttributeList* attrs = DS.getAttributes().getList(); in ParsedFreeStandingDeclSpec()
5304 if (hasParsedAttr(S, PD.getDeclSpec().getAttributes().getList(), Kind)) in hasParsedAttr()
10655 ProcessDeclAttributeList(S, D, Attrs.getList()); in ActOnFinishDelayedAttribute()
H A DSemaDeclCXX.cpp1517 for (AttributeList *Attr = Attributes.getList(); Attr; in ActOnBaseSpecifier()
2149 getMSPropertyAttr(D.getDeclSpec().getAttributes().getList()); in ActOnCXXMemberDeclarator()