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/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp275 # define YYUSE(E) ((void) (E)) macro
277 # define YYUSE(E) /* empty */ macro
715 YYUSE (yyo); in yy_symbol_value_print()
716 YYUSE (context); in yy_symbol_value_print()
723 YYUSE (yytype); in yy_symbol_value_print()
1052 YYUSE (yyvaluep); in yydestruct()
1053 YYUSE (context); in yydestruct()
1059 YYUSE (yytype); in yydestruct() local
/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/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp481 # define YYUSE(E) ((void) (E)) macro
483 # define YYUSE(E) /* empty */ macro
1732 YYUSE (yyo); in yy_symbol_value_print()
1733 YYUSE (yylocationp); in yy_symbol_value_print()
1734 YYUSE (context); in yy_symbol_value_print()
1735 YYUSE (yyscanner); in yy_symbol_value_print()
1742 YYUSE (yytype); in yy_symbol_value_print()
2073 YYUSE (yyvaluep); in yydestruct()
2074 YYUSE (yylocationp); in yydestruct()
2075 YYUSE (context); in yydestruct()
[all …]
/external/libpcap/
Dgrammar.c727 # define YYUSE(E) ((void) (E)) macro
729 # define YYUSE(E) /* empty */ macro
1470 YYUSE (yyo); in yy_symbol_value_print()
1477 YYUSE (yytype); in yy_symbol_value_print()
1806 YYUSE (yyvaluep); in yydestruct()
1812 YYUSE (yytype); in yydestruct()
/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 …]