Lines Matching refs:TokError

1015     return TokError("expected ')' in parentheses expression");  in parseParenExpr()
1046 return TokError("unknown token in expression"); in parsePrimaryExpr()
1149 return TokError("literal value out of range for directive"); in parsePrimaryExpr()
1165 return TokError("invalid variant '" + Split.second + "'"); in parsePrimaryExpr()
1204 return TokError("brackets expression not supported on this target"); in parsePrimaryExpr()
1253 return TokError("expected '(' after operator"); in parsePrimaryExpr()
1258 return TokError("expected ')'"); in parsePrimaryExpr()
1288 TokError("invalid variant on expression '" + getTok().getIdentifier() + in applyModifierToExpr()
1387 return TokError("unexpected symbol modifier following '@'"); in parseExpression()
1392 return TokError("invalid variant '" + getTok().getIdentifier() + "'"); in parseExpression()
1396 return TokError("invalid modifier '" + getTok().getIdentifier() + in parseExpression()
1999 return TokError(Twine(IDVal) + in parseStatement()
2134 return TokError(Twine(IDVal) + in parseStatement()
2554 return TokError("unexpected token in macro instantiation"); in parseMacroArgument()
2602 return TokError("unbalanced parentheses in macro argument"); in parseMacroArgument()
2630 return TokError("expected '=' after formal parameter identifier"); in parseMacroArguments()
2722 return TokError("too many positional arguments"); in parseMacroArguments()
2735 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()
2878 return TokError("unexpected backslash at end of string"); in parseEscapedString()
2896 return TokError("invalid octal escape sequence (out of range)"); in parseEscapedString()
2906 return TokError("invalid escape sequence (unrecognized character)"); in parseEscapedString()
3016 return Asm.TokError("unknown token in expression"); in parseHexOcta()
3068 return TokError(Lexer.getErr()); in parseRealValue()
3071 return TokError("unexpected token in directive"); in parseRealValue()
3082 return TokError("invalid floating point literal"); in parseRealValue()
3085 return TokError("invalid floating point literal"); in parseRealValue()
3308 return TokError("negative file number"); in parseDirectiveFile()
3362 return TokError("unexpected token in '.file' directive"); in parseDirectiveFile()
3454 return TokError("line number less than zero in '.loc' directive"); in parseDirectiveLoc()
3462 return TokError("column position less than zero in '.loc' directive"); in parseDirectiveLoc()
3474 return TokError("unexpected token in '.loc' directive"); in parseDirectiveLoc()
3534 return TokError("unsupported directive '.stabs'"); in parseDirectiveStabs()
3696 return TokError("line number less than zero in '.cv_loc' directive"); in parseDirectiveCVLoc()
3704 return TokError("column position less than zero in '.cv_loc' directive"); in parseDirectiveCVLoc()
3715 return TokError("unexpected token in '.cv_loc' directive"); in parseDirectiveCVLoc()
3881 return TokError("expected symbol name"); in parseDirectiveCVFPOData()
3897 return TokError("Expected an identifier"); in parseDirectiveCFISections()
3908 return TokError("Expected an identifier"); in parseDirectiveCFISections()
4203 return TokError("unexpected token in '" + Directive + "' directive"); in parseDirectiveAltmacro()
4225 return TokError("expected identifier in '.macro' directive"); in parseDirectiveMacro()
4240 return TokError("expected identifier in '.macro' directive"); in parseDirectiveMacro()
4245 return TokError("macro '" + Name + "' has multiple parameters" in parseDirectiveMacro()
4313 return TokError("unexpected token in '" + EndToken.getIdentifier() + in parseDirectiveMacro()
4456 return TokError("unexpected '" + Directive + "' in file, " in parseDirectiveExitMacro()
4474 return TokError("unexpected token in '" + Directive + "' directive"); in parseDirectiveEndMacro()
4485 return TokError("unexpected '" + Directive + "' in file, " in parseDirectiveEndMacro()
4742 return TokError("expected identifier in directive"); in parseDirectiveComm()
4748 return TokError("unexpected token in directive"); in parseDirectiveComm()
4989 return TokError("expected string parameter for '.ifeqs' directive"); in parseDirectiveIfeqs()
4990 return TokError("expected string parameter for '.ifnes' directive"); in parseDirectiveIfeqs()
4998 return TokError( in parseDirectiveIfeqs()
5000 return TokError("expected comma after first string for '.ifnes' directive"); in parseDirectiveIfeqs()
5007 return TokError("expected string parameter for '.ifeqs' directive"); in parseDirectiveIfeqs()
5008 return TokError("expected string parameter for '.ifnes' directive"); in parseDirectiveIfeqs()
5132 return TokError(".error argument must be a string"); in parseDirectiveError()
5155 return TokError(".warning argument must be a string"); in parseDirectiveWarning()
5496 return TokError("unexpected token in '.irpc' directive"); in parseDirectiveIrpc()
5530 return TokError("unmatched '.endr' directive"); in parseDirectiveEndr()
5885 return Parser.TokError("missing expression"); in parseAssignmentExpression()