Lines Matching full:comma
1245 // There's no comma after a '[', so we can parse the next operand
1397 else if (Parser.getTok().isNot(AsmToken::Comma)) {
1731 if (Parser.getTok().isNot(AsmToken::Comma)) {
1794 if (Parser.getTok().is(AsmToken::Comma) ||
1954 while (getLexer().is(AsmToken::Comma)) {
1955 Parser.Lex(); // Eat the comma.
1989 return Error(Loc, "expected comma before next operand");
2027 if (getLexer().isNot(AsmToken::Comma))