Home | History | Annotate | Download | only in TableGen

Lines Matching refs:comma

617   while (Lex.getCode() == tgtok::comma) {
618 Lex.Lex(); // Eat the comma.
949 while (Lex.getCode() == tgtok::comma) {
1023 if (Lex.getCode() != tgtok::comma) {
1033 if (Lex.getCode() != tgtok::comma) {
1621 if (Lex.getCode() != tgtok::comma) break;
1629 /// ParseValueList - Parse a comma separated list of values, returning them as a
1658 while (Lex.getCode() == tgtok::comma) {
1659 Lex.Lex(); // Eat the comma
1835 while (Lex.getCode() == tgtok::comma) {
1963 if (Lex.getCode() != tgtok::comma) break;
2180 if (Lex.getCode() != tgtok::comma)
2182 Lex.Lex(); // eat the comma.
2280 if (Lex.getCode() != tgtok::comma) break;
2542 if (Lex.getCode() != tgtok::comma) break;
2581 if (Lex.getCode() != tgtok::comma) break;