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

References

lib/MC/MCParser/AsmParser.cpp
 3072   if (Asm.getTok().isNot(AsmToken::Integer) &&
 3073       Asm.getTok().isNot(AsmToken::BigNum))
 3074     return Asm.TokError("unknown token in expression");
 3075   SMLoc ExprLoc = Asm.getTok().getLoc();
 3076   APInt IntValue = Asm.getTok().getAPIntVal();
 3077   Asm.Lex();
 3079     return Asm.Error(ExprLoc, "out of range literal value");