Searched refs:Index2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslmain.c206 int Index2; local
234 Index1 = Index2 =
269 while (argv[Index2])
277 AslGbl_OutputFilenamePrefix = argv[Index2];
281 Status = AslDoOneFile (argv[Index2]);
287 Index2++;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1180 if (Optional<unsigned> Index2 =
1183 if (*Index1 != *Index2)

Completed in 111 milliseconds