Searched refs:Index1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslmain.c205 int Index1; local
235 Index1 = Index2 =
247 while (argv[Index1])
249 Status = AcpiDmAddToExternalFileList (argv[Index1]);
255 Index1++;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp221 unsigned Index1 = MakeIndex(String1); local
222 assert(Index0 + 1 == Index1 && "Unexpected non-consecutive indices!");
223 (void) Index1;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1138 if (Optional<unsigned> Index1 =
1143 if (*Index1 != *Index2)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19874 int Index0, Index1; local
19876 SDValue Src1 = DAG.getSplatSourceVector(N1, Index1);
19877 if (!Src0 || !Src1 || Index0 != Index1 ||

Completed in 170 milliseconds