Lines Matching full:error
148 void error(const char *fmt, ...) {
244 mErrorSink->error("Code too large: %d bytes", newSize);
534 * Return non-zero if there is an error.
603 void error(const char* fmt,...) {
612 error("code generator assertion failed at line %s:%d.", __FILE__, line);
817 void error(const char* fmt,...) {
955 error("ob() not supported.");
1017 error("localVariables out of range: %d", localVariableSize);
1098 error("structure offset out of range: %d", offset);
1177 error("Unknown comparison op %d", op);
1211 error("Unknown comparison op %d", op);
1235 error("Unknown comparison op %d", op);
1270 error("Unknown comparison op %d", op);
1294 error("Unknown comparison op %d", op);
1316 error("Unsupported pointer-pointer operation %d.", op);
1319 error("Incompatible pointer types for subtraction.");
1332 error("Unsupported pointer-scalar operation %d", op);
1392 error("Unimplemented op %d\n", op);
1431 error("Unsupported binary floating operation %d\n", op);
1466 error("Unsupported binary floating operation %d\n", op);
1476 error("Unknown unary cmp %d", op);
1508 error("gUnaryCmp unsupported type");
1529 error("Unknown unary op %d\n", op);
1552 error("Can't apply '~' operator to a float or double.");
1555 error("Unknown unary op %d\n", op);
1560 error("genUnaryOp unsupported type");
1620 error("Unsupported popR0 float/double");
1634 error("Can't pop this type.");
1684 error("storeR0ToTOS: unimplemented type %d",
1727 error("loadR0FromR0: unimplemented type %d", tag);
1747 error("Offset out of range: %08x", ea);
1767 error("function forward reference out of bounds");
1796 error("Incompatible pointer or array types");
1880 error("l out of range for stack offset: 0x%08x", l);
1886 error("l out of range for stack offset: 0x%08x", l);
1894 error("l out of range for stack offset: 0x%08x", l);
1908 error("l out of range for stack offset: 0x%08x", l);
1916 error("l out of range for stack offset: 0x%08x", l);
1953 error("L out of range for stack adjustment: 0x%08x", l);
1977 error("l out of range for stack offset: 0x%08x", l);
2010 error("L out of range for stack adjustment: 0x%08x", l);
2076 error("alignment of func not supported");
2105 error("Unsupported type %d", pType->tag);
2282 error("Incompatible types old: %d new: %d", pR0Type->tag, pType->tag);
2593 error("Unknown comparison op");
2613 error("Unsupported pointer-pointer operation %d.", op);
2616 error("Incompatible pointer types for subtraction.");
2631 error("Unsupported pointer-scalar operation %d", op);
2674 error("Unsupported binary floating operation.");
2683 error("Unknown unary cmp %d", op);
2711 error("gUnaryCmp unsupported type");
2733 error("Can't apply '~' operator to a float or double.");
2736 error("Unknown unary op %d\n", op);
2741 error("genUnaryOp unsupported type");
2763 error("pushR0 unsupported type %d", r0ct);
2804 error("popR0 unsupported type %d", r0ct);
2855 error("storeR0ToTOS: unsupported type %d",
2892 error("loadR0FromR0: unsupported type %d", tag);
2927 error("Incompatible pointer or array types");
2957 error("Incompatible types old: %d new: %d",
3047 error("mprotect() failed: %d", errno);
3066 error("alignment of func not supported");
3095 error("Unsupported type %d", pType->tag);
3138 error("Out-of-range operator: %d\n", op);
4190 error("'x' character escape requires at least one digit.");
4235 error("Undefined character escape %c", ch);
4287 error("Long floating point constants not supported.");
4299 error("Can't parse constant: %s", pText);
4327 error("Unsupported preprocessor directive \"%s\"",
4379 error("Can't parse constant: %s %d %d", pText, base, errno);
4401 error("Too many levels of macro recursion.");
4418 error("Expected a ' character, got %c", ch);
4432 error("End of file inside comment.");
4496 error("Defines with arguments not supported");
4571 error("Unexpected pragma syntax");
4580 error("Expected a line-number");
4597 error("'%c' expected", c);
4618 error("Unterminated string constant.");
4736 error("Unexpected EOF.");
4738 error("Unexpected ';'");
4740 // Don't have to do anything special here, the error
4754 error("Undeclared variable %s", nameof(t));
4763 error("Undeclared variable %s", nameof(t));
4812 error("expected a struct value to the left of '.'");
4821 error("Expected a pointer to a struct to the left of '->'");
4839 error("Unexpected argument.");
4859 error("Can't pass void value for argument %d",
4867 error("Expected ',' or ')'");
4872 error("Expected more argument(s). Saw %d", argCount);
4879 error("Expected a function value to left of '('.");
4895 error("Expected a struct member to the right of '%s', got %s",
4909 error("++/-- illegal for this type. %d", tag);
4932 error("Expected a pointer type.");
4944 error("Expected an lvalue");
4970 // Check for syntax error.
5083 error("Must not return a value from a void function");
5089 error("Must specify a value here");
5097 error("break statement must be within a for, do, while, or switch statement");
5103 error("continue statement must be within a for, do, or while statement");
5307 error("Only one type specifier allowed.");
5319 error("Only one storage class allowed.");
5400 case SC_AUTO: error("auto not supported."); break;
5401 case SC_REGISTER: error("register not supported."); break;
5402 case SC_STATIC: error("static not supported."); break;
5403 case SC_EXTERN: error("extern not supported."); break;
5408 error("An explicit storage class is not allowed in this type declaration");
5431 error("A struct with the same name is already defined at this level.");
5480 error("Duplicate struct member %s", buf.getUnwrapped());
5505 // Some sort of syntax error, skip token and keep trying
5544 error("Expected a variable name");
5560 error("Expected a declaration");
5577 error("Expected a declaration");
5608 error("Symbol %s not allowed here", nameof(declName));
5614 error("Expected name. Got %s", temp.getUnwrapped());
5626 error("Expected positive integer constant");
5681 error("Expected a type, got %s", buf.getUnwrapped());
5688 error("Expected an lvalue");
5702 error("Duplicate definition of %s", nameof(t));
5717 error("Undeclared struct %s", temp.getUnwrapped());
5741 error("Nested functions are not allowed. Did you forget a '}' ?");
5817 error("Expected symbol. Got %s", temp.getUnwrapped());
5856 error("Already defined global %s", nameof(pDecl->id));
5876 error("Expected an integer constant");
5898 error("expected '{'");
5955 error("Global space exhausted");
6029 error("Unknown architecture %s\n", architecture);
6042 error("No code generator defined.");
6141 error("Undefined forward reference: %s",
6242 void setError(ACCenum error) {
6243 if (accError == ACC_NO_ERROR && error != ACC_NO_ERROR) {
6244 accError = error;