Home
last modified time | relevance | path

Searched refs:YYSTYPE (Results 1 – 25 of 74) sorted by relevance

123

/external/elfutils/libcpu/
Di386_parse.h69 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
70 typedef union YYSTYPE union
83 YYSTYPE; typedef
84 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
89 extern YYSTYPE i386_lval;
Di386_parse.c336 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
337 typedef union YYSTYPE union
350 YYSTYPE; typedef
351 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
526 YYSTYPE yyvs;
535 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
897 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print()
903 YYSTYPE const * const yyvaluep;
929 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print()
935 YYSTYPE const * const yyvaluep;
[all …]
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.h81 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
82 typedef union YYSTYPE union
94 YYSTYPE; typedef
95 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
100 extern YYSTYPE __libipseclval;
/external/ipsec-tools/src/racoon/
Dprsa_par.h91 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
92 typedef union YYSTYPE union
103 YYSTYPE; typedef
104 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
109 extern YYSTYPE prsalval;
Dcfparse.h373 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
374 typedef union YYSTYPE union
385 YYSTYPE; typedef
386 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
391 extern YYSTYPE yylval;
/external/elfutils/src/
Dldscript.h103 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
104 typedef union YYSTYPE union
122 YYSTYPE; typedef
123 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
128 extern YYSTYPE ldlval;
Dldscript.c228 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
229 typedef union YYSTYPE union
247 YYSTYPE; typedef
248 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
423 YYSTYPE yyvs;
432 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
906 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print()
912 YYSTYPE const * const yyvaluep;
938 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print()
944 YYSTYPE const * const yyvaluep;
[all …]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DExpressionParser.cpp109 typedef __int64 YYSTYPE; typedef
112 typedef intmax_t YYSTYPE; typedef
130 static int yylex(YYSTYPE* lvalp, Context* context);
180 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
181 typedef int YYSTYPE; typedef
183 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
371 YYSTYPE yyvs_alloc;
380 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
750 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, Context *context) in yy_symbol_value_print()
756 YYSTYPE const * const yyvaluep;
[all …]
DExpressionParser.y50 typedef __int64 YYSTYPE; typedef
53 typedef intmax_t YYSTYPE;
77 static int yylex(YYSTYPE* lvalp, Context* context);
198 int yylex(YYSTYPE* lvalp, Context* context)
213 *lvalp = static_cast<YYSTYPE>(val);
/external/libpcap/
Dtokdefs.h241 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
243 typedef union YYSTYPE { union
257 } YYSTYPE; typedef
260 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
265 extern YYSTYPE pcap_lval;
Dgrammar.c433 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
435 typedef union YYSTYPE { union
449 } YYSTYPE; typedef
452 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
557 YYSTYPE yyvs;
566 ((N) * (sizeof (short int) + sizeof (YYSTYPE)) \
1437 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep) in yysymprint()
1443 YYSTYPE *yyvaluep;
1474 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) in yydestruct()
1480 YYSTYPE *yyvaluep;
[all …]
/external/chromium_org/third_party/angle/src/compiler/
Dglslang_tab.h154 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
155 typedef union YYSTYPE union
189 } YYSTYPE; typedef
191 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
/external/e2fsprogs/intl/
Dplural.c66 #ifndef YYSTYPE
72 # define YYSTYPE yystype macro
78 static int yylex (YYSTYPE *lval, const char **pexp);
378 YYSTYPE yyvs;
391 ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
395 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
651 YYSTYPE yylval; \
705 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
706 YYSTYPE *yyvs = yyvsa; in yyparse()
707 register YYSTYPE *yyvsp; in yyparse()
[all …]
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
Dglcpp.h51 typedef union YYSTYPE union
58 } YYSTYPE; typedef
94 YYSTYPE value;
219 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
/external/mesa3d/src/glsl/glcpp/
Dglcpp.h51 typedef union YYSTYPE union
58 } YYSTYPE; typedef
94 YYSTYPE value;
219 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
Dprogram_parse.tab.h257 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
258 typedef union YYSTYPE union
292 } YYSTYPE; typedef
294 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglcpp-parse.h117 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
119 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
Dglsl_parser.h443 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
444 typedef union YYSTYPE union
487 } YYSTYPE; typedef
489 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
/external/bison/src/
Dparse-gram.c62 #define YYSTYPE GRAM_STYPE macro
534 YYSTYPE yyvs_alloc;
544 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
1062 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * … in yy_symbol_value_print()
1068 YYSTYPE const * const yyvaluep;
1224 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const … in yy_symbol_print()
1230 YYSTYPE const * const yyvaluep;
1284 yy_reduce_print (YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule) in yy_reduce_print()
1288 YYSTYPE *yyvsp; in yy_reduce_print()
1827 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp) in yydestruct()
[all …]
/external/bison/examples/calc++/
Dcalc++-parser.hh75 #ifndef YYSTYPE
89 typedef YYSTYPE semantic_type;
/external/bison/data/
Dyacc.c106 m4_dquote(b4_pure_if([[[[YYSTYPE *]], [[&yylval]]][]dnl
197 static YYSTYPE yyval_default;
210 YYSTYPE yylval YY_INITIAL_VALUE(yyval_default);]b4_locations_if([[
246 YYSTYPE yyvsa[YYINITDEPTH];
247 YYSTYPE *yyvs;
248 YYSTYPE *yyvsp;]b4_locations_if([[
352 #define YYSTYPE ]b4_api_PREFIX[STYPE]b4_locations_if([[
546 YYSTYPE yyvs_alloc;]b4_locations_if([
557 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
560 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
Dnasm-parser.h88 #define YYSTYPE nasm_yystype macro
121 int nasm_parser_lex(YYSTYPE *lvalp, yasm_parser_nasm *parser_nasm);
/external/bison/tests/
Dcxx-type.at54 #define YYSTYPE Node *
64 [ static YYSTYPE stmtMerge (YYSTYPE x0, YYSTYPE x1);])[
287 [[static YYSTYPE
288 stmtMerge (YYSTYPE x0, YYSTYPE x1)
Dglr-regression.at37 #define YYSTYPE int
38 static YYSTYPE exprMerge (YYSTYPE x0, YYSTYPE x1);
62 static YYSTYPE exprMerge (YYSTYPE x0, YYSTYPE x1)
120 #define YYSTYPE char *
377 static char *merge (YYSTYPE, YYSTYPE);
427 merge (YYSTYPE s1, YYSTYPE s2)
957 static int merge (YYSTYPE, YYSTYPE);
1012 merge (YYSTYPE s1, YYSTYPE s2)
1221 static char merge (union YYSTYPE, union YYSTYPE);
1362 merge (union YYSTYPE s1, union YYSTYPE s2)
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
Dgas-parser.h65 #define YYSTYPE yystype macro
161 int gas_parser_lex(YYSTYPE *lvalp, yasm_parser_gas *parser_gas);

123