Home | History | Annotate | Download | only in AsmParser

Lines Matching full:comma

344   } while (EatIfPresent(lltok::comma));
562 } while (EatIfPresent(lltok::comma));
783 while (Lex.getKind() == lltok::comma) {
1391 return TokError("expected metadata after comma");
1428 } while (EatIfPresent(lltok::comma));
1452 /// This returns with AteExtraComma set to true if it ate an excess comma at the
1457 while (EatIfPresent(lltok::comma)) {
1521 /// comma at the end of the line and find that it is followed by metadata.
1532 if (Lex.getKind() != lltok::comma)
1535 while (EatIfPresent(lltok::comma)) {
1676 // If this isn't the first argument, we need a comma.
1678 ParseToken(lltok::comma, "expected ',' in argument list"))
1748 while (EatIfPresent(lltok::comma)) {
1901 while (EatIfPresent(lltok::comma)) {
2371 ParseToken(lltok::comma, "expected comma in inline asm expression") ||
2390 ParseToken(lltok::comma, "expected comma in block address expression")||
2465 ParseToken(lltok::comma, "expected comma in insertvalue constantexpr")||
2486 ParseToken(lltok::comma, "expected comma in compare constantexpr") ||
2550 ParseToken(lltok::comma, "expected comma in binary constantexpr") ||
2606 ParseToken(lltok::comma, "expected comma in logical constantexpr") ||
2718 while (EatIfPresent(lltok::comma)) {
3201 // a comma and metadata.
3202 if (EatIfPresent(lltok::comma))
3209 // If the instruction parser ate an extra comma at the end of it, it
3425 if (ParseToken(lltok::comma, "expected ',' after branch condition") ||
3427 ParseToken(lltok::comma, "expected ',' after true destination") ||
3445 ParseToken(lltok::comma, "expected ',' after switch condition") ||
3461 ParseToken(lltok::comma, "expected ',' after case value") ||
3489 ParseToken(lltok::comma, "expected ',' after indirectbr address") ||
3505 while (EatIfPresent(lltok::comma)) {
3649 ParseToken(lltok::comma, "expected ',' in arithmetic operation") ||
3677 ParseToken(lltok::comma, "expected ',' in logical operation") ||
3700 ParseToken(lltok::comma, "expected ',' after compare value") ||
3751 ParseToken(lltok::comma, "expected ',' after select condition") ||
3753 ParseToken(lltok::comma, "expected ',' after select value") ||
3771 ParseToken(lltok::comma, "expected ',' after vaarg operand") ||
3788 ParseToken(lltok::comma, "expected ',' after extract value") ||
3805 ParseToken(lltok::comma, "expected ',' after insertelement value") ||
3807 ParseToken(lltok::comma, "expected ',' after insertelement value") ||
3824 ParseToken(lltok::comma, "expected ',' after shuffle mask") ||
3826 ParseToken(lltok::comma, "expected ',' after shuffle value") ||
3846 ParseToken(lltok::comma, "expected ',' after insertelement value") ||
3856 if (!EatIfPresent(lltok::comma))
3866 ParseToken(lltok::comma, "expected ',' after insertelement value") ||
4045 if (EatIfPresent(lltok::comma)) {
4129 ParseToken(lltok::comma, "expected ',' after store operand") ||
4164 ParseToken(lltok::comma, "expected ',' after cmpxchg address") ||
4166 ParseToken(lltok::comma, "expected ',' after cmpxchg cmp operand") ||
4224 ParseToken(lltok::comma, "expected ',' after atomicrmw address") ||
4284 while (EatIfPresent(lltok::comma)) {
4341 ParseToken(lltok::comma, "expected comma after insertvalue operand") ||
4379 } while (EatIfPresent(lltok::comma));