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

/external/bison/examples/calc++/
H A Dcalc++-parser.hh247 /// \param yymsg Why this token is reclaimed.
252 inline void yydestruct_ (const char* yymsg,
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.cpp1018 yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, argument
1131 char *yyp = *yymsg;
1157 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, Context *context)
1160 yydestruct (yymsg, yytype, yyvaluep, context)
1161 const char *yymsg;
1170 if (!yymsg)
1171 yymsg = "Deleting";
1172 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
1272 char *yymsg = yymsgbuf;
1712 # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \
[all...]
/external/e2fsprogs/intl/
H A Dplural.c1137 char *yymsg; local
1149 yymsg = (char *) YYSTACK_ALLOC (yysize);
1150 if (yymsg != 0)
1152 char *yyp = yystpcpy (yymsg, "parse error, unexpected ");
1169 yyerror (yymsg);
1170 YYSTACK_FREE (yymsg);
/external/bison/src/
H A Dparse-gram.c1688 yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, argument
1801 char *yyp = *yymsg;
1827 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp) argument
1830 yydestruct (yymsg, yytype, yyvaluep, yylocationp)
1831 const char *yymsg;
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/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c1805 yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, argument
1915 char *yyp = *yymsg;
1941 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp, struct asm_parser_state *state) argument
1944 yydestruct (yymsg, yytype, yyvaluep, yylocationp, state)
1945 const char *yymsg;
1956 if (!yymsg)
1957 yymsg = "Deleting";
1958 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
2067 char *yymsg = yymsgbuf; local
5191 # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \
[all...]
/external/bison/data/
H A Dlalr1.cc226 /// \param yymsg Why this token is reclaimed.
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);
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_tab.cpp2065 yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, argument
2178 char *yyp = *yymsg;
2204 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp, TParseContext* context)
2207 yydestruct (yymsg, yytype, yyvaluep, yylocationp, context)
2208 const char *yymsg;
2219 if (!yymsg)
2220 yymsg = "Deleting";
2221 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
2340 char *yymsg = yymsgbuf;
5031 # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \
[all...]

Completed in 2289 milliseconds