Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dpmu-bison.c1073 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, struct list_head *format, char *name) in yydestruct() function
1076 yydestruct (yymsg, yytype, yyvaluep, format, name) in yydestruct()
1565 yydestruct ("Error: discarding",
1621 yydestruct ("Error: popping",
1668 yydestruct ("Cleanup: discarding lookahead",
1677 yydestruct ("Cleanup: popping",
Dparse-events-bison.c1183 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, void *_data, void *scanner) in yydestruct() function
1186 yydestruct (yymsg, yytype, yyvaluep, _data, scanner) in yydestruct()
2026 yydestruct ("Error: discarding",
2082 yydestruct ("Error: popping",
2129 yydestruct ("Cleanup: discarding lookahead",
2138 yydestruct ("Cleanup: popping",
/external/elfutils/src/src/
Dldscript.c1308 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) in yydestruct() function
1311 yydestruct (yymsg, yytype, yyvaluep) in yydestruct()
2217 yydestruct ("Error: discarding",
2273 yydestruct ("Error: popping",
2322 yydestruct ("Cleanup: discarding lookahead",
2331 yydestruct ("Cleanup: popping",
/external/bison/src/
Dparse-gram.c1827 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp) in yydestruct() function
1830 yydestruct (yymsg, yytype, yyvaluep, yylocationp) in yydestruct()
3002 yydestruct ("Error: discarding",
3059 yydestruct ("Error: popping",
3117 yydestruct ("Cleanup: discarding lookahead",
3126 yydestruct ("Cleanup: popping",
/external/libpcap/
Dgrammar.c1934 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) in yydestruct() function
1937 yydestruct (yymsg, yytype, yyvaluep) in yydestruct()
3843 yydestruct ("Error: discarding",
3899 yydestruct ("Error: popping",
3946 yydestruct ("Cleanup: discarding lookahead",
3955 yydestruct ("Cleanup: popping",
/external/elfutils/src/libcpu/
Di386_parse.c1311 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) in yydestruct() function
1314 yydestruct (yymsg, yytype, yyvaluep) in yydestruct()
2088 yydestruct ("Error: discarding",
2144 yydestruct ("Error: popping",
2193 yydestruct ("Cleanup: discarding lookahead",
2202 yydestruct ("Cleanup: popping",
/external/bison/data/
Dyacc.c1909 yydestruct ("Error: discarding",
1966 yydestruct ("Error: popping",
2024 yydestruct ("Cleanup: discarding lookahead",
2033 yydestruct ("Cleanup: popping",
Dc.m4444 # Generate the "yydestruct" function, which declaration is issued using
453 ]$1([yydestruct],
Dglr.c911 yydestruct (yymsg, yystos[yys->yylrState],
1857 yydestruct ("Cleanup: discarding incompletely merged value for",
2169 yydestruct ("Error: discarding",
2465 yydestruct ("Cleanup: discarding lookahead",
/external/toybox/kconfig/
Dzconf.tab.c_shipped1087 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)
1090 yydestruct (yymsg, yytype, yyvaluep)
1990 yydestruct ("Error: discarding", yytoken, &yylval);
2042 yydestruct ("Error: popping", yystos[yystate], yyvsp);
2087 yydestruct ("Cleanup: discarding lookahead",
2091 yydestruct ("Cleanup: popping",
/external/bison/
DChangeLog-20129745 * data/c.m4 (yydestruct, yysymprint):
10214 in yydestruct diagnostic, since it might not be an error.
11918 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
11930 invoked, yydestruct the lookahead.
14717 (yydestruct): Replace with a b4_yydestruct_generate invocation.
16461 * data/yacc.c: Use it to define yysymprint, yydestruct, and
16468 (yydestruct, yysymprint): Move above yyparse.
16864 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
17020 (yydestruct): this.
DChangeLog3161 It is yydestruct which is used.