Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinIntrinsicInfo.cpp100 AttrListPtr AList = getAttributes((bfinIntrinsic::ID) IntrID); in getDeclaration() local
103 AList)); in getDeclaration()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeIntrinsicInfo.cpp109 AttrListPtr AList = getAttributes((mblazeIntrinsic::ID) IntrID); in getDeclaration() local
112 AList)); in getDeclaration()
/external/antlr/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/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/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1309 ArrayRef<LexicalScope *> AList = LScopes.getAbstractScopesList(); in endFunction() local
1310 for (unsigned i = 0, e = AList.size(); i != e; ++i) { in endFunction()
1311 LexicalScope *AScope = AList[i]; in endFunction()