Home | History | Annotate | Download | only in TableGen

Lines Matching full:argn

1418   unsigned int ArgN = 0;
1421 const RecordVal *RV = ArgsRec->getValue(TArgs[ArgN]);
1423 errs() << "Cannot find template arg " << ArgN << " (" << TArgs[ArgN]
1428 ++ArgN;
1438 if (ArgN >= TArgs.size()) {
1442 const RecordVal *RV = ArgsRec->getValue(TArgs[ArgN]);
1445 ++ArgN;