Lines Matching refs:TokError

641     return TokError("unmatched .ifs or .elses");
648 TokError("unassigned file number: " + Twine(i) + " for .file directives");
684 TokError("expected section directive before assembly directive");
729 return TokError("expected ')' in parentheses expression");
744 return TokError("expected ']' in brackets expression");
761 return TokError("unknown token in expression");
809 return TokError("invalid variant '" + Split.second + "'");
845 return TokError("invalid variant '" + Split.second + "'");
884 return TokError("brackets expression not supported on this target");
931 TokError("invalid variant on expression '" + getTok().getIdentifier() +
990 return TokError("unexpected symbol modifier following '@'");
995 return TokError("invalid variant '" + getTok().getIdentifier() + "'");
999 return TokError("invalid modifier '" + getTok().getIdentifier() +
1167 return TokError("unexpected token at start of statement");
1174 return TokError("unexpected token at start of statement");
1183 return TokError("unexpected token at start of statement");
1415 return TokError(Twine(IDVal) + " not supported yet");
1845 return TokError("unexpected token in macro instantiation");
1854 return TokError("expected ' ' for macro argument separator");
1904 return TokError("unbalanced parentheses in macro argument");
1939 return TokError("macro argument '" +
1951 return TokError("Too many arguments");
1975 return TokError("macros cannot be nested more than 20 levels deep");
2064 return TokError("unexpected token in assignment");
2158 return TokError("expected identifier after '" + Twine(IDVal) + "'");
2161 return TokError("unexpected token in '" + Twine(IDVal) + "'");
2182 return TokError("unexpected backslash at end of string");
2200 return TokError("invalid octal escape sequence (out of range)");
2210 return TokError("invalid escape sequence (unrecognized character)");
2233 return TokError("expected string in '" + Twine(IDVal) + "' directive");
2249 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
2285 return TokError("unexpected token in directive");
2313 return TokError("unexpected token in directive");
2324 return TokError("invalid floating point literal");
2327 return TokError("invalid floating point literal");
2343 return TokError("unexpected token in directive");
2369 return TokError("unexpected token in '.zero' directive");
2392 return TokError("unexpected token in '.fill' directive");
2400 return TokError("unexpected token in '.fill' directive");
2407 return TokError("unexpected token in '.fill' directive");
2414 return TokError("invalid '.fill' size, expected 1, 2, 4, or 8");
2436 return TokError("unexpected token in '.org' directive");
2443 return TokError("unexpected token in '.org' directive");
2473 return TokError("unexpected token in directive");
2487 return TokError("unexpected token in directive");
2495 return TokError("unexpected token in directive");
2561 return TokError("file number less than one");
2565 return TokError("unexpected token in '.file' directive");
2579 return TokError("explicit path specified, but no file number");
2590 return TokError("unexpected token in '.file' directive");
2612 return TokError("unexpected token in '.line' directive");
2622 return TokError("unexpected token in '.line' directive");
2636 return TokError("unexpected token in '.loc' directive");
2639 return TokError("file number less than one in '.loc' directive");
2641 return TokError("unassigned file number in '.loc' directive");
2648 return TokError("line number less than zero in '.loc' directive");
2656 return TokError("column position less than zero in '.loc' directive");
2671 return TokError("unexpected token in '.loc' directive");
2731 return TokError("unsupported directive '.stabs'");
2742 return TokError("Expected an identifier");
2753 return TokError("Expected an identifier");
2802 return TokError("unexpected token in directive");
2832 return TokError("unexpected token in directive");
2882 return TokError("unexpected token in directive");
2901 return TokError("unexpected token in directive");
2946 return TokError("unsupported encoding.");
2949 return TokError("unexpected token in directive");
2954 return TokError("expected identifier in directive");
3065 return TokError("expected identifier in '.macro' directive");
3075 return TokError("expected identifier in '.macro' directive");
3110 return TokError("unexpected token in '" + EndToken.getIdentifier() +
3238 return TokError("unexpected token in '" + Directive + "' directive");
3249 return TokError("unexpected '" + Directive + "' in file, "
3258 return TokError("expected identifier in '.purgem' directive");
3261 return TokError("unexpected token in '.purgem' directive");
3282 return TokError("unexpected token after expression in"
3331 return TokError("unexpected token in '.bundle_unlock' directive");
3350 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
3357 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
3363 return TokError("invalid number of bytes in '" + Twine(IDVal) +
3391 return TokError("unexpected token in directive");
3422 return TokError("unexpected token in directive");
3439 return TokError("expected identifier in directive");
3445 return TokError("unexpected token in directive");
3475 return TokError("unexpected token in '.comm' or '.lcomm' directive");
3513 return TokError("unexpected token in '.abort' directive");
3530 return TokError("expected string in '.include' directive");
3540 return TokError("unexpected token in '.include' directive");
3556 return TokError("expected string in '.incbin' directive");
3566 return TokError("unexpected token in '.incbin' directive");
3590 return TokError("unexpected token in '.if' directive");
3613 return TokError("unexpected token in '.ifb' directive");
3636 return TokError("unexpected token in '.ifc' directive");
3643 return TokError("unexpected token in '.ifc' directive");
3665 return TokError("expected identifier after '.ifdef'");
3702 return TokError("unexpected token in '.elseif' directive");
3716 return TokError("unexpected token in '.else' directive");
3740 return TokError("unexpected token in '.endif' directive");
3880 TokError("unexpected token in '.endr' directive");
3925 return TokError("unexpected token in '.rept' directive");
3928 return TokError("Count is negative");
3931 return TokError("unexpected token in '.rept' directive");
3963 return TokError("expected identifier in '.irp' directive");
3968 return TokError("expected comma in '.irp' directive");
4009 return TokError("expected identifier in '.irpc' directive");
4014 return TokError("expected comma in '.irpc' directive");
4023 return TokError("unexpected token in '.irpc' directive");
4058 return TokError("unmatched '.endr' directive");