| /freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | RegAllocRegistry.h | 48 static RegisterRegAlloc *getList() { in getList() function 49 return (RegisterRegAlloc *)Registry.getList(); in getList()
|
| D | SchedulerRegistry.h | 52 static RegisterScheduler *getList() { in getList() function 53 return (RegisterScheduler *)Registry.getList(); in getList()
|
| D | MachinePassRegistry.h | 99 MachinePassRegistryNode *getList() { return List; } in getList() function 132 for (RegistryClass *Node = RegistryClass::getList(); in initialize()
|
| D | MachineScheduler.h | 135 static MachineSchedRegistry *getList() { in getList() function 136 return (MachineSchedRegistry *)Registry.getList(); in getList()
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | MachinePassRegistry.cpp | 24 for(MachinePassRegistryNode *R = getList(); R; R = R->getNext()) { in setDefault()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/IR/ |
| D | SymbolTableListTraits.h | 56 static iplist<ValueSubClass> &getList(ItemParentClass *Par) { in getList() function
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ |
| D | ParseDeclCXX.cpp | 171 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 …]
|
| D | ParseObjc.cpp | 300 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()
|
| D | ParseStmt.cpp | 126 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()
|
| D | ParseDecl.cpp | 51 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()
|
| D | Parser.cpp | 685 attrs.getList(), in ParseExternalDeclaration()
|
| /freebsd-10-stable/contrib/llvm/lib/IR/ |
| D | SymbolTableListTraitsImpl.h | 44 iplist<ValueSubClass> &ItemList = TraitsClass::getList(getListOwner()); in setSymTabObject()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/ADT/ |
| D | ImmutableList.h | 91 ImmutableList getList() const { return L; } in getList() function
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | DeclSpec.h | 1862 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()
|
| D | AttributeList.h | 734 AttributeList *getList() const { return list; } in getList() function
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaType.cpp | 191 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()
|
| D | DeclSpec.cpp | 895 AttributeList* attrs = getAttributes().getList(); in SaveWrittenBuiltinSpecs()
|
| D | SemaDeclAttr.cpp | 5001 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes().getList()); in checkUnusedDeclAttributes() 5110 if (const AttributeList *Attrs = PD.getDeclSpec().getAttributes().getList()) in ProcessDeclAttributes()
|
| D | SemaTemplate.cpp | 7395 if (AttributeList *Attr = D.getDeclSpec().getAttributes().getList()) in ActOnExplicitInstantiation() 7518 AttributeList *Attr = D.getDeclSpec().getAttributes().getList(); in ActOnExplicitInstantiation()
|
| D | SemaDecl.cpp | 3399 AttributeList* attrs = DS.getAttributes().getList(); in ParsedFreeStandingDeclSpec() 9903 ProcessDeclAttributeList(S, D, Attrs.getList()); in ActOnFinishDelayedAttribute()
|
| D | SemaDeclCXX.cpp | 1428 for (AttributeList *Attr = Attributes.getList(); Attr; in ActOnBaseSpecifier() 2030 getMSPropertyAttr(D.getDeclSpec().getAttributes().getList()); in ActOnCXXMemberDeclarator()
|