reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/AsmParser/X86AsmParser.cpp
 1449       return Error(Tok.getLoc(), "unknown token in expression");
 1462       SMLoc IdentLoc = Tok.getLoc();
 1463       StringRef Identifier = Tok.getString();
 1467       if (Tok.is(AsmToken::Identifier) && !ParseRegister(Reg, IdentLoc, End)) {
 1469           return Error(Tok.getLoc(), ErrMsg);
 1480           return Error(Tok.getLoc(), "Unexpected identifier!");
 1567         return Error(Tok.getLoc(), "unexpected bracket encountered");
 1571         return Error(Tok.getLoc(), "unexpected bracket encountered");
 1577       return Error(Tok.getLoc(), "unknown token in expression");