Searched refs:IntTok (Results 1 – 2 of 2) sorted by relevance
1547 const AsmToken &IntTok = Parser.getTok(); in ParseRegister() local1548 if (IntTok.isNot(AsmToken::Integer)) { in ParseRegister()1550 return Error(IntTok.getLoc(), "expected stack index"); in ParseRegister()1552 switch (IntTok.getIntVal()) { in ParseRegister()1563 return Error(IntTok.getLoc(), "invalid stack index"); in ParseRegister()1567 Tokens.push_back(IntTok); in ParseRegister()
3979 AsmToken IntTok = Tok; in tryParseBarrierOperand() local3990 Parser.getLexer().UnLex(IntTok); in tryParseBarrierOperand()