Home | History | Annotate | Download | only in TableGen

Lines Matching refs:comma

611   while (Lex.getCode() == tgtok::comma) {
612 Lex.Lex(); // Eat the comma.
954 while (Lex.getCode() == tgtok::comma) {
1015 if (Lex.getCode() != tgtok::comma) {
1024 if (Lex.getCode() != tgtok::comma) {
1584 if (Lex.getCode() != tgtok::comma) break;
1592 /// ParseValueList - Parse a comma separated list of values, returning them as a
1621 while (Lex.getCode() == tgtok::comma) {
1622 Lex.Lex(); // Eat the comma
1798 while (Lex.getCode() == tgtok::comma) {
1926 if (Lex.getCode() != tgtok::comma) break;
2134 if (Lex.getCode() != tgtok::comma)
2136 Lex.Lex(); // eat the comma.
2234 if (Lex.getCode() != tgtok::comma) break;
2496 if (Lex.getCode() != tgtok::comma) break;
2532 if (Lex.getCode() != tgtok::comma) break;