Home
last modified time | relevance | path

Searched refs:AList (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/MBlaze/
DMBlazeIntrinsicInfo.cpp107 AttrListPtr AList = getAttributes((mblazeIntrinsic::ID) IntrID); in getDeclaration() local
110 AList)); in getDeclaration()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tree.Tests.pas128 constructor Create(const AList: IList<IANTLRInterface>);
141 const AList: IList<IANTLRInterface>);
154 const AList: IList<IANTLRInterface>);
2068 const AList: IList<IANTLRInterface>);
2071 FList := AList;
2083 const AAdaptor: ITreeAdaptor; const AList: IList<IANTLRInterface>);
2087 FList := AList;
2107 const AAdaptor: ITreeAdaptor; const AList: IList<IANTLRInterface>);
2111 FList := AList;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1766 constructor Create(const AList: IList<IANTLRInterface>);
1781 const AList: IList<IANTLRInterface>);
4400 const AList: IList<IANTLRInterface>);
4403 FList := AList;
4415 const AList: IList<IANTLRInterface>);
4420 FList := AList;
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1456 ArrayRef<LexicalScope *> AList = LScopes.getAbstractScopesList(); in endFunction() local
1457 for (unsigned i = 0, e = AList.size(); i != e; ++i) { in endFunction()
1458 LexicalScope *AScope = AList[i]; in endFunction()