Searched refs:exerror (Results 1 - 10 of 10) sorted by relevance

/ast/src/lib/libexpr/
H A Dexnospace.c39 exerror("out of space");
H A Dexerror.c35 exerror(const char* format, ...) function
H A Dexrewind.c37 exerror("too much pushback");
H A Dexgram.h182 exerror("cannot cast %s to %s", TYPENAME(x->type), TYPENAME(type));
196 exerror("%s: cannot cast constant %s to %s", xref->data.variable.symbol->name, TYPENAME(x->type), TYPENAME(type));
199 exerror("cannot cast constant %s to %s", TYPENAME(x->type), TYPENAME(type));
227 exerror("internal error: %d: unknown cast op", t2t);
252 exerror("cannot cast %s to %s", TYPENAME(from), TYPENAME(to));
265 exerror("cannot convert %s to %s", TYPENAME(from), TYPENAME(to));
298 exerror("internal error: %d: unknown conversion op", t2t);
361 exerror("%s: not enough args", fun->name);
371 exerror("%s: too many args", fun->name);
394 exerror("forma
[all...]
H A Dexparse.y184 exerror("no nested function definitions");
273 exerror("simple index variable expected");
276 exerror("integer index variable expected");
337 exerror("return in void function");
403 exerror("duplicate default in switch");
423 exerror("too many case labels for switch");
468 exerror("%s: member references not supported", $1);
470 exerror("%s: member references cannot be initialized", $2);
491 exerror("%s: cannot initialize associative array", $2->name);
687 exerror("i
[all...]
H A Dexeval.c149 exerror("printf: not enough arguments");
307 exerror("printf: %d: invalid descriptor", v.integer);
336 exerror("printf: \"%s\": too many arguments", fmt.fmt.form);
355 exerror("scanf: not enough arguments");
365 exerror("scanf: %s: floating variable address argument expected", node->data.variable.symbol->name);
374 exerror("scanf: %s: string variable address argument expected", node->data.variable.symbol->name);
385 exerror("scanf: %s: integer variable address argument expected", node->data.variable.symbol->name);
421 exerror("scanf: %d: invalid descriptor", v.integer);
436 exerror("scanf: %s: too many arguments", fmt.actuals->data.operand.left->data.variable.symbol->name);
617 exerror("
[all...]
H A DOexparse.c895 exerror("syntax error");
996 exerror("no nested function definitions");
1106 exerror("simple index variable expected");
1109 exerror("integer index variable expected");
1186 exerror("return in void function");
1251 exerror("duplicate default in switch");
1267 exerror("too many case labels for switch");
1319 exerror("%s: member references not supported", exvsp[-4].reference);
1321 exerror("%s: member references cannot be initialized", exvsp[-3].id);
1342 exerror("
[all...]
H A Dextoken.c444 exerror("#%s: string argument expected", s);
451 else exerror("unknown directive");
469 exerror("unterminated %c string", q);
590 exerror("%s: invalid numeric constant", s);
815 exerror("unterminated %c string", q);
H A DMakefile15 exerror.c exopen.c exrewind.c extoken.c extype.c \
H A Dexpr.h279 extern void exerror(const char*, ...);

Completed in 24 milliseconds