Home
last modified time | relevance | path

Searched refs:yymsg (Results 1 – 12 of 12) sorted by relevance

/external/bison/src/
Dparse-gram.c1688 yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, in yysyntax_error() argument
1801 char *yyp = *yymsg; in yysyntax_error()
1827 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp) in yydestruct() argument
1830 yydestruct (yymsg, yytype, yyvaluep, yylocationp) in yydestruct()
1831 const char *yymsg; in yydestruct()
1840 if (!yymsg)
1841 yymsg = "Deleting";
1842 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
1970 char *yymsg = yymsgbuf; local
2951 # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \
[all …]
/external/libpcap/
Dgrammar.c1672 yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, in yysyntax_error() argument
1781 char *yyp = *yymsg; in yysyntax_error()
1804 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) in yydestruct() argument
1807 if (!yymsg) in yydestruct()
1808 yymsg = "Deleting"; in yydestruct()
1809 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); in yydestruct()
1869 char *yymsg = yymsgbuf; in yyparse() local
3476 # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ in yyparse()
3483 yymsgp = yymsg; in yyparse()
3486 if (yymsg != yymsgbuf) in yyparse()
[all …]
/external/bison/data/
Dyacc.c1244 yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg,
1380 char *yyp = *yymsg;
1543 char *yymsg = yymsgbuf;
1858 # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \]b4_lac_if([[
1868 yymsgp = yymsg;
1871 if (yymsg != yymsgbuf)
1872 YYSTACK_FREE (yymsg);
1873 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
1874 if (!yymsg)
1876 yymsg = yymsgbuf;
[all …]
Dlalr1.cc231 inline void yydestruct_ (const char* yymsg,
443 ]b4_parser_class_name[::yydestruct_ (const char* yymsg,
447 YYUSE (yymsg);
450 if (yymsg)
451 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
Dglr.c760 static void yyFail (yyGLRStack* yystackp]b4_pure_formals[, const char* yymsg)
763 yyFail (yyGLRStack* yystackp]b4_pure_formals[, const char* yymsg)
765 if (yymsg != YY_NULL)
766 yyerror (]b4_yyerror_args[yymsg);
908 yydestroyGLRState (char const *yymsg, yyGLRState *yys]b4_user_formals[)
911 yydestruct (yymsg, yystos[yys->yylrState],
919 YYFPRINTF (stderr, "%s unresolved ", yymsg);
921 YYFPRINTF (stderr, "%s incomplete ", yymsg);
936 yydestroyGLRState (yymsg, yyrh]b4_user_args[);
2021 char* yymsg = YY_NULL;
[all …]
Dc.m4455 [[const char *yymsg], [yymsg]],
466 if (!yymsg)
467 yymsg = "Deleting";
468 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
/external/e2fsprogs/intl/
Dplural.c1137 char *yymsg; in yyparse() local
1149 yymsg = (char *) YYSTACK_ALLOC (yysize); in yyparse()
1150 if (yymsg != 0) in yyparse()
1152 char *yyp = yystpcpy (yymsg, "parse error, unexpected "); in yyparse()
1169 yyerror (yymsg); in yyparse()
1170 YYSTACK_FREE (yymsg); in yyparse()
/external/bison/examples/calc++/
Dcalc++-parser.cc260 calcxx_parser::yydestruct_ (const char* yymsg, in yydestruct_() argument
264 YYUSE (yymsg); in yydestruct_()
267 if (yymsg) in yydestruct_()
268 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); in yydestruct_()
Dcalc++-parser.hh252 inline void yydestruct_ (const char* yymsg,
/external/toybox/kconfig/
Dzconf.tab.c_shipped1087 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)
1090 yydestruct (yymsg, yytype, yyvaluep)
1091 const char *yymsg;
1099 if (!yymsg)
1100 yymsg = "Deleting";
1101 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
1879 char *yymsg = 0;
1940 yymsg = (char *) YYSTACK_ALLOC (yysize);
1941 if (yymsg)
1946 char *yyp = yymsg;
[all …]
/external/bison/tests/
Dregression.at1317 # yyparse would invoke yyerror using the old contents of yymsg.
1350 // Induce a syntax error message whose total length causes yymsg in
/external/bison/
DChangeLog-20126934 * data/push.c (yypushparse): Fix memory leak if yymsg is malloced
6939 * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
11247 for yymsg, too.