Lines Matching refs:TokError
636 return TokError("unmatched .ifs or .elses");
643 TokError("unassigned file number: " + Twine(i) + " for .file directives");
680 TokError("expected section directive before assembly directive");
727 return TokError("expected ')' in parentheses expression");
741 return TokError("expected ']' in brackets expression");
758 return TokError("unknown token in expression");
790 return TokError("invalid variant '" + Split.second + "'");
824 return TokError("invalid variant '" + Split.second + "'");
863 return TokError("brackets expression not supported on this target");
910 TokError
967 return TokError("unexpected symbol modifier following '@'");
972 return TokError("invalid variant '" + getTok().getIdentifier() + "'");
976 return TokError("invalid modifier '" + getTok().getIdentifier() +
1147 return TokError("unexpected token at start of statement");
1154 return TokError("unexpected token at start of statement");
1163 return TokError("unexpected token at start of statement");
1395 return TokError(Twine(IDVal) + " not supported yet");
1829 return TokError("unexpected token in macro instantiation");
1838 return TokError("expected ' ' for macro argument separator");
1888 return TokError("unbalanced parentheses in macro argument");
1922 return TokError("macro argument '" +
1934 return TokError("Too many arguments");
1958 return TokError("macros cannot be nested more than 20 levels deep");
2048 return TokError("unexpected token in assignment");
2144 return TokError("expected identifier after '" + Twine(IDVal) + "'");
2147 return TokError("unexpected token in '" + Twine(IDVal) + "'");
2168 return TokError("unexpected backslash at end of string");
2186 return TokError("invalid octal escape sequence (out of range)");
2196 return TokError("invalid escape sequence (unrecognized character)");
2219 return TokError("expected string in '" + Twine(IDVal) + "' directive");
2235 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
2271 return TokError("unexpected token in directive");
2299 return TokError("unexpected token in directive");
2310 return TokError("invalid floating point literal");
2313 return TokError("invalid floating point literal");
2329 return TokError("unexpected token in directive");
2355 return TokError("unexpected token in '.zero' directive");
2374 return TokError("unexpected token in '.fill' directive");
2382 return TokError("unexpected token in '.fill' directive");
2390 return TokError("unexpected token in '.fill' directive");
2395 return TokError("invalid '.fill' size, expected 1, 2, 4, or 8");
2417 return TokError("unexpected token in '.org' directive");
2424 return TokError("unexpected token in '.org' directive");
2454 return TokError("unexpected token in directive");
2468 return TokError("unexpected token in directive");
2476 return TokError("unexpected token in directive");
2542 return TokError("file number less than one");
2546 return TokError("unexpected token in '.file' directive");
2557 return TokError("explicit path specified, but no file number");
2567 return TokError("unexpected token in '.file' directive");
2588 return TokError("unexpected token in '.line' directive");
2598 return TokError("unexpected token in '.line' directive");
2612 return TokError("unexpected token in '.loc' directive");
2615 return TokError("file number less than one in '.loc' directive");
2617 return TokError("unassigned file number in '.loc' directive");
2624 return TokError("line number less than one in '.loc' directive");
2632 return TokError("column position less than zero in '.loc' directive");
2647 return TokError("unexpected token in '.loc' directive");
2707 return TokError("unsupported directive '.stabs'");
2718 return TokError("Expected an identifier");
2729 return TokError("Expected an identifier");
2778 return TokError("unexpected token in directive");
2808 return TokError("unexpected token in directive");
2851 return TokError("unexpected token in directive");
2870 return TokError("unexpected token in directive");
2915 return TokError("unsupported encoding.");
2918 return TokError("unexpected token in directive");
2923 return TokError("expected identifier in directive");
3034 return TokError("expected identifier in '.macro' directive");
3044 return TokError("expected identifier in '.macro' directive");
3079 return TokError("unexpected token in '" + EndToken.getIdentifier() +
3207 return TokError("unexpected token in '" + Directive + "' directive");
3218 return TokError("unexpected '" + Directive + "' in file, "
3227 return TokError("expected identifier in '.purgem' directive");
3230 return TokError("unexpected token in '.purgem' directive");
3251 return TokError("unexpected token after expression in"
3300 return TokError("unexpected token in '.bundle_unlock' directive");
3319 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
3326 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
3332 return TokError("invalid number of bytes in '" +
3351 return TokError("unexpected token in directive");
3384 return TokError("unexpected token in directive");
3401 return TokError("expected identifier in directive");
3407 return TokError("unexpected token in directive");
3437 return TokError("unexpected token in '.comm' or '.lcomm' directive");
3475 return TokError("unexpected token in '.abort' directive");
3492 return TokError("expected string in '.include' directive");
3499 return TokError("unexpected token in '.include' directive");
3518 return TokError("expected string in '.incbin' directive");
3525 return TokError("unexpected token in '.incbin' directive");
3552 return TokError("unexpected token in '.if' directive");
3575 return TokError("unexpected token in '.ifb' directive");
3598 return TokError("unexpected token in '.ifc' directive");
3605 return TokError("unexpected token in '.ifc' directive");
3627 return TokError("expected identifier after '.ifdef'");
3664 return TokError("unexpected token in '.elseif' directive");
3678 return TokError("unexpected token in '.else' directive");
3702 return TokError("unexpected token in '.endif' directive");
3845 TokError("unexpected token in '.endr' directive");
3892 return TokError("unexpected token in '.rept' directive");
3895 return TokError("Count is negative");
3898 return TokError("unexpected token in '.rept' directive");
3930 return TokError("expected identifier in '.irp' directive");
3935 return TokError("expected comma in '.irp' directive");
3976 return TokError("expected identifier in '.irpc' directive");
3981 return TokError("expected comma in '.irpc' directive");
3990 return TokError("unexpected token in '.irpc' directive");
4025 return TokError("unmatched '.endr' directive");