Home | History | Annotate | Download | only in Driver

Lines Matching refs:Index

788       unsigned Index = Args.getBaseArgs().MakeIndex(A->getValue(1));
789 unsigned Prev = Index;
790 std::unique_ptr<Arg> XarchArg(Opts.ParseOneArg(Args, Index));
800 if (!XarchArg || Index > Prev + 1) {
4235 unsigned Index = Args.getBaseArgs().MakeIndex(A->getValue(1));
4236 unsigned Prev = Index;
4237 std::unique_ptr<Arg> XarchArg(Opts.ParseOneArg(Args, Index));
4247 if (!XarchArg || Index > Prev + 1) {