Home | History | Annotate | Download | only in glcpp

Lines Matching full:yymsg

1448 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp, glcpp_parser_t *parser)
1451 yydestruct (yymsg, yytype, yyvaluep, yylocationp, parser)
1452 const char *yymsg;
1463 if (!yymsg)
1464 yymsg = "Deleting";
1465 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
1576 char *yymsg = yymsgbuf;
2709 if (yymsg != yymsgbuf)
2710 YYSTACK_FREE (yymsg);
2711 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
2712 if (yymsg)
2716 yymsg = yymsgbuf;
2723 (void) yysyntax_error (yymsg, yystate, yychar);
2724 yyerror (&yylloc, parser, yymsg);
2873 if (yymsg != yymsgbuf)
2874 YYSTACK_FREE (yymsg);