Lines Matching refs:TokError
463 return TokError("unmatched .ifs or .elses");
470 TokError("unassigned file number: " + Twine(i) + " for .file directives");
506 TokError("expected section directive before assembly directive");
544 return TokError("expected ')' in parentheses expression");
558 return TokError("expected ']' in brackets expression");
573 return TokError("unknown token in expression");
602 return TokError("invalid variant '" + Split.second + "'");
664 return TokError("brackets expression not supported on this target");
707 TokError("invalid variant on expression '" +
762 return TokError("unexpected symbol modifier following '@'");
767 return TokError("invalid variant '" + getTok().getIdentifier() + "'");
771 return TokError("invalid modifier '" + getTok().getIdentifier() +
946 return TokError("unexpected token at start of statement");
954 return TokError("unexpected token at start of statement");
965 return TokError("unexpected token at start of statement");
1162 return TokError(Twine(IDVal) + " not supported yet");
1325 return TokError("macros cannot be nested more than 20 levels deep");
1333 return TokError("unexpected token in macro instantiation");
1420 return TokError("unexpected token in assignment");
1509 return TokError("expected identifier after '" + Twine(IDVal) + "'");
1512 return TokError("unexpected token in '" + Twine(IDVal) + "'");
1533 return TokError("unexpected backslash at end of string");
1551 return TokError("invalid octal escape sequence (out of range)");
1561 return TokError("invalid escape sequence (unrecognized character)");
1584 return TokError("expected string in '" + Twine(IDVal) + "' directive");
1600 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
1636 return TokError("unexpected token in directive");
1664 return TokError("unexpected token in directive");
1675 return TokError("invalid floating point literal");
1678 return TokError("invalid floating point literal");
1694 return TokError("unexpected token in directive");
1715 return TokError("unexpected token in '.space' directive");
1722 return TokError("unexpected token in '.space' directive");
1728 return TokError("invalid number of bytes in '.space' directive");
1753 return TokError("unexpected token in '.zero' directive");
1772 return TokError("unexpected token in '.fill' directive");
1780 return TokError("unexpected token in '.fill' directive");
1788 return TokError("unexpected token in '.fill' directive");
1793 return TokError("invalid '.fill' size, expected 1, 2, 4, or 8");
1814 return TokError("unexpected token in '.org' directive");
1821 return TokError("unexpected token in '.org' directive");
1849 return TokError("unexpected token in directive");
1863 return TokError("unexpected token in directive");
1871 return TokError("unexpected token in directive");
1929 return TokError("expected identifier in directive");
1939 return TokError("unexpected token in directive");
1956 return TokError("expected identifier in directive");
1962 return TokError("unexpected token in directive");
1987 return TokError("unexpected token in '.comm' or '.lcomm' directive");
2029 return TokError("unexpected token in '.abort' directive");
2046 return TokError("expected string in '.include' directive");
2053 return TokError("unexpected token in '.include' directive");
2082 return TokError("unexpected token in '.if' directive");
2102 return TokError("expected identifier after '.ifdef'");
2140 return TokError("unexpected token in '.elseif' directive");
2154 return TokError("unexpected token in '.else' directive");
2178 return TokError("unexpected token in '.endif' directive");
2205 return TokError("file number less than one");
2209 return TokError("unexpected token in '.file' directive");
2216 return TokError("unexpected token in '.file' directive");
2233 return TokError("unexpected token in '.line' directive");
2243 return TokError("unexpected token in '.line' directive");
2259 return TokError("unexpected token in '.loc' directive");
2262 return TokError("file number less than one in '.loc' directive");
2264 return TokError("unassigned file number in '.loc' directive");
2271 return TokError("line number less than one in '.loc' directive");
2279 return TokError("column position less than zero in '.loc' directive");
2294 return TokError("unexpected token in '.loc' directive");
2360 return TokError("unsupported directive '" + Directive + "'");
2372 return TokError("Expected an identifier");
2383 return TokError("Expected an identifier");
2436 return TokError("unexpected token in directive");
2493 return TokError("unexpected token in directive");
2513 return TokError("unexpected token in directive");
2558 return TokError("unsupported encoding.");
2561 return TokError("unexpected token in directive");
2566 return TokError("expected identifier in directive");
2629 return TokError("expected identifier in directive");
2636 return TokError("expected identifier in directive");
2646 return TokError("unexpected token in '.macro' directive");
2666 return TokError("unexpected token in '" + EndToken.getIdentifier() +
2692 return TokError("unexpected token in '" + Directive + "' directive");
2703 return TokError("unexpected '" + Directive + "' in file, "
2716 return TokError("unexpected token in directive");