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

/fuchsia/zircon/third_party/uapp/dash/src/
H A Darith_yacc.c78 static void yyerror(const char *s) __attribute__ ((noreturn));
79 static void yyerror(const char *s) function
102 yyerror("division by zero");
146 yyerror("expecting ')'");
170 yyerror("expecting primary");
261 yyerror("expecting ':'");
301 yyerror("expecting EOF");

Completed in 23 milliseconds