Lines Matching refs:TokError

1161     return TokError("unknown token in expression");  in parsePrimaryExpr()
1273 return TokError("literal value out of range for directive"); in parsePrimaryExpr()
1289 return TokError("invalid variant '" + Split.second + "'"); in parsePrimaryExpr()
1315 return TokError("cannot use . as current PC"); in parsePrimaryExpr()
1331 return TokError("brackets expression not supported on this target"); in parsePrimaryExpr()
1380 return TokError("expected '(' after operator"); in parsePrimaryExpr()
1414 TokError("invalid variant on expression '" + getTok().getIdentifier() + in applyModifierToExpr()
1513 return TokError("unexpected symbol modifier following '@'"); in parseExpression()
1518 return TokError("invalid variant '" + getTok().getIdentifier() + "'"); in parseExpression()
1522 return TokError("invalid modifier '" + getTok().getIdentifier() + in parseExpression()
2139 return TokError(Twine(IDVal) + in parseStatement()
2276 return TokError(Twine(IDVal) + in parseStatement()
2707 return TokError("unexpected token in macro instantiation"); in parseMacroArgument()
2755 return TokError("unbalanced parentheses in macro argument"); in parseMacroArgument()
2783 return TokError("expected '=' after formal parameter identifier"); in parseMacroArguments()
2875 return TokError("too many positional arguments"); in parseMacroArguments()
2888 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()
3050 return TokError("unexpected backslash at end of string"); in parseEscapedString()
3056 return TokError("invalid hexadecimal escape sequence"); in parseEscapedString()
3084 return TokError("invalid octal escape sequence (out of range)"); in parseEscapedString()
3094 return TokError("invalid escape sequence (unrecognized character)"); in parseEscapedString()
3215 return Asm.TokError("unknown token in expression"); in parseHexOcta()
3265 return TokError(Lexer.getErr()); in parseRealValue()
3268 return TokError("unexpected token in directive"); in parseRealValue()
3280 return TokError("invalid floating point literal"); in parseRealValue()
3284 return TokError("invalid floating point literal"); in parseRealValue()
3510 return TokError("negative file number"); in parseDirectiveFile()
3562 return TokError("unexpected token in '.file' directive"); in parseDirectiveFile()
3651 return TokError("line number less than zero in '.loc' directive"); in parseDirectiveLoc()
3659 return TokError("column position less than zero in '.loc' directive"); in parseDirectiveLoc()
3672 return TokError("unexpected token in '.loc' directive"); in parseDirectiveLoc()
3732 return TokError("unsupported directive '.stabs'"); in parseDirectiveStabs()
3890 return TokError("line number less than zero in '.cv_loc' directive"); in parseDirectiveCVLoc()
3898 return TokError("column position less than zero in '.cv_loc' directive"); in parseDirectiveCVLoc()
3909 return TokError("unexpected token in '.cv_loc' directive"); in parseDirectiveCVLoc()
4159 return TokError("expected symbol name"); in parseDirectiveCVFPOData()
4177 return TokError("expected .eh_frame or .debug_frame"); in parseDirectiveCFISections()
4512 return TokError("expected identifier in '.macro' directive"); in parseDirectiveMacro()
4527 return TokError("expected identifier in '.macro' directive"); in parseDirectiveMacro()
4532 return TokError("macro '" + Name + "' has multiple parameters" in parseDirectiveMacro()
4601 return TokError("unexpected token in '" + EndToken.getIdentifier() + in parseDirectiveMacro()
4745 return TokError("unexpected '" + Directive + "' in file, " in parseDirectiveExitMacro()
4763 return TokError("unexpected token in '" + Directive + "' directive"); in parseDirectiveEndMacro()
4774 return TokError("unexpected '" + Directive + "' in file, " in parseDirectiveEndMacro()
5010 return TokError("expected identifier in directive"); in parseDirectiveComm()
5241 return TokError("expected string parameter for '.ifeqs' directive"); in parseDirectiveIfeqs()
5242 return TokError("expected string parameter for '.ifnes' directive"); in parseDirectiveIfeqs()
5250 return TokError( in parseDirectiveIfeqs()
5252 return TokError("expected comma after first string for '.ifnes' directive"); in parseDirectiveIfeqs()
5259 return TokError("expected string parameter for '.ifeqs' directive"); in parseDirectiveIfeqs()
5260 return TokError("expected string parameter for '.ifnes' directive"); in parseDirectiveIfeqs()
5381 return TokError(".error argument must be a string"); in parseDirectiveError()
5404 return TokError(".warning argument must be a string"); in parseDirectiveWarning()
5750 return TokError("unexpected token in '.irpc' directive"); in parseDirectiveIrpc()
5782 return TokError("unmatched '.endr' directive"); in parseDirectiveEndr()
6390 return Parser.TokError("missing expression"); in parseAssignmentExpression()