Home | History | Annotate | Download | only in preprocessor

Lines Matching refs:yymsg_alloc

1009 /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message
1015 *YYMSG_ALLOC to the required number of bytes. Return 2 if the
1018 yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg,
1118 if (*yymsg_alloc < yysize)
1120 *yymsg_alloc = 2 * yysize;
1121 if (! (yysize <= *yymsg_alloc
1122 && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM))
1123 *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM;
1273 YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
1712 # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \
1724 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
1728 yymsg_alloc = sizeof yymsgbuf;