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

References

lib/Target/X86/AsmParser/X86AsmParser.cpp
  816     Error(Loc, Msg, R);
 1105     return Error(StartLoc, "invalid register name",
 1132       return Error(StartLoc,
 1150       return Error(IntTok.getLoc(), "expected stack index");
 1160     default: return Error(IntTok.getLoc(), "invalid stack index");
 1164       return Error(Parser.getTok().getLoc(), "expected ')'");
 1209     return Error(StartLoc, "invalid register name",
 1308           return Error(OrigOp.getStartLoc(),
 1449       return Error(Tok.getLoc(), "unknown token in expression");
 1469           return Error(Tok.getLoc(), ErrMsg);
 1480           return Error(Tok.getLoc(), "Unexpected identifier!");
 1482           return Error(IdentLoc, ErrMsg);
 1489           return Error(IdentLoc, "Dealing OFFSET operator as part of"
 1493             return Error(IdentLoc, ErrMsg);
 1507         return Error(IdentLoc, "expected identifier");
 1511         return Error(IdentLoc, ErrMsg);
 1529             return Error(Loc, "invalid reference to undefined symbol");
 1534             return Error(Loc, ErrMsg);
 1538             return Error(Loc, ErrMsg);
 1542           return Error(Loc, ErrMsg);
 1548         return Error(getTok().getLoc(), ErrMsg);
 1552         return Error(getTok().getLoc(), ErrMsg);
 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");
 1728       return Error(Tok.getLoc(), "Unable to lookup field reference!");
 1730     return Error(Tok.getLoc(), "Unexpected token type!");
 1807     Error(Start, "unable to lookup expression");
 1842       return Error(Tok.getLoc(), "Expected 'PTR' or 'ptr' token!");
 2057     return Error(getLexer().getLoc(), "Expected } at this point");
 2118             return Error(RegLoc, "Register k0 can't be used as write mask");
 2120             return Error(getLexer().getLoc(), "Expected } at this point");
 2126           return Error(getLexer().getLoc(),
 2133             return Error(getLexer().getLoc(),
 2357         return Error(Parser.getTok().getLoc(), "Unexpected token after '{'");
 2361         return Error(Parser.getTok().getLoc(), "Expected '}'");
 2371         return Error(NameLoc, "unknown prefix");
 2379           return Error(Parser.getTok().getLoc(), "Expected identifier");
 2607     return Error(NameLoc, "redundant data16 prefix");
 2611       return Error(NameLoc, "redundant data32 prefix");
 2613       return Error(NameLoc, "'data32' is not supported in 64-bit mode");
 3093   return Error(IDLoc, OS.str(), SMRange(), MatchingInlineAsm);
 3190     return Error(ErrorLoc, "immediate must be an integer in range [0, 15]",
 3201     Error(IDLoc, "instruction must have size higher than 0", EmptyRange,
 3279     Error(IDLoc, OS.str(), EmptyRange, MatchingInlineAsm);
 3289       return Error(IDLoc, "invalid instruction mnemonic '" + Base + "'",
 3293       return Error(IDLoc, "unsupported instruction", EmptyRange,
 3300         return Error(IDLoc, "too few operands for instruction", EmptyRange,
 3306         return Error(Operand.getStartLoc(), "invalid operand for instruction",
 3311     return Error(IDLoc, "invalid operand for instruction", EmptyRange,
 3318     return Error(IDLoc, "unsupported instruction", EmptyRange,
 3335     return Error(IDLoc, "invalid operand for instruction", EmptyRange,
 3340   Error(IDLoc, "unknown use of instruction mnemonic without a size suffix",
 3466     return Error(IDLoc, "invalid instruction mnemonic '" + Mnemonic + "'",
 3511     return Error(UnsizedMemOp->getStartLoc(),
 3519     return Error(IDLoc, "unsupported instruction", EmptyRange,
 3536     return Error(IDLoc, "invalid operand for instruction", EmptyRange,
 3545     return Error(ErrorLoc, "immediate must be an integer in range [0, 15]",
 3550   return Error(IDLoc, "unknown instruction mnemonic", EmptyRange,
 3568         return Error(DirectiveID.getLoc(), "'.att_syntax noprefix' is not "
 3580         return Error(DirectiveID.getLoc(), "'.intel_syntax prefix' is not "
 3665     Error(L, "unknown directive " + IDVal);
 3759       return Error(startLoc,
 3779       return Error(startLoc,
 3868         return Error(startLoc, "expected @code");