Home | History | Annotate | Download | only in TableGen

Lines Matching full:argn

1591   unsigned int ArgN = 0;
1598 const RecordVal *RV = ArgsRec->getValue(TArgs[ArgN]);
1600 errs() << "Cannot find template arg " << ArgN << " (" << TArgs[ArgN]
1605 ++ArgN;
1615 if (ArgN >= TArgs.size()) {
1619 const RecordVal *RV = ArgsRec->getValue(TArgs[ArgN]);
1622 ++ArgN;