/external/bison/src/ |
D | parse-gram.c | 1688 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/elfutils/src/ |
D | ldscript.c | 1270 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) in yydestruct() argument 1273 yydestruct (yymsg, yytype, yyvaluep) in yydestruct() 1274 const char *yymsg; in yydestruct() 1281 if (!yymsg) 1282 yymsg = "Deleting"; 1283 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); 1360 char *yymsg = yymsgbuf; local 2084 if (yymsg != yymsgbuf) 2085 YYSTACK_FREE (yymsg); 2086 yymsg = (char *) YYSTACK_ALLOC (yyalloc); [all …]
|
/external/libpcap/ |
D | grammar.c | 1474 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) in yydestruct() argument 1477 yydestruct (yymsg, yytype, yyvaluep) in yydestruct() 1478 const char *yymsg; in yydestruct() 1486 if (!yymsg) 1487 yymsg = "Deleting"; 1488 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); 2757 char *yymsg = 0; local 2818 yymsg = (char *) YYSTACK_ALLOC (yysize); 2819 if (yymsg) 2824 char *yyp = yymsg; [all …]
|
/external/bison/data/ |
D | yacc.c | 1244 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 …]
|
D | lalr1.cc | 231 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);
|
D | glr.c | 760 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 …]
|
D | c.m4 | 455 [[const char *yymsg], [yymsg]], 466 if (!yymsg) 467 yymsg = "Deleting"; 468 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
|
/external/e2fsprogs/intl/ |
D | plural.c | 1137 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/elfutils/libcpu/ |
D | i386_parse.c | 1261 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) in yydestruct() argument 1264 yydestruct (yymsg, yytype, yyvaluep) in yydestruct() 1265 const char *yymsg; in yydestruct() 1272 if (!yymsg) 1273 yymsg = "Deleting"; 1274 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); 1351 char *yymsg = yymsgbuf; local 1978 if (yymsg != yymsgbuf) 1979 YYSTACK_FREE (yymsg); 1980 yymsg = (char *) YYSTACK_ALLOC (yyalloc); [all …]
|
/external/bison/examples/calc++/ |
D | calc++-parser.cc | 260 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_()
|
D | calc++-parser.hh | 252 inline void yydestruct_ (const char* yymsg,
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | glslang_tab.cpp | 1785 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, TParseContext* context) in yydestruct() argument 1788 yydestruct (yymsg, yytype, yyvaluep, context) in yydestruct() 1789 const char *yymsg; in yydestruct() 1798 if (!yymsg) 1799 yymsg = "Deleting"; 1800 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); 1877 char *yymsg = yymsgbuf; local 4534 if (yymsg != yymsgbuf) 4535 YYSTACK_FREE (yymsg); 4536 yymsg = (char *) YYSTACK_ALLOC (yyalloc); [all …]
|
/external/bison/tests/ |
D | regression.at | 1317 # yyparse would invoke yyerror using the old contents of yymsg. 1350 // Induce a syntax error message whose total length causes yymsg in
|
/external/bison/ |
D | ChangeLog-2012 | 6934 * 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.
|