Searched defs:YYUSE (Results 1 - 6 of 6) sorted by relevance

/external/bison/data/
H A Dlalr1.cc306 #define YYUSE(e) ((void) (e)) macro
339 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) YYUSE(Type)
416 YYUSE (yylocationp);
417 YYUSE (yyvaluep);
420 YYUSE (yyoutput);
446 YYUSE (yylocationp);
447 YYUSE (yymsg);
448 YYUSE (yyvaluep);
H A Dglr.c251 # define YYUSE(E) ((void) (E)) macro
253 # define YYUSE(E) /* empty */
887 YYUSE (yy0);
888 YYUSE (yy1);
1368 YYUSE (yyvalp);]b4_locations_if([
1369 YYUSE (yylocp);])[
1718 YYUSE (yyx0);
1719 YYUSE (yyx1);
H A Dyacc.c452 # define YYUSE(E) ((void) (E)) macro
454 # define YYUSE(E) /* empty */
/external/bison/examples/calc++/
H A Dcalc++-parser.cc99 #define YYUSE(e) ((void) (e)) macro
132 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) YYUSE(Type)
213 YYUSE (yylocationp);
214 YYUSE (yyvaluep);
217 YYUSE (yyoutput);
263 YYUSE (yylocationp);
264 YYUSE (yymsg);
265 YYUSE (yyvaluep);
/external/bison/src/
H A Dparse-gram.c455 # define YYUSE(E) ((void) (E)) macro
457 # define YYUSE(E) /* empty */ macro
1073 YYUSE (yyo);
1076 YYUSE (yylocationp);
1081 YYUSE (yyoutput);
1837 YYUSE (yyvaluep);
1838 YYUSE (yylocationp);
/external/libpcap/
H A Dgrammar.c727 # define YYUSE(E) ((void) (E)) macro
729 # define YYUSE(E) /* empty */ macro
1470 YYUSE (yyo);
1477 YYUSE (yytype);
1806 YYUSE (yyvaluep);
1812 YYUSE (yytype);

Completed in 104 milliseconds