Home
last modified time | relevance | path

Searched refs:YYUSE (Results 1 – 14 of 14) sorted by relevance

/external/bison/examples/calc++/
Dcalc++-parser.cc99 #define YYUSE(e) ((void) (e)) macro
132 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) YYUSE(Type)
213 YYUSE (yylocationp); in yy_symbol_value_print_()
214 YYUSE (yyvaluep); in yy_symbol_value_print_()
217 YYUSE (yyoutput); in yy_symbol_value_print_()
263 YYUSE (yylocationp); in yydestruct_()
264 YYUSE (yymsg); in yydestruct_()
265 YYUSE (yyvaluep); in yydestruct_()
/external/bison/data/
Dlalr1.cc306 #define YYUSE(e) ((void) (e))
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);
Dc.m4142 # `YYUSE' all the parse-params.
144 [b4_parse_param_for([Decl], [Formal], [ YYUSE (Formal);
461 YYUSE (yyvaluep);
462 ]b4_locations_if([ YYUSE (yylocationp);
501 YYUSE (yyo);
504 ]b4_locations_if([ YYUSE (yylocationp);
511 YYUSE (yyoutput);
Dglr.cc165 YYUSE (yylocationp);
166 YYUSE (yyvaluep);
169 YYUSE (yyo);
Dglr.c251 # define YYUSE(E) ((void) (E)) macro
253 # define YYUSE(E) /* empty */
886 YYUSE (yy0);
887 YYUSE (yy1);
1367 YYUSE (yyvalp);]b4_locations_if([
1368 YYUSE (yylocp);])[
1717 YYUSE (yyx0);
1718 YYUSE (yyx1);
Dyacc.c452 # define YYUSE(E) ((void) (E))
454 # define YYUSE(E) /* empty */
/external/bison/tests/
Dc++.at301 | 'e' { YYUSE ($$); YYUSE($1); error (location_type(), "syntax error"); }
304 | 'E' 'a' { YYUSE($1); $$ = $2; }
340 YYUSE (l);
Dactions.at105 YYUSE(lvalp);
106 YYUSE(llocp);], [AT_SKEL_CC_IF([
107 YYUSE(lvalp);
108 YYUSE(llocp);])])[
Dlocal.at394 YYUSE(\1);])dnl
/external/bison/src/
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/elfutils/src/
Dldscript.c322 # define YYUSE(e) ((void) (e)) macro
324 # define YYUSE(e) /* empty */ macro
921 YYUSE (yyoutput);
1279 YYUSE (yyvaluep);
/external/elfutils/libcpu/
Di386_parse.c425 # define YYUSE(e) ((void) (e)) macro
427 # define YYUSE(e) /* empty */ macro
912 YYUSE (yyoutput);
1270 YYUSE (yyvaluep);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_tab.cpp431 # define YYUSE(e) ((void) (e)) macro
433 # define YYUSE(e) /* empty */ macro
1429 YYUSE (context);
1434 YYUSE (yyoutput);
1795 YYUSE (yyvaluep);
1796 YYUSE (context);
/external/bison/
DChangeLog-20128963 * data/c.m4 (b4_yy_symbol_print_generate): YYUSE (yyoutput).
8964 * data/glr.c (YYUSE): Depend on __GNUC__ as well.
8965 * data/yacc.c (YYUSE): Likewise.
8966 * data/lalr1.cc (yysyntax_error_): YYUSE (yystate).
9468 * data/glr.c (YYUSE): Properly parenthesize, and use an alternate
9477 * data/lalr1.cc (YYUSE): Just use a cast, since this code is C++ only.
9569 * data/glr.c (YYUSE): Have a C++ definition that supports
9746 Use YYUSE instead of casting to void.
9747 * data/glr.c (YYUSE): New macro.
9755 (YYUSE): New macro.
[all …]