reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5657 if (!Tok.is(AsmToken::Colon) && !Tok.is(AsmToken::Comma) && 5657 if (!Tok.is(AsmToken::Colon) && !Tok.is(AsmToken::Comma) && 5658 !Tok.is(AsmToken::RBrac)) 5659 return Error(Tok.getLoc(), "malformed memory operand"); 5661 if (Tok.is(AsmToken::RBrac)) { 5662 E = Tok.getEndLoc(); 5679 assert((Tok.is(AsmToken::Colon) || Tok.is(AsmToken::Comma)) && 5679 assert((Tok.is(AsmToken::Colon) || Tok.is(AsmToken::Comma)) && 5681 if (Tok.is(AsmToken::Comma)) { 5689 SMLoc AlignmentLoc = Tok.getLoc();