Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp216 for (int AIndex = A.find_first(); AIndex != -1;) { in anyCommonExcludingForbidden() local
217 const int BIndex = B.find_first_in(AIndex, Size); in anyCommonExcludingForbidden()
220 if (AIndex == BIndex && !Forbidden.test(AIndex)) in anyCommonExcludingForbidden()
222 AIndex = A.find_first_in(BIndex + 1, Size); in anyCommonExcludingForbidden()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas367 AIndex: Integer;
374 AIndex := 1;
376 FIList.DeleteRange(AIndex, ACount);
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas157 procedure DeleteRange(AIndex, ACount: Integer);
DAntlr.Runtime.pas2589 constructor Create(const AIndex: Integer; const AText: IANTLRInterface;
6396 constructor TTokenRewriteStream.TRewriteOperation.Create(const AIndex: Integer;
6400 FIndex := AIndex;