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

/external/llvm/lib/TableGen/
H A DTGParser.cpp1676 unsigned int ArgN = 0; local
1683 const RecordVal *RV = ArgsRec->getValue(TArgs[ArgN]);
1685 errs() << "Cannot find template arg " << ArgN << " (" << TArgs[ArgN]
1690 ++ArgN;
1700 if (ArgN >= TArgs.size()) {
1704 const RecordVal *RV = ArgsRec->getValue(TArgs[ArgN]);
1707 ++ArgN;

Completed in 213 milliseconds