Lines Matching refs:TokError
1164 return TokError("unknown token in expression"); in parsePrimaryExpr()
1276 return TokError("literal value out of range for directive"); in parsePrimaryExpr()
1292 return TokError("invalid variant '" + Split.second + "'"); in parsePrimaryExpr()
1318 return TokError("cannot use . as current PC"); in parsePrimaryExpr()
1334 return TokError("brackets expression not supported on this target"); in parsePrimaryExpr()
1383 return TokError("expected '(' after operator"); in parsePrimaryExpr()
1417 TokError("invalid variant on expression '" + getTok().getIdentifier() + in applyModifierToExpr()
1514 return TokError("unexpected symbol modifier following '@'"); in parseExpression()
1519 return TokError("invalid variant '" + getTok().getIdentifier() + "'"); in parseExpression()
1523 return TokError("invalid modifier '" + getTok().getIdentifier() + in parseExpression()
2130 return TokError(Twine(IDVal) + in parseStatement()
2269 return TokError(Twine(IDVal) + in parseStatement()
2701 return TokError("unexpected token in macro instantiation"); in parseMacroArgument()
2745 return TokError("unbalanced parentheses in macro argument"); in parseMacroArgument()
2773 return TokError("expected '=' after formal parameter identifier"); in parseMacroArguments()
2864 return TokError("too many positional arguments"); in parseMacroArguments()
2877 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()
3049 return TokError("unexpected backslash at end of string"); in parseEscapedString()
3055 return TokError("invalid hexadecimal escape sequence"); in parseEscapedString()
3083 return TokError("invalid octal escape sequence (out of range)"); in parseEscapedString()
3093 return TokError("invalid escape sequence (unrecognized character)"); in parseEscapedString()
3214 return Asm.TokError("unknown token in expression"); in parseHexOcta()
3264 return TokError(Lexer.getErr()); in parseRealValue()
3267 return TokError("unexpected token in directive"); in parseRealValue()
3279 return TokError("invalid floating point literal"); in parseRealValue()
3283 return TokError("invalid floating point literal"); in parseRealValue()
3521 return TokError("negative file number"); in parseDirectiveFile()
3573 return TokError("unexpected token in '.file' directive"); in parseDirectiveFile()
3662 return TokError("line number less than zero in '.loc' directive"); in parseDirectiveLoc()
3670 return TokError("column position less than zero in '.loc' directive"); in parseDirectiveLoc()
3683 return TokError("unexpected token in '.loc' directive"); in parseDirectiveLoc()
3743 return TokError("unsupported directive '.stabs'"); in parseDirectiveStabs()
3901 return TokError("line number less than zero in '.cv_loc' directive"); in parseDirectiveCVLoc()
3909 return TokError("column position less than zero in '.cv_loc' directive"); in parseDirectiveCVLoc()
3920 return TokError("unexpected token in '.cv_loc' directive"); in parseDirectiveCVLoc()
4170 return TokError("expected symbol name"); in parseDirectiveCVFPOData()
4188 return TokError("expected .eh_frame or .debug_frame"); in parseDirectiveCFISections()
4510 return TokError("expected identifier"); in parseDirectiveCFILabel()
4542 return TokError("expected identifier in '.macro' directive"); in parseDirectiveMacro()
4557 return TokError("expected identifier in '.macro' directive"); in parseDirectiveMacro()
4562 return TokError("macro '" + Name + "' has multiple parameters" in parseDirectiveMacro()
4631 return TokError("unexpected token in '" + EndToken.getIdentifier() + in parseDirectiveMacro()
4775 return TokError("unexpected '" + Directive + "' in file, " in parseDirectiveExitMacro()
4793 return TokError("unexpected token in '" + Directive + "' directive"); in parseDirectiveEndMacro()
4804 return TokError("unexpected '" + Directive + "' in file, " in parseDirectiveEndMacro()
5039 return TokError("expected identifier in directive"); in parseDirectiveComm()
5267 return TokError("expected string parameter for '.ifeqs' directive"); in parseDirectiveIfeqs()
5268 return TokError("expected string parameter for '.ifnes' directive"); in parseDirectiveIfeqs()
5276 return TokError( in parseDirectiveIfeqs()
5278 return TokError("expected comma after first string for '.ifnes' directive"); in parseDirectiveIfeqs()
5285 return TokError("expected string parameter for '.ifeqs' directive"); in parseDirectiveIfeqs()
5286 return TokError("expected string parameter for '.ifnes' directive"); in parseDirectiveIfeqs()
5407 return TokError(".error argument must be a string"); in parseDirectiveError()
5430 return TokError(".warning argument must be a string"); in parseDirectiveWarning()
5773 return TokError("unexpected token in '.irpc' directive"); in parseDirectiveIrpc()
5805 return TokError("unmatched '.endr' directive"); in parseDirectiveEndr()
6416 return Parser.TokError("missing expression"); in parseAssignmentExpression()